Query Collections
Query Collection Transactions
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/collection/query-collections
Request Header
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; charset=UTF-8 |
Request Body
Refer to : common
Biz_data
Name | Type | Description |
---|---|---|
merchant_id* | long | Merchant ID |
va_account_num | string | VA Account Number |
start_date* | string | Begin time, Format: yyyy-MM-dd HH:mm:ss |
end_date* | string | End time, Format: yyyy-MM-dd HH:mm:ss |
page_num | integer | Page Number, Default value:1 |
page_size | integer | Page Size, Default value:10, Max value is 30 |
Response
Name | Type | Description |
---|---|---|
collection_id* | long | Collection ID |
merchant_id* | long | Merchant ID |
material_id | long | Material ID |
va_account_num* | string | VA Account Number |
receive_amount* | string | Receive Amount |
receive_currency* | string | Receive Currency |
arrived_at* | string | Arrived At, Format:yyyy-MM-dd HH:mm:ss |
out_trade_no* | string | Out Trade Number |
status* | integer | Status |
sender_name | string | Sender Name |
sender_account_num | string | Sender Account Num |
transaction_id | long | Transaction ID |
exchange.executed | boolean | Exchange was executed , if true, following fields are required. |
exchange.rate | string | Rate |
exchange.target_currency | string | Target Currency |
exchange.target_amount | string | Target Amount |
exchange.transaction_ids | list<long> | Exchange Transaction IDs |
Example
Note: 162************38 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated