Query Partner Transaction Information
Query partner transaction information list
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/partner/query-transactions
Request Header
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; chartset=UTF-8 |
Request Body
Refer to : common
Biz_data :
Name | Type | Description |
---|---|---|
order_no | string | Order number |
card_token | string | Card token |
transaction_status | integer | Transaction status, refer to:transactionStatus |
transaction_type | integer | transaction type, refer to:transactionType |
currency | string | Currency, refer to : currency |
start_date* | string | Begin time, format:yyyy-MM-dd |
end_date* | string | End time, format: yyyy-MM-dd |
page_num | integer | Default value: 1 |
page_size | integer | Default value: 10, Max value is 30 |
Max query time range : 31 days
Response
Name | Type | Description |
---|---|---|
transaction_id | string | Transaction id |
order_no | string | Order number |
card_token | string | Card token |
transaction_type | integer | Transaction Type |
transaction_status | integer | Transaction status |
account_num | string | Account num |
account_name | string | Account name |
bill_currency | string | Bill currency |
bill_amount | string | Bill amount |
bill_fee | string | Bill fee |
transaction_amount | string | Transaction amount |
transaction_currency | string | Transaction currency |
exchange_rate | string | Exchange rate |
reference | string | Remarks |
transaction_desc | string | Transaction desc |
related_transaction_id | string | Related Transaction ID |
merchant_info | string | Merchant information |
business_date | string | Format: yyyy-MM-dd |
create_time | string | Format: yyyy-MM-dd HH:mm:ss |
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated