mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
921 B
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
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'];