v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

Fetch Payout

get/payout/{payout_id}

Path parameters

payout_idstring required

Response

200

messagestring
{"stackTrail":"paths:/payout/{payout_id}:get:responses:200:content:application/json:schema:properties:meta","oasType":"schema","type":"unknown"}
statusstring

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"
}