Create OTP
Create OTP and Resend OTP
Your create_otp and resend_otp webhook response should have the following payload:
Key
Type
Description
user_reference
String
The reference ID of the user.
phone
String
The phone number of the user e.g 2348100000000.
order_id
String
The order id of the facestamp.
// Webhook response
{
"user_reference": "abcd",
"phone": "2348100000000",
"order_id": "zxcvb"
}
Last updated