Send compiled payment form
payments.paymentResult#4e5f810d updates:Updates = payments.PaymentResult;
payments.paymentVerificationNeeded#d8411139 url:string = payments.PaymentResult;
---functions---
payments.sendPaymentForm#2b8879b3 flags:# msg_id:int requested_info_id:flags.0?string shipping_option_id:flags.1?string credentials:InputPaymentCredentials = payments.PaymentResult;| Name | Type | Description | 
|---|---|---|
| flags | # | Flags, see TL conditional fields | 
| form_id | long | Form ID | 
| invoice | InputInvoice | Invoice | 
| requested_info_id | flags.0?string | ID of saved and validated order info | 
| shipping_option_id | flags.1?string | Chosen shipping option ID | 
| credentials | InputPaymentCredentials | Payment credentials | 
| tip_amount | flags.2?long | Tip, in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45passamount = 145. See the exp parameter in currencies.json, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies). | 
| Code | Type | Description | 
|---|---|---|
| 400 | FORM_UNSUPPORTED | Please update your client. | 
| 400 | INVOICE_INVALID | The specified invoice is invalid. | 
| 400 | MESSAGE_ID_INVALID | The provided message id is invalid. | 
| 400 | PAYMENT_CREDENTIALS_INVALID | The specified payment credentials are invalid. | 
| 400 | PEER_ID_INVALID | The provided peer id is invalid. | 
| 400 | TMP_PASSWORD_INVALID | The passed tmp_password is invalid. | 
Validated user-provided info