auth.checkPaidAuth

Checks the status of a login payment.

 Method schema is available as of layer 215. Switch »

Parameters

Name Type Description
phone_number string Phone number
phone_code_hash string The phone code hash obtained from auth.sendCode
form_id long The payment form ID passed to payments.sendPaymentForm.

Result

auth.SentCode

Only users can use this method

This method can be invoked over an unauthenticated connection »

Possible errors

Code Type Description
400 PHONE_NUMBER_INVALID The phone number is invalid.

Related pages

auth.sendCode

Send the verification code for login

payments.sendPaymentForm

Send compiled payment form

User Authorization

How to register a user's phone to start using the API.