Retry payment
POST/v1/payments/:id/retry
Reprocesses a failed payment. Optionally switches to a new card (via card) or to a saved payment method (payment_method_id).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
Payment retried.
Request body failed validation.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Request body failed validation.
Rate limit exceeded.
Unexpected server error.