Clover API updates - July 2023

Clover made the following API updates for July 2023.

Payments and Orders APIs

Clover is enforcing a 90-day window for API calls to the following endpoints.

We discovered an issue caused by developer apps that aren't using a date/time filter when sending GET requests to Clover Payments and Orders endpoints. Some of these apps are causing high server loads and performance issues.

If your app expects orders or payments for a time frame greater than 90 days, you need to make additional API calls that include filter query parameters for the additional time frames.

As a best practice, use the createdTime filter query parameter value in your API calls to reduce payload sizes and server loads. Create the filter within the 90-day time frame.

Example:

filter=createdTime>=[unix-time]&filter=createdTime\<=[unix-time]

Contact developer relations if you have questions.

Token APIs

Introduced the Create an ACH token API. This API creates a single-use token that indicates Automated Clearing House (ACH) details. Use single-pay tokens for single payments, like create a charge or pay for an order endpoint.