MadelineProtoDocs/docs/TD_docs/constructors/paymentResult.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
678 B
Markdown

---
title: paymentResult
description: Contains result of a payment query
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: paymentResult
[Back to constructors index](index.md)
Contains result of a payment query
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|success|[Bool](../types/Bool.md) | Yes|True, if payment request was successful. If false, verification_url will be not empty|
|verification\_url|[string](../types/string.md) | Yes|Url for additional payments credentials verification|
### Type: [PaymentResult](../types/PaymentResult.md)