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>.

NameTypeDescription
input_invoiceInputInvoiceThe invoice.
payment_form_idstringPayment form identifier returned by getPaymentForm.
order_info_idstringIdentifier returned by validateOrderInfo, or an empty string.
shipping_option_idstringIdentifier of a chosen shipping option, if applicable.
credentialsInputCredentialsThe credentials chosen by user for payment.
tip_amountstringChosen by the user amount of tip in the smallest units of the currency.

More details on telegram's documentation.