Payout Detail
Get Payout Detail
POST
https://sandbox.transfersmile.com/api/payout/detail
This endpoint allow you get payout detail.
Headers
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; charset=UTF-8 |
AppId* | string | Get App ID from dashboard. |
Authorization* | string | SHA256($sorted_params + $app_key) |
Request Body
Name | Type | Description |
---|---|---|
transaction_id* | string | Pagsmile transaction id |
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.
Last updated