MadelineProto/docs/TD_docs/methods/sendPaymentForm.md

997 B

title description
sendPaymentForm Sends filled payment form to the bot for the final verification

Method: sendPaymentForm

Back to methods index

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 CLICK ME int53 Yes Chat identifier of the Invoice message
message_id CLICK ME int53 Yes Message identifier
order_info_id CLICK ME string Yes Identifier returned by ValidateOrderInfo or empty string
shipping_option_id CLICK ME string Yes Identifier of a chosen shipping option, if applicable
credentials CLICK ME InputCredentials Yes Credentials choosed by user for payment

Return type: PaymentResult