v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-014254240.1 KB
Payouts

Retrieve payout

Retrieves a payout by ID.

get/v1/payouts/{id}

Path parameters

idstring uuid required

Unique identifier of the payout.

Response

The payout resource

idstring required

Unique identifier of the payout.

type'payout' required

Resource type discriminator.

status'pending' | 'paid' | 'failed' | 'returned' required

Current status of the payout.

source_account_idstring required

ID of the account that was debited.

amountstring required

Amount as a string decimal (e.g. "100.50").

currency'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL' required

Currency code (ISO 4217 currency code or crypto currency code).

referencestring required

Payment reference.

metadataobject required

Key-value pairs stored with the payout.

created_atstring date-time required

ISO 8601 UTC timestamp when the payout was created.

updated_atstring date-time required

ISO 8601 UTC timestamp when the payout was last updated.