February 2025 Release
Supplier GET API Endpoint Enhancements
Objective: To facilitate seamless integration for our Channel Partners by enabling filtering of suppliers based on their Card by Mail opt out date.
Enhancement Details: We have introduced two new query parameters to the Supplier GET API endpoint:
-
cbm_optout_date_start
: Retrieve suppliers who opted out of CBM on or after this date. -
cbm_optout_date_end
: Retrieve suppliers who opted out of CBM on or before this date.
Benefit: These parameters allow you to efficiently identify and manage suppliers who have opted out of receiving payments via Card within a specific date range.
Payments GET API Endpoint Enhancements
Objective: To provide API users with advanced filtering capabilities, enabling precise retrieval of payment records based on specific criteria.
Enhancement Details: The Payments GET API endpoint now includes the following filters:
-
Date Filters:
-
created_before
/created_after
: Retrieve payments created before or after a specified date. -
updated_before
/updated_after
: Retrieve payments updated before or after a specified date. -
created_between
/updated_between
: Retrieve payments created or updated within a specific date range.
-
-
Status Filter:
-
status
: Filter payments based on their current status (e.g., pending, completed).
-
-
Refunded Filter:
-
refunded
: Retrieve payments that have been refunded to the buyer.
-
Benefit: These enhancements provide you with the flexibility to search and retrieve payments more effectively, reducing the need for manual data handling and improving integration efficiency.
This update includes bug fixes and important security enhancements to improve the platform's stability and data protection.