payment_api
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
payment_api [2019/03/18 17:25] – [Install] mibase | payment_api [2019/03/18 17:27] (current) – mibase | ||
---|---|---|---|
Line 52: | Line 52: | ||
The PHP code to add | The PHP code to add | ||
- | <?php | ||
- | + | {{:api:code.jpg?800|}} | |
- | $inputData = array(); | + | |
- | + | ||
- | //input data is a named array with keys | + | |
- | //{ surname => , borid => , librarycode => , key => , amount => } | + | |
- | //eg | + | |
- | /* | + | |
- | $inputData[' | + | |
- | $inputData[' | + | |
- | $inputData[' | + | |
- | $inputData[' | + | |
- | $inputData[' | + | |
- | */ | + | |
- | + | ||
- | $postdata = http_build_query($inputData); | + | |
- | + | ||
- | $context_options = array(' | + | |
- | array( | + | |
- | ' | + | |
- | ' | + | |
- | . " | + | |
- | ' | + | |
- | ) | + | |
- | ); | + | |
- | + | ||
- | $context = stream_context_create($context_options); | + | |
- | + | ||
- | $result = file_get_contents(' | + | |
- | + | ||
- | $outData = json_decode($result); | + | |
- | + | ||
- | //outdata is a name array | + | |
- | //{ error => , id => , status => } | + | |
- | + | ||
- | + | ||
- | /* | + | |
- | echo $result; | + | |
- | */ | + | |
payment_api.1552890302.txt.gz · Last modified: 2019/03/18 17:25 by mibase