CustomerOrderConfirmPayment
August 22, 2025 ยท View on GitHub
Schema to confirm a retry payment using either a saved payment method or a new confirmation token.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
confirmation_token_id | OptionalNullable[str] | :heavy_minus_sign: | ID of the Stripe confirmation token for new payment methods. |
payment_method_id | OptionalNullable[str] | :heavy_minus_sign: | ID of an existing saved payment method. |
payment_processor | Optional[models.PaymentProcessor] | :heavy_minus_sign: | N/A |