PaymentForm
Contains information about an invoice payment form.
This is an alias for the PaymentFormUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "paymentForm" | |
id | string | The payment form identifier |
invoice | Full information of the invoice | |
url | string | Payment form URL |
sellerBotUserId | number | User identifier of the seller bot |
paymentsProviderUserId | number | User identifier of the payment provider bot |
paymentsProvider | Information about the payment provider, if available, to support it natively without the need for opening the URL; may be null | |
savedOrderInfo | Saved server-side order information; may be null | |
savedCredentials | Information about saved card credentials; may be null | |
canSaveCredentials | boolean | True, if the user can choose to save credentials |
needPassword | boolean | True, if the user will be able to save credentials protected by a password they set up |