MadelineProto/docs/TD_docs/methods/sendPaymentForm.md

27 lines
952 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: sendPaymentForm
description: Sends filled payment form to the bot for the final verification
---
## Method: sendPaymentForm
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Sends filled payment form to the bot for the final verification
### Parameters:
2017-08-25 15:05:53 +02:00
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the Invoice message|
2017-08-25 15:05:53 +02:00
|message\_id|[int53](../types/int53.md) | Yes|Message identifier|
|order\_info\_id|[string](../types/string.md) | Yes|Identifier returned by ValidateOrderInfo or empty string|
|shipping\_option\_id|[string](../types/string.md) | Yes|Identifier of a chosen shipping option, if applicable|
|credentials|[InputCredentials](../types/InputCredentials.md) | Yes|Credentials choosed by user for payment|
### Return type: [PaymentResult](../types/PaymentResult.md)