Time-Limited Transaction Report
Request Parameters
To request a time-limited transaction report, you need to send a POST request to the URL https://secure(-test).8b.world/pay/get_report
with the following parameters:
- data: A base64 encoded JSON document string.
- sign: A signature generated from the data string.
JSON Document Parameters
Parameter Name | Type | Max Length | Description | Example |
---|---|---|---|---|
api_key | String | 255 | Shop key (identifier) | c84f1ac0-e4f0-0131-5298-70921c57c2a2 |
time_start | String | - | Initial time of the timeframe in yyyy-mm-dd HH:MM format. Optional. | 2014-07-21 12:44 |
time_end | String | - | End time of the timeframe in yyyy-mm-dd HH:MM format. Optional. | 2014-07-21 12:44 |
status | Integer | 2 | Processing status: - 0 : Transaction is created (not processed, User is redirected for 3DS verification).- 1 : Successful authorization (funds hold).- 2 : Successful unlock of funds.- 3 : Successful payment.- 4 : Successful refund.- 8 : Processing incomplete.- 98 : Expired (transaction expired).- 99 : Processing error (unsuccessful payment). | 99 |
page | Integer | - | Page number. Maximum of 1000 elements per page. Optional. | 1 |
API Reference
You can view a Reference API implementation for this method at this link
Updated 3 months ago