--- title: payments.paymentVerificationNeeded description: payments_paymentVerificationNeeded attributes, type and example image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: payments.paymentVerificationNeeded [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|---------------|----------| |url|[string](../types/string.md) | Yes| ### Type: [payments\_PaymentResult](../types/payments_PaymentResult.md) ### Example: ```php $payments_paymentVerificationNeeded = ['_' => 'payments.paymentVerificationNeeded', 'url' => 'string']; ``` Or, if you're into Lua: ```lua payments_paymentVerificationNeeded={_='payments.paymentVerificationNeeded', url='string'} ```