Create Infinity Card

Phone Number Format Specification

📱 phoneCode

The international dialing code of the cardholder's mobile number. e.g., 65 for Singapore.

📞 phone

The local mobile number without the country code. For example: 91234567.

Valid Example

{
  "phoneCode": "65",
  "phone": "91234567"
}

Invalid Example

{
  "phoneCode": "65",
  "phone": "6591234567"
}

⚠️ Important Note

The final mobile number submitted to the backend is the concatenation of phoneCode + phone, e.g., 6591234567.

Language
Credentials
Header
Click Try It! to start a request and see the response here!