GET/telcel/account-20%$0.4 USDT/call$0.32 USDT/call

Free billing instructions: No billing will be charged in case of abnormalities
Billing instructions for empty value: The interface is limited to 10 free empty value times per day
Empty value definition: The server query result is empty and no data was found

Queries the Telcel / ClaroPay account status for the given 10-digit mobile number. Returns whether the user has a bank card bound in the TelcelAPP and whether N2-level identity verification has been completed (required by Mexican financial regulation to unlock payment and card-binding features).

Header Parameters

NameTypeRequiredDescription
X-Api-TokenstringRequiredYour platform API token

Parameters

NameInTypeRequiredDescription
phonequerystringRequired10-digit Telcel mobile number

Response 200JSON

{
  "data": {
    "registered_cards": true,
    "n2_activation": false
  },
  "status": 200,
  "message": "Found",
  "success": true
}