MadelineProto/docs/TD_docs/constructors/paymentForm.md
Daniil Gentili 8600a2fcba docufix
2017-09-29 15:50:59 +02:00

1.2 KiB

title description
paymentForm Information about invoice payment form

Constructor: paymentForm

Back to constructors index

Information about invoice payment form

Attributes:

Name Type Required Description
invoice invoice Yes Full information about the invoice
url string Yes Payment form URL
payments_provider paymentsProviderStripe Yes Information about payment provider if available, to support it natively without opening the URL, nullable
saved_order_info orderInfo Yes Saved server-side order information, nullable
saved_credentials savedCredentials Yes Information about saved card credentials, nullable
can_save_credentials Bool Yes True, if the user can choose to save credentials
need_password Bool Yes True, if the user will be able to save credentials if he set up a password

Type: PaymentForm