Create Rapyd Verify Application
POST {{baseUrl}}/v1/verify/applications/hosted
Create an application for Rapyd Verify where the client (applicant) provides information directly to Rapyd. After the applicant submits the application on the hosted page, Rapyd verifies the information. When the status of the application changes, Rapyd sends you a webhook.
Request Body
{"country"=>"<string>", "phone_number"=>"<string>", "rapyd_entity_token"=>"<string>", "application_type"=>"<string>", "client_reference_id"=>"<string>", "cancel_url"=>"<string>", "complete_url"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"token":"\u003cstring\u003e","rapyd_entity_token":"\u003cstring\u003e","cancel_url":"\u003cstring\u003e","complete_url":"\u003cstring\u003e","client_reference_id":"\u003cstring\u003e","application_token":"\u003cstring\u003e","phone_number":"\u003cstring\u003e","merchant_details":{"merchant_alias":"\u003cstring\u003e","merchant_language":"\u003cstring\u003e","merchant_logo":"\u003cstring\u003e","merchant_website":"\u003cstring\u003e"},"redirect_url":"\u003cstring\u003e"},"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"}}