Retry billing on a past-due subscription
Queues an immediate retry on a past-due subscription against whatever payment method is currently on file. The customer may retry the saved method directly or update the method before making this request. The endpoint is idempotent: it always returns 200 on a found subscription, regardless of status. Use the response’s queued field to distinguish the two outcomes — queued: true means the subscription was past_due, its billing date had arrived, and a retry is pending; a rapid duplicate preserves the first retry time and does not enqueue another attempt. queued: false means no state change occurred, either because the subscription was not past_due or because its billing date has not yet arrived in the subscription’s timezone (for example after a skip or a rescheduled next_bill_date). Billing cannot run before that date, so the request is a no-op rather than a deferred retry.
Authorizations
Bearer token authentication
Path Parameters
Response
Success
Any valid JSON value for provider, integration, theme, metadata, or other dynamic payloads whose keys are not fixed by the API contract.