Xtrempay Api Documentation
Authorization: Bearer ********************
{
"phoneNumber": "08132069902",
"countryCode": "+234"
}
curl --location --request POST 'https://mock.apidog.com/m1/918700-0-default/v1/user/kyc/phone-verification' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "08132069902",
"countryCode": "+234"
}'
{
"timestamp": "2025-07-21T05:04:50.362965",
"status": 200,
"success": true,
"message": "OTP sent to 08132069992. Please check your phone.",
"data": null
}