Skip to main content
GET
List payouts

Authorizations

Authorization
string
header
required

Secret key: Authorization: Bearer sk_test_... or sk_live_.... Business and live/test mode are inferred from the key.

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:20
Required range: 1 <= x <= 100
status
enum<string>
Available options:
pending,
in_transit,
paid,
failed,
canceled
currency
enum<string>

Rail currency. Fiat (ngn, usd) for bank_transfer; token (usdc, usdt) for crypto. List networks with GET /crypto/tokens.

Available options:
usd,
ngn,
usdc,
usdt
Example:

"usdc"

Response

200 - application/json

Payouts retrieved

message
string
Example:

"Success"

data
object | null