Addresses
Overview (1.0)
Request
Please refer to the legacy documentation for this article
- https://api.kycaid.com/verifications
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
No request payloadRequest
Please refer to the legacy documentation for this article
- https://api.kycaid.com/verifications/{verification_id}
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
No request payloadRequest
Please refer to the legacy documentation for this article
- https://api.kycaid.com/verifications/report
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
No request payloadRequest
This endpoint is used to programmatically change the status of an existing verification record. This is typically utilised by your systems to finalise or adjust a verification's outcome after review
The status of the verification. This value is set automatically by our system, or manually in the Admin panel or the Dashboard after a review
approved: a reviewed and approved verificationdeclined: a reviewed and declined verification
If set to true, our system will send the “Verification completed” callback for the specified verification
If set to true, a notification email regarding the status of the verification will be sent by our system to the project owner of the project
- https://api.kycaid.com/verifications/{verification_id}/status
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
{ "verification_status": "approved", "callback_enabled": true, "project_owner_email_enabled": true, "applicant_email_enabled": true }
{ "status": "ok", "data": { "verification_id": "d2177cdf067d424a221b5d045dc616bf81f9", "verification_status": "approved" } }