Get Verification Status
Retrieve verification status
This endpoint offers merchants a frictionless pathway to obtain current verification status for verifications done on Prembly through any channel. With a seamless and user-friendly design, this endpoint serves as a dynamic gateway, enabling merchants to effortlessly retrieve detailed information about the verification progress.
Please note that this endpoint is designed exclusively for use in live environment.
Request Header
Key | Description |
---|---|
x-api-key | Your Secret Key |
Sample Response
{
"status": true,
"data": {
"reference": "2e81dde5-6f75-4ec9-83e3-2d78565a6f8d",
"response_code": "00",
"price": "200.0",
"endpoint": {
"id": "ud9e0672-558f-4c29-b98a-162b76826749",
"name": "Document Verification",
"code": "DOCUMENT_VERIFICATION"
},
"endpoint_name": "Document Verification",
"product": "3f20cd19-e739-419c-bec7-gfdsc5c8a441b",
"billing_status": true,
"request_data": "doc_country",
"response_data": "",
"source": "PORTAL",
"charge_source": null,
"bulk": null,
"verification_status": "VERIFIED",
"application": null,
"organisation": "e3e75aa0-19d5-2ews-a098-915b017c0a4f",
"organisation_name": "Prembly",
"created_at": "2023-05-26T09:52:49.677Z"
}
}
Response Description
Response | Description |
---|---|
status | Indicates that the request was successful. |
data | Contains detailed information about the transaction. |
reference | A unique reference identifier for the transaction. |
response_code | The response code associated with the transaction. |
price | The price or cost of the transaction. |
endpoint | Details about the endpoint of the transaction. |
id | The unique ID of the endpoint. |
name | The name of the endpoint. |
code | The code of the endpoint. |
endpoint_name | The name of the endpoint. |
product | The product associated with the transaction. |
billing_status | Indicates whether billing is active. |
request_data | The data related to the request. |
response_data | The data related to the response. |
source | The source of the transaction. |
charge_source | The source of the charge. |
bulk | Bulk information. |
verification_status | The verification status of the transaction. |
application | Application details. |
organisation | The unique ID of the organization. |
organisation_name | The name of the organization. |
created_at | The date and time the transaction was created. |
Updated 6 months ago