Query Transaction Detail information
Query card transaction detail
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/card/query-card-transaction-detail
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 |
transaction_id | string | Transaction ID |
Choose one of order_no and transaction_id
Response
Name | Type | Description |
---|---|---|
order_no | string | Order number |
card_token | string | Card token |
transaction_id | string | transaction ID |
transaction_type | integer | Transaction type |
transaction_status | integer | Transaction status |
account_num | string | Account number |
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 | Remark |
transaction_desc | string | Transaction description |
related_transaction_id | string | Related Transaction Id |
merchant_info | string | Merchant information |
business_date | string | FORMAT:yyyy-MM-dd |
create_time | string | Create date. Date 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