This API is to verify the accountName and iban of an exist SEPA Recipient.You can call this API for a recipient with INIT status. If the result is MATCH or CLOSE_MATCH, the recipient will change to ACTIVE status automatically.You can test this API in the sandbox env by using mock recipients like below:Mock for MATCH result: Request: { "accountName": "Lucas Johnson", "iban": "LT121000011101001000" }Mock for CLOSE_MATCH result: { "accountName": "L. Johnson", "iban": "LT121000011101001000" }Mock for NO_MATCH result: { "accountName": "Thomas Johnson", "iban": "LT121000011101001000" }Mock for CANNOT_VERIFY result { "accountName": "Thomas Allen", "iban": "LT121000011101001000" }
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.