This endpoint retrieves the list of personal bank accounts (IBANs) that have been successfully verified for the specific user. This list serves as the Whitelist for user withdrawals.
Closed Loop Policy: Users can only withdraw funds to IBANs held in their own name that appear on this list with an APPROVED status.
Verification: IBANs are captured and verified automatically from the user's inbound deposits.
Request
Authorization
API Key
Add parameter in header
x-api-key
Example:
x-api-key: ********************
or
Path Params
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://partner-api-stage.p100.io/v1/sepa-deposit/list/ffe3e7fb-0bf0-4f3e-8ffe-4365e99eb946' \
--header'x-api-key: <api-key>'