TDLib v0.0.2 TDLib.Object.PaymentForm View Source

Contains information about an invoice payment form.

NameTypeDescription
invoiceinvoiceFull information of the invoice.
urlstringPayment form URL.
payments_providerpaymentsProviderStripeContains information about the payment provider, if available, to support it natively without the need for opening the URL; may be null.
saved_order_infoorderInfoSaved server-side order information; may be null.
saved_credentialssavedCredentialsContains information about saved card credentials; may be null.
can_save_credentialsboolTrue, if the user can choose to save credentials.
need_passwordboolTrue, if the user will be able to save credentials protected by a password they set up.

More details on telegram’s documentation.