v1
latestOpenAPI 3.0.02026-07-2640301.0 MBSEPA Endpoints
sepa/withdraw/transaction
This endpoint retrieves full details for a single SEPA Instant withdrawal transaction. Requires SEPAInstantWithdrawEnabled permission.
get/sepa/withdraw/transaction
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
TransactionIDinteger required
The unique ID of the SEPA withdrawal transaction to retrieve
Response
Example response
{
"Success": true,
"TransactionStatus": "pending",
"TransactionDateTime": "2019-11-26 12:00:00",
"Amount": "100.00",
"Currency": "EUR",
"RecipientName": "John Doe",
"IBAN": "DE89370400440532013000",
"ClientReferenceNumber": "REF-12345",
"LastModified": "2019-12-04 18:13:39"
}