📞# 2 Phone Info

after national Id step you need to insert your Phone number

1- Insert Phone Number:-

post
Authorizations
Body
codestringRequired

Country Code

Example: 20
phoneNumberstringRequired

Client mobile number

Example: 01xxxxxxxxx
Responses
200

Success

application/json
post
/Onboarding/api/v1/onboarding/PhoneInfoKyc/InsertPhoneInfo
POST /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
post
/Onboarding/api/v1/onboarding/PhoneInfoKyc/Approve
POST /Onboarding/api/v1/onboarding/PhoneInfoKyc/Approve HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "status": 0
}

Last updated