2.3 KiB
2.3 KiB
BillingSetupPaymentRequest
Fields
| Field | Type | Required | Description |
|---|---|---|---|
customer_id |
str | ✔️ | The ID of the customer |
success_url |
Optional[str] | ➖ | URL to redirect to after successful payment setup. Must start with either http:// or https:// |
customer_data |
Optional[models.CustomerData] | ➖ | Customer details to set when creating a customer |
checkout_session_params |
Dict[str, Any] | ➖ | Additional parameters for the checkout session |