Create a new verification of payee to validate if the provided name matches the account holder of the given IBAN.
SEPA transfers (1.0)
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/
The International Bank Account Number (IBAN) of the payee
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/sepa-transfers/v1/verifications_of_payee
 
- Payload
 - cURL
 - Java
 - Python
 - Node.js
 - Go
 - Ruby
 - PHP
 
{ "iban": "DE89370400440532013000", "name": "John Doe" }
Verification request successfully submitted
Solaris UID for the verification of payee
The payee information that was verified
The result of the verification of payee
The timestamp when the verification was created
The timestamp when the verification expires
{ "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 Server
https://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
The payee information that was verified
The result of the verification of payee
The timestamp when the verification was created
The timestamp when the verification expires
{ "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" }