MadelineProtoDocs/docs/API_docs/constructors/payments.paymentVerificatio...

990 B

title description image redirect_from
payments.paymentVerificationNeeded Payment was not successful, additional verification is needed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/payments_paymentVerificationNeeded.html

Constructor: payments.paymentVerificationNeeded

Back to constructors index

Payment was not successful, additional verification is needed

Attributes:

Name Type Required Description
url string Yes URL for additional payment credentials verification

Type: payments.PaymentResult

Example:

$payments.paymentVerificationNeeded = ['_' => 'payments.paymentVerificationNeeded', 'url' => 'string'];

Or, if you're into Lua:

payments.paymentVerificationNeeded={_='payments.paymentVerificationNeeded', url='string'}