Schema to confirm a retry payment using either a saved payment method or a new confirmation token.
| 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 |