Callbacks (Webhook Responses)
This is the Callbacks (Webhook Responses) page
Get Callbacks
GET
https://fuspay-kyc-ms-df741b092e53.herokuapp.com/api/v1/responses
Headers
Content-type*
String
application/json
Request Body
curl --location --request OPTIONS
String
follows HTTP redirects and specifically sends an HTTP OPTIONS request.
Status
String
refers to the current phase of an order.
initialized, started, pending or completed
Event
String
events are key actions in the KYC process, such as submission, review, or approval, that affect the order's progress and outcome.
submission, review, or approval
Order
String
It is a unique identifier assigned to a specific KYC order
Timestamp
String
It is a record of the date and time when a specific event occurred
Kyc_token
String
It is a unique token used to authenticate KYC processes
Account
String
It is used to uniquely reference and manage an individual's or entity's KYC profile within the system
User_reference
String
It is a unique identifier assigned to a user specifically to managae KYC processes.
Mega_data
Array
metadata helps in tracking, managing, and providing context to the KYC process.
KYC Note, KYC Status
First_name
String
This is the first name of the customer
Last_name
String
This is the last name of the customer
Phone
String
This is the customer's phone number
String
This is the Customer's Email Address
Country
String
This is the customer's country
Last updated