Get withdraw
To retrieve a withdrawal, merchants must use the same API key and signature authentication used when creating the withdrawal request. When providing the id parameter, use the internal withdraw ID that is returned when the withdrawal is created, not the external ID provided during the withdrawal creation response.
Request parameters
Responses
{
"externalId": "example",
"requestedAmount": 10,
"actualAmount": 11,
"withdrawalTotalFeeAmount": 1,
"fiatCurrency": "EUR",
"status": "Created",
"createdAt": "2025-09-10T08:42:27.980692Z",
"completedAt": "2025-09-10T08:42:27.980692Z",
"errorMessage": "example"
}
08 January 2026