Payout Status
Get Payout Status
POST
https://sandbox.transfersmile.com/api/payout/status
This endpoint allows you to get payout status.
Headers
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
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
The Refund of Payout can be issued by the recipient or by the recipient's bank. Pagsmile cannot issue a refund of the PAID transactions.
PIX (Brazil), SPEI (Mexico), BankTransfer (Chile) & Pagsmile Wallet could have REFUNDED status.
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