Create Facestamp Order
This endpoint is used to create a facestamp order
Request Body
Key
Type
Description
Request Body Sample
{
"full_name": "Timilehin Abodunrin",
"email": "[email protected]",
"phone": "2348168752312",
"app_id": "657d86b4631b512164538ba4",
"callback_url": "https://webhook.site/5f638aac-b0e2-4ff0-901d-8055ffafb692",
"redirect_url": "https://webhook.site/5f638aac-b0e2-4ff0-901d-8055ffafb692",
"user_reference": "intrapay_ref_00111",
"create_otp_url": "https://webhook.site/5f638aac-b0e2-4ff0-901d-8055ffafb692",
"resend_otp_url": "https://webhook.site/5f638aac-b0e2-4ff0-901d-8055ffafb692",
"verify_otp_url": "https://webhook.site/5f638aac-b0e2-4ff0-901d-8055ffafb692",
"payment_reference": "qwertytt",
"meta_data": {
"merchant_tag": "qwerty"
}
}Response Body
Last updated