v25

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

Retrieve return

Retrieves a return by ID.

get/v1/returns/{id}

Path parameters

idstring uuid required

Unique identifier of the return.

Response

The return resource

idstring uuid required

Unique identifier of the return.

type'return' required

Type of the resource.

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

Current status of the return.

deposit_idstring uuid required

ID of the parent deposit.

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).

created_atstring date-time required

ISO 8601 UTC timestamp when the return was created.

updated_atstring date-time required

ISO 8601 UTC timestamp when the return was last updated.