MadelineProtoDocs/docs/API_docs/constructors/payments.paymentVerificationNeeded.md
2024-05-01 14:53:46 +02:00

921 B

title description nav_exclude image redirect_from
payments.paymentVerificationNeeded Payment was not successful, additional verification is needed true 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'];