Payout List
How to get your payout detail list.
This endpoint allows you to get payout list.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 200,
"msg": "success",
"time": 1628500091,
"data": [
{
"reference_id": "custom_codexxxx",
"transaction_id": "TS202108090705014iNqtxektRS",
"user_name": "GUILHERME ALVES DE SOUZA",
"bank_id": "EXXXXD", // only supported by pix payout.
"amount": "0.6",
"source_amount": "0.6",
"settlement_amount": "0.6",
"source_currency": "BRL",
"arrival_amount": "0.57",
"arrival_currency": "BRL",
"exchange_rate": "1",
"tax": "0.02",
"fee": "0.01",
"fee_user": "beneficiary",
"transaction_status": "PROCESSING",
"create_time": 1625142259,
"update_time": 1625142261
},
... ... //json array
]
}Example
Last updated