Skip to main content

Attempt a failed rebill on an auto order

POST 

/auto_order/auto_orders/:auto_order_oid/rebill

Attempts to rebill an auto order using the payment information already on the original order. The attempt is refused if the auto order is scheduled to charge within the next five minutes, or if it was already billed within the last 24 hours, both of which guard against double charging. Runs synchronously and may take some time while the gateway is contacted. A declined card is reported in the response body rather than as an API error.

Request

Responses

Successful response

Was this page helpful?