Payout Status
Get Payout Status
POST
https://sandbox.transfersmile.com/api/payout/status
This endpoint allows you to get payout status.
Headers
Name
Type
Description
Content-Type*
string
application/json; charset=UTF-8
AppId*
string
Get AppId from dashboard
Authorization*
string
signature, generated by SHA256($sorted_params + $app_key)
Request Body
Name
Type
Description
payout_id
string
pagsmile transaction id, payout_id or custom_code required.
custom_code
string
merchant custom_code, payout_id or custom_code required.
Payout Status
Status
Description
IN_PROCESSING
initial status after submitting.
PROCESSING
bank processing
PAID
payout finished successfully
REJECTED
payout rejected by bank
REFUNDED
payout refunded by user or bank
PARTIAL_REFUNDED
payout partial refunded by user or bank.
Example
Last updated
Was this helpful?