accountHolder: Name of the beneficiary organization.iban: Assigned Virtual IBAN for incoming EUR deposits.swift: BIC/SWIFT code of the receiving financial institution.bankName: Full name of the receiving bank (e.g., ZEN UAB).address: Registered address of the account owner.title: Unique payment reference string (UUID).title field must be placed exactly as-is in the bank transfer reference / remittance information field.curl --location 'https://stage-api.fintegence.io/v1/partner/sepa-payment-details' \
--header 'x-api-key: <api-key>'{
"title": "39833ca3-85b4-4049-92b2-f28eea23fb7c",
"iban": "LT36 3130 0101 0420 3257",
"swift": "BZENLT22",
"accountHolder": "FINTEGENCE S.R.O.",
"address": "Bottova 2A 811 09 Bratislava",
"bankName": "ZEN UAB"
}