Returns
Create return
Initiates a return of funds from a deposit to the source.
post/v1/returns
Headers
Idempotency-Keystring required
Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.
Request body
Example request
{
"deposit_id": "550e8400-e29b-41d4-a716-446655440004"
}Response
Success
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440005",
"deposit_id": "550e8400-e29b-41d4-a716-446655440004",
"amount": "100.50",
"currency": "EUR",
"created_at": "2026-01-15T10:30:00Z",
"updated_at": "2026-01-15T10:35:00Z"
}