Payout List
How to get your payout detail list.
This endpoint allows you to get payout list.
POST
https://sandbox.transfersmile.com/api/payout/list
Headers
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; charset=UTF-8 |
AppId* | string | Your App ID in payout platform |
Authorization* | string | signature, generated by SHA256($sorted_params + $app_key) |
Request Body
Name | Type | Description |
---|---|---|
start_time* | string | start_time(UTC), e.g. 2021-07-01 00:00:00 |
end_time* | string | end_time(UTC), e.g. 2021-08-01 00:00:00 |
page_num* | integer | paging param, page number, should start from 1, while 0 is incorrect. |
page_size* | integer | paging param, rows will be returned, default 0, max 1000 |
timestamp* | integer | unix timestamp, e.g. 1628512575 |
Example
Note: 94FAC*********************68548 is pagsmile's test merchant id for sandbox, and d6181db0d6548b94b162e75d095b59147172d914699f83b2bd17951a671b6302 is authorization token associated with the test App ID.
Note: The page_num should start from the number 1, while 0 is incorrect. The page_size should be greater than 0.
Last updated