Querying For Payouts
Last updated
Last updated
Payouts created outside merchant dashboard allows adding order reference.
This endpoint allows querying payouts using a your unique order references.
GET
/third-parties/payouts/[YOUR_UNIQUE_ORDER_REFERENCE]
Headers
Name | Value |
---|---|
Response
There are different payout status such as SUCCESS
, PROCESSING
, PENDING
, FAILED, REFUNDED and REVERSED
. Payouts with SUCCESS
status are the one that were initiated successfully, REFUNDED, funds were returned to the merchant account before being transferred to the beneficiary account. REVERSED payouts are those which the transfer process was initiated (i.e. Payout with SUCCESS status) but were returned to merchant due to issues such us incorrect account name (most happens with BANK TRANSFER when merchant added wrong name for beneficiary account).
Content-Type
application/json
Authorization
Bearer <token>