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
|
|
|
---
|
2018-04-05 01:19:57 +02:00
|
|
|
# Constructor: paymentResult
|
2018-04-01 13:19:25 +02:00
|
|
|
[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)
|
|
|
|
|
|
|
|
|