v47

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-013871777.1 KB
Return

Retrieve a return

Retrieves a return by its ID.

post/api/service/return/retrieve

Request body

idstring uuid required

The ID of the return

Response

Return retrieved successfully

idstring uuid required

The ID of the return

depositIdstring uuid required

The ID of the associated deposit

transactionIdstring uuid

The ID of the resulting return transaction

status'initiated' | 'succeeded' | 'failed' | 'returned' required

The status of the return

amountnumber required

The amount of the return

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

The currency of the return

createdAtstring date-time required

The date and time the return was created

failedAtstring date-time

The date and time the return failed if applicable

succeededAtstring date-time

The date and time the return succeeded if applicable