v1
latestOpenAPI 3.1.02026-07-24180245513.9 KBpayee-verification-requests
Send verification payee request
Send a request to verify your payee's information.
post/payee_verification_requests
Headers
Idempotency-Keystring
Example:8A2gcC
An idempotency key is a unique value generated by the client which the server uses to recognize subsequent retries of the same request.
Request body
Example request
{
"scheme": "vop",
"payee_identification_type": "name",
"payee_identification": "John Doe",
"payee_account_number": "FR5012739000308682265435N36",
"payee_additional_information": "Account 123-ABC",
"requesting_agent_bank_code": "BANKITPPXXX",
"initiated_at": "2025-01-26T13:51:10Z",
"metadata": {
"property_a": true,
"property_b": "false"
}
}Response
Successfully created payee verification request
Example response
{
"id": "c39d1eff-c5ed-4197-8f24-28a68bd0eee6",
"idempotency_key": "8A2gcC",
"object": "payee_verification_request",
"status": "completed",
"status_details": "Some details about the status.",
"failure_code": "business_error",
"direction": "incoming",
"scheme": "vop",
"request": {
"payee_identification_type": "name",
"payee_identification": "John Doe",
"sent_identification": "John Doe",
"payee_account_number": "FR5012739000308682265435N36",
"additional_information": "Account 123-ABC",
"requesting_agent_bank_code": "SOMEBICXXX",
"responding_agent_bank_code": "BANKITPPXXX"
},
"matching_result": "match",
"matching_details": {
"cleaned_identification": "John Doe",
"retrieved_identification": "John Doe",
"retrieved_identifications": [
"John Doe",
"J. Doe",
"John M. Doe"
],
"internal_account_id": "c39d1eff-c5ed-4197-8f24-28a68bd0eee6",
"matching_score": 100,
"distance": "levenshtein",
"match_threshold": 90,
"close_match_threshold": 75
},
"scheme_data": {
"scheme_request_id": "c3d79e5a-2058-4301-8b36-353cb9eb0ca5",
"request_timestamp": "2025-01-26T13:51:10Z",
"response_timestamp": "2025-01-26T13:51:15Z"
},
"response_received_at": "2025-01-26T13:51:15Z",
"initiated_at": "2025-01-26T13:51:10Z",
"metadata": {
"property_a": true,
"property_b": "false"
},
"created_at": "2025-01-01T12:00:00Z"
}