v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
SEPA Endpoints

sepa/withdraw

This endpoint debits your account by sending a SEPA Instant payment to a creditor's IBAN. Only EUR currency is supported. Requires SEPAInstantWithdrawEnabled permission and an active EUR virtual account.

post/sepa/withdraw

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

TransactionIDinteger required

The unique ID for the SEPA withdrawal transaction

TransactionStatusstring required

The current status of the transaction

Flaggedstring

Present if the transaction was flagged. Contains flag status messages

Noticestring

Present if the account has insufficient funds at the time of the transaction

Example response

{
  "Success": true,
  "TransactionStatus": "pending"
}