Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Success
Trigger a new attempt by canceling any existing attempts for this invoice and creating a new Payment. This will trigger another attempt to charge the Customer’s configured Payment Gateway. Payment can only be attempted if all of the following are true:
paid
or voided
.Attempting to payment on an ineligible Invoice or Customer will result in a 400
response.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success