Create Facestamp Order
This endpoint is used to create a facestamp order
POST
https://fuspay-kyc-ms-df741b092e53.herokuapp.com/api/v1/facestamp
Request Body
full_name
String
The full name of the user initiating the facestamp request.
String
The email of the user initiating the facestamp request.
phone
String
The phone number of the user initiating the facestamp request.
app_id
String
The app ID of the the face stamp order to be created.
callback_url
String
The callback url of the face stamp order to be created.
redirect_url
String
The redirect url of the face stamp order to be created.
user_reference
String
the reference ID of the user
create_otp_url
String
The create otp url
resend_otp_url
String
The resend otp url
verify_otp_url
String
The verify otp url
payment_reference
String
The payment reference
meta_data
Object
The object containing merchant_tag/label representing the specific merchant
Request Body Sample
Response Body
Last updated