v1
latestOpenAPI 3.1.02026-07-26590236.8 KBFetch Payout
get/payout/{payout_id}
Path parameters
payout_idstring required
Response
200
Example response
{
"data": {
"id": "0ef1ea0272e311edbcfddb048077d2b7",
"account_id": "8bc919c06bfd11eda78fe041a4724e32",
"destination_id": "fad00b8c708d11edbcfddb048077d2b7",
"type": "ach",
"amount": 9999,
"fee": 2500,
"description": "Paul's food",
"status": "pending",
"created_at": "2022-12-03T09:18:25Z",
"updated_at": "2022-12-03T09:18:28Z"
},
"message": "Payout retrieved successfully",
"status": "success"
}