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"
}

We do not provide this endpoint. You are responsible for ensuring that your create otp and resend otp webhook response conform to the format.

Last updated