[!CAUTION] CRITICAL: Payment Reference Required
The value returned in the titlefield must be placed exactly as-is in the "Reference" or "Transfer Title" field of your bank's transfer form.Failure to include this exact reference will result in: No Automatic Verification: Your IBAN will not be automatically added to the Whitelist. Significant Delays: Our system won't be able to match the deposit to your account, requiring manual intervention. Potential Rejection: If we cannot identify the sender, the funds will be returned to the source bank.
| Field | Description |
|---|---|
| title | The unique Reference Code. Essential for automatic deposit matching and IBAN verification. |
| iban | Your unique virtual IBAN for incoming SEPA transfers. |
| accountHolder | The beneficiary name that must be used for the transfer. |
| swift / address | Supporting bank details for the transfer. |
curl --location --request GET 'https://partner-api-stage.p100.io/v1/partner/sepa-deposit/info' \
--header 'x-api-key: <api-key>'{
"title": "b32ab065-1f05-4322-a39f-cc185bf1de51",
"iban": "LT333130010135556427",
"swift": "BZENLT22",
"accountHolder": "P100 sp. z o.o.",
"address": "Połonińska 19"
}