Xtrempay Api Documentation
Authorization: Bearer ********************
{
"phoneNumber": "08132069992"
}
curl --location --request POST 'https://mock.apidog.com/m1/918700-0-default/v1/user/kyc/phone-verification/resend' \
--header 'Content-Type: application/json' \
--data-raw '{
"phoneNumber": "08132069992"
}'
{
"timestamp": "1753125256040",
"status": 200,
"success": true,
"message": "Phone verification resent successfully",
"data": null
}