Search the docs
    QUICKSTART API
    Introduction
    Making requests
    Quickstart API Reference
    REVENUE
    Revenue API Reference
    COLLECTIONS
    Collections API Reference
      Introduction
      Authentication
      Base URLs
      Advanced Payment Manager
      Collections Window
      Configurable Payment Retry
        get
        Get active retry cycles for an invoice
        get
        Get active retry cycles for a debit memo
        get
        Get active retry cycles for an account
        get
        Get retry cycle history for an invoice
        get
        Get retry cycle history for a debit memo
        get
        Get retry cycle history for an account
        put
        Execute invoice payment
        put
        Execute debit memo payment
        put
        Execute account payments
        post
        Execute payments
        put
        Remove an invoice from retry cycle
        put
        Remove a debit memo from retry cycle
        put
        Remove an account from retry cycle
        post
        Submit a payment to retry cycle
        get
        Get baseline metrics
        get
        Get the Amount Recovered metrics
        get
        Get the Document Success Rate metrics by customer group
        get
        Get the Customer Group metrics
      Notes
      Statement Generator

Remove an invoice from retry cycle

Stops any active retry cycles associated with the invoice provided.

Request
path Parameters
invoice_id
required
string

ID of an invoice.

Responses
200
put/api/v1/payments/remove_invoice_from_retry_cycle/<invoice_id>
Request samples
  • cURL
Response samples
  • 200
application/json
{
  • "success": true,
  • "message": "Payments with the following IDs have been removed from the retry cycle: [290, 291]"
}