Verification of Payee
Create Verification of Payee (VOP) request
This endpoint allows you to get information on the accuracy of the payee details the user is going to send a payment to.
post/verify-payee
Request body
Example request
{
"name": "John Smith",
"iban": "AD1200012030200359100100",
"paymentAccountId": "A123AAA4",
"customerId": "C1100001"
}Response
Ok
Example response
{
"id": "PAV0000001",
"result": {
"code": "MATCH",
"matchedName": "Joseph Bloggs"
}
}