v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
SEPA 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

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

TransactionDateTimestring date-time required

The date and time the transaction was created

Amountstring required

The transaction amount formatted to 2 decimal places

Currencystring required

The currency of the transaction

RecipientNamestring required

The full name of the recipient (creditor)

IBANstring required

The recipient's International Bank Account Number

ClientReferenceNumberstring required

The reference number set when the transaction was created

GLCodestring required

General ledger code associated with the transaction

TransactionTypeCodestring required

The custom transaction type code associated with the transaction

LastModifiedstring date-time required

The timestamp when the transaction record was last modified

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"
}