Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.5 KB

File metadata and controls

12 lines (8 loc) · 1.5 KB

CustomerOrderConfirmPayment

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] ID of the Stripe confirmation token for new payment methods.
payment_method_id OptionalNullable[str] ID of an existing saved payment method.
payment_processor Optional[models.PaymentProcessor] N/A