Smart Retries

The Smart Retries API allows you to manage your retry settings within your Rebill account. You can retrieve retry settings and update them.


GET/v2/retry-settings

Get retry settings

Obtain the list of all existing retry settings in your organization.

Loading...

Response

      {
        "retrySettings": [
          "string"
        ]
      }

POST/v2/retry-settings

Update retry settings

Update the retry settings of an organization when you need it.

Required Body Parameters

    retrySettingsarray of stringsrequired

Loading...

Response

      {
        "retrySettings": [
          "string"
        ]
      }

Was this page helpful?