v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Copy of Confirm transaction with OTP

post/wallets/corporate/transaction/confirm

Headers

api-keystring required

api-key is available on the dashboard

Authorizationstring required

Request body

applicationIdstring required

The Id of the corporate who is sending this transaction

challengeIdstring required

The challengeId that you received when initiating the transaction

verificationCodestring required

6 characters code. Defaults to "123456"

ipstring required

IP address collected as the IP address from which the End User is making the withdrawal request. IMPORTANT - This will be a required parameter from the 15th of June 2023 and is optional until then.

Response

200

idstring
accountIdstring
syncedOwnerIdstring
sourceSyncedOwnerIdstring
debitstring
timestampstring
txTypestring
memostring
currencystring
exchangeRatestring
bankingTransactionAmountstring
bankingSenderBicstring
bankingSenderIbanstring
bankingSenderNamestring
bankingPaymentTypestring
bankingBeneficiaryBicstring
bankingBeneficiaryIbanstring

Example response

{
  "id": "be299a9c-c565-48a8-ba34-fc78937c70ce",
  "accountId": "398d8a9e29db880f6d2e2eabf4e0cc54",
  "syncedOwnerId": "e15303cc-1cdf-430a-8192-c52190b2b891",
  "sourceSyncedOwnerId": "e15303cc-1cdf-430a-8192-c52190b2b891",
  "debit": "1000",
  "timestamp": "2026-02-03T06:32:29.606Z",
  "txType": "SEPA_PAYOUT_INITIATED",
  "memo": "SEPA_PAYOUT_INITIATED 10 EUR br10JeyHAR",
  "currency": "EUR",
  "exchangeRate": "1",
  "balanceBefore": {
    "amount": "11105270459",
    "balance": "11105270459",
    "currency": "cents"
  },
  "balanceAfter": {
    "amount": "11105269459",
    "balance": "11105269459",
    "currency": "cents"
  },
  "bankingTransactionAmount": "1000",
  "bankingSenderBic": "SEOUGB21",
  "bankingSenderIban": "GB51SEOU19870010155947",
  "bankingSenderName": "Test",
  "bankingPaymentType": "SEPA",
  "bankingBeneficiaryBic": "TRWIBEB1XXX",
  "bankingBeneficiaryIban": "BE17967054713521"
}