payments.paymentVerificationNeeded
Payment was not successful, additional verification is needed
type tg.PaymentsPaymentVerificationNeeded struct { /* ... */ }
Implements payments.PaymentResult.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
URL | string | yes | URL for additional payment credentials verification |
References
- Official documentation
- Generated Go reference
- TL definition:
payments.paymentVerificationNeeded#d8411139