Payouts

Get a payout by id

Retrieve a single payout by its id.

GET
/api/payouts/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Payout id

Response Body

application/json

curl -X GET "https://example.com/api/payouts/98d34e0c-69dc-4683-9bbe-6e6921ed155c"
{
  "id": "string",
  "businessId": "string",
  "amount": 0,
  "currency": "string",
  "description": "string",
  "type": "SCHEDULED",
  "payoutCategory": "wallet",
  "isPayoutInitiated": true,
  "isProcessable": true,
  "recipient": {
    "accountName": "string",
    "accountNumber": "string",
    "bankName": "string",
    "bankCode": "string"
  },
  "createdAt": "2019-08-24T14:15:22Z"
}
Empty
Empty
Empty

How is this guide?

Last updated on