Verify OTP

Verify OTP

The verify_otp request data:

Key
Type
Description

otp

String

The otp to be verified.

order_id

String

The order id of the facestamp.

user_reference

String

the reference ID of the use

Response body

// Some code
{
    status: true
}

We do not provide this endpoint. You are responsible for ensuring that your verify otp request data conforms to the format.

Last updated