Payouts

List All Payouts

List payout records created by the authenticated business across all supported payout rails.

GET
/api/v1/payout

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/payout"
{
  "requestId": "abcd1234-5678-90ef-ghij-1234567890kl",
  "requestTimestamp": "2026-03-20 09:15:00",
  "message": "Payouts fetched successfully.",
  "statusCode": 200,
  "data": [
    {}
  ],
  "links": {},
  "meta": {}
}

How is this guide?