v1
latestOpenAPI 3.1.02026-07-245361280.3 KBCreate a verification
Creates a verification. Available and mandatory fields depend on the type of client, country, and industry. The service returns a verification ID for use with Payins and Payouts APIs.
Wire format: the endpoint accepts multipart/form-data with a string field body whose value is a JSON string with the same structure as the application/json body below, and optional file parts (use filenames such as DOCUMENT_FRONT and DOCUMENT_BACK where required). The JSON body below is the reference shape; stringify it to populate the body part when using multipart.
Notifications: status updates will be sent to the notification_url provided in the request. See the Callbacks section below and the Verifications notifications guide for the retries policy and signature recipe.
Request body
Example request
{
"type": "REMITTANCE"
}Response
Successful response
Example response
{
"id": "KV-371ea706-0be6-4088-9693-11f6be6b3240",
"status": "CREATING",
"status_detail": "CREATING"
}