sepaPayee purpose (VoP) MUST NOT be used for advanced verification of payees.sepaPayee purposeverification.requestId to the response IDmatch, the payment cannot continue. Either the verification request should be retried, in case it was a temporary issue, or the issue can be ignored by setting verification.acceptWarning to truerequestId may be returned for requests made within a short period. Each ID may only be used for a single payment, so it is important that requests are made directly before the payment is booked.curl --location --request POST 'https://api.demo.getneo.com/v3/counterparties/accounts/verify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"counterpartyId": "abcdefghijkl0123456789",
"bankAccountId": "abcdefghijkl0123456789",
"purpose": "sepaPayee"
}'{
"requestId": "d385ab22-0f51-4b97-9ecd-b8ff3fd4fcb6",
"purpose": "sepaPayee",
"timestamp": "2019-08-24T14:15:22.123Z",
"expireTime": "2019-08-24T14:15:22.123Z",
"responseState": "match",
"suggestedName": "string"
}