transactionId: internal partner transaction identifier (UUID), ORexternalId: external reference identifier (UUID).transactionId or externalId). If neither is supplied, the request will fail validation.started, pending, successful, unsuccessful, etc.).accountHolder, iban, swift, bankName) is populated upon successful processing and may return null while the transfer is pending or if processing fails.fee field reflects the specific fee charged for processing the SEPA transfer.curl --location 'https://stage-api.fintegence.io/v1/sepa-withdrawal/details?transactionId=undefined&externalId=undefined' \
--header 'x-api-key: <api-key>'{
"transactionId": "b14472f5-6843-4c02-b808-438eedd335d9",
"externalId": "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
"status": "successful",
"amount": "1500.00",
"currency": "EUR",
"accountHolder": "FINTEGENCE S.R.O.",
"iban": "LT36 3130 0101 0420 3257",
"swift": "BZENLT22",
"bankName": "ZEN UAB",
"fee": "2.50",
"createdAt": "2026-09-14T08:25:12.456Z"
}