TDLib v0.0.2 TDLib.Object.PaymentForm View Source
Contains information about an invoice payment form.
Name | Type | Description |
---|---|---|
invoice | invoice | Full information of the invoice. |
url | string | Payment form URL. |
payments_provider | paymentsProviderStripe | Contains information about the payment provider, if available, to support it natively without the need for opening the URL; may be null. |
saved_order_info | orderInfo | Saved server-side order information; may be null. |
saved_credentials | savedCredentials | Contains information about saved card credentials; may be null. |
can_save_credentials | bool | True, if the user can choose to save credentials. |
need_password | bool | True, if the user will be able to save credentials protected by a password they set up. |
More details on telegram’s documentation.