v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Copy of Initiate SEPA Payment

Send funds outwards from a EUR enriched account to another IBAN that is owned by the same person as the account holder.

post/wallets/corporate/send/initiate/third-party-bank

Headers

api-keystring required

api-key is available on the dashboard

Authorizationstring required

Request body

sourceAccountIdstring required

The Id of the account to debit

descriptionstring

An optional memo - Alphanumeric string upto 15 characters in length

amountstring required

The amount denominated in the smallest divisible unit of the sending currency. For example: cents or satoshis

purposestring

Required if payoutType = CORRESPONDENT_TRANSFER (max 255 chars)

payoutType'WIRE_TRANSFER' | 'CORRESPONDENT_TRANSFER'

Must be WIRE_TRANSFER or CORRESPONDENT_TRANSFER

Response

200

challengeIdstring
dateExpiresstring

Example response

{
  "challengeId": "58976681-9bea-4f42-81b0-206249979181",
  "dateExpires": "2026-02-03T06:24:09.139Z",
  "transaction": {
    "syncedOwnerId": "e15303cc-1cdf-430a-8192-c52190b2b891",
    "sourceAccountId": "398d8a9e29db880f6d2e2eabf4e0cc54",
    "name": "John Doe",
    "iban": "BE17967054713521",
    "bic": "TRWIBEB1XXX",
    "amount": "1000",
    "memo": "architect action-items cross-platform",
    "status": "PENDING_2FA_CONFIRMATION",
    "txType": "SEPA_PAYOUT_INITIATED",
    "parentWalletId": "6de62e8f-f9fb-4fc4-ac64-02c5df91b502",
    "currency": "EUR"
  }
}