Create a new verification of payee to validate if the provided name matches the account holder of the given IBAN.
Verification of Payee
SEPA transfers
SEPA Direct Debits
SEPA Direct Debit Returns
SEPA Credit Transfers
(Legacy) Batch Transfer
SEPA Instant Credit Transfers
SEPA Instant Outgoing
(Legacy) Standing orders
(Legacy) Timed orders
SDD Collection Limits
SDD Collection Applications
SDD Collections
SEPA Credit Batch Transfers
Scheduled Transfers
(Legacy) SEPA Direct Debit for freelancers
(Legacy) SEPA Direct Debit for business
(Legacy) SEPA Direct Debit profile templates
SEPA transfers (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/
Bodyapplication/jsonrequired
The International Bank Account Number (IBAN) of the payee
Example: "DE89370400440532013000"
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/verifications_of_payee
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "iban": "DE89370400440532013000", "name": "John Doe" }
Verification request successfully submitted
Solaris UID for the verification of payee
Example: "123e4567e89b12d3a456426614174000veop"
The payee information that was verified
The result of the verification of payee
The timestamp when the verification was created
Example: "2025-04-16T12:34:56Z"
The timestamp when the verification expires
Example: "2025-04-16T12:39:56Z"
Response
application/json
{ "id": "123e4567e89b12d3a456426614174000veop", "payee": { "iban": "DE89370400440532013000", "name": "John Doe" }, "result": { "status": "CLOSE_MATCH", "suggested_name": "John M. Doe" }, "used_for": { "type": "SCT", "id": "f874b3102718a4d757a6b6e4d5996078sctx", "timestamp": "2025-04-16T12:36:30Z" }, "created_at": "2025-04-16T12:34:56Z", "expires_at": "2025-04-16T12:39:56Z" }
- Mock Serverhttps://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/verifications_of_payee/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadSuccessful response
Solaris UID for the verification of payee
Example: "123e4567e89b12d3a456426614174000veop"
The payee information that was verified
The result of the verification of payee
The timestamp when the verification was created
Example: "2025-04-16T12:34:56Z"
The timestamp when the verification expires
Example: "2025-04-16T12:39:56Z"
Response
application/json
{ "id": "123e4567e89b12d3a456426614174000veop", "payee": { "iban": "DE89370400440532013000", "name": "John Doe" }, "result": { "status": "CLOSE_MATCH", "suggested_name": "John M. Doe" }, "used_for": { "type": "SCT", "id": "f874b3102718a4d757a6b6e4d5996078sctx", "timestamp": "2025-04-16T12:36:30Z" }, "created_at": "2025-04-16T12:34:56Z", "expires_at": "2025-04-16T12:39:56Z" }