📞# 2 Phone Info
after national Id step you need to insert your Phone number
1- Insert Phone Number:-
post
Authorizations
Body
codestringRequiredExample:
Country Code
20phoneNumberstringRequiredExample:
Client mobile number
01xxxxxxxxxResponses
200
Success
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
404
NotFound
application/json
post
/Onboarding/api/v1/onboarding/PhoneInfoKyc/InsertPhoneInfoPOST /Onboarding/api/v1/onboarding/PhoneInfoKyc/InsertPhoneInfo HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"code": "20",
"phoneNumber": "01xxxxxxxxx"
}{
"status": 0
}2- Approve Phone Number:-
post
Authorizations
Responses
200
Success
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
404
NotFound
application/json
post
/Onboarding/api/v1/onboarding/PhoneInfoKyc/ApprovePOST /Onboarding/api/v1/onboarding/PhoneInfoKyc/Approve HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"status": 0
}Last updated