View Source ExTDLib.Method.SendPaymentForm (ExTDLib v0.0.4)
Sends a filled-out payment form to the bot for final verification. Returns object_ptr<PaymentResult>.
| Name | Type | Description |
|---|---|---|
| input_invoice | InputInvoice | The invoice. |
| payment_form_id | string | Payment form identifier returned by getPaymentForm. |
| order_info_id | string | Identifier returned by validateOrderInfo, or an empty string. |
| shipping_option_id | string | Identifier of a chosen shipping option, if applicable. |
| credentials | InputCredentials | The credentials chosen by user for payment. |
| tip_amount | string | Chosen by the user amount of tip in the smallest units of the currency. |
More details on telegram's documentation.