MadelineProtoDocs/old_docs/API_docs_v104/constructors/payments_paymentVerificatio...

806 B

title description image
payments.paymentVerificationNeeded Payment verification needed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: payments.paymentVerificationNeeded

Back to constructors index

Payment verification needed

Attributes:

Name Type Required Description
url string Yes 3dsecure URL

Type: payments_PaymentResult

Example:

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

Or, if you're into Lua:

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