MadelineProtoDocs/docs/TD_docs/constructors/paymentResult.md

25 lines
679 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: paymentResult
description: Contains result of a payment query
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
## 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)