GuidesAPI ReferenceChangelog
Log In
API Reference

Create a Payout Request

Creates a Payout Request. The Payout Request can have multiple recipients, each of which can be a fiat or blockchain payout.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

The ID of the source account to be used for the payout

string
length ≤ 500
payouts
array of objects
required

The list of payouts to be made. Maximum of 350 payouts allowed.

payouts*
Headers
string

Organization ID to act on behalf of

uuid

Optional UUID to safely retry requests without creating duplicate operations. Subsequent requests with the same key and identical body return the original cached response with an idempotency-replayed: true response header. Keys expire after 24 hours.

Responses

400

Invalid idempotency-key — the value is not a valid UUID.

401

Unauthorized

409

IdempotencyConflictError

422

IdempotencyKeyExpiredError

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json