Confirm Intent
[DEPRECATED — removed] Confirm a payment intent.
This endpoint is retired and always returns HTTP 410. It was never wired to a
real charge path: it marked the intent ``succeeded`` without contacting a
processor, producing card-independent phantom successes. There is
no correct standalone "charge a PaymentIntent" flow — a PaymentIntent is
settled as part of paying its invoice.
To collect a payment, pay the invoice instead (e.g. the invoice
``pay-with-intents`` / collection flow), which charges through the
customer-present checkout path and reconciles the invoice.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
external_id
account_id
Request
This endpoint expects an object.
payment_method_id
metadata
Errors
410
Gone Error
422
Unprocessable Entity Error