2018-04-01 13:19:25 +02:00
|
|
|
---
|
|
|
|
title: sendPaymentForm
|
|
|
|
description: Sends filled payment form to the bot for the final verification
|
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-04 23:19:57 +00:00
|
|
|
# Method: sendPaymentForm
|
2018-04-01 13:19:25 +02:00
|
|
|
[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:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
|
|
|
|----------|---------------|----------|-------------|
|
|
|
|
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the Invoice message|
|
|
|
|
|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)
|
|
|
|
|