TDLib v0.0.2 TDLib.Method.SendPaymentForm View Source

Sends a filled-out payment form to the bot for final verification. Returns object_ptr.

NameTypeDescription
chat_idstringChat identifier of the Invoice message.
message_idstringMessage identifier.
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.

More details on telegram’s documentation.