Product name change: ACH to Bank transfer
On January 14, 2024, we’ll be updating our ACH product name to Bank Transfer (Product ID: ET0ZVETV5ILN). This new name better reflects the product’s functionality and offers clearer understanding for users.
New endpoints for Reports and corresponding webhook event
We have introduced two new endpoints: POST api/v2/reports and GET api/v2/reports/{id}. These endpoints are designed to allow programmatic retrieval of your data on Tremendous.
Merging Virtual Visa products
On July 1st, 2024, we’ll be merging the Virtual Visa International product into the Virtual Visa (US) product to create a single Virtual Visa prepaid card. This product can be used in 213 countries, including the US, and has a 6-month expiration window.
Update: sandbox product IDs
We're updating some product IDs in the sandbox environment to make sure they match the IDs in production for all products. This will make migrating integrations from sandbox to production easier.
Update: new webhook event
As part of the Fraud Prevention tool, we're now adding a new webhook event: REWARDS.FLAGGED
. This event is triggered whenever a reward has been flagged for review and is pending manual review.
Please see our documentation on how to set up webhooks or to check the full list of supported events.
New Release: tremendous-ruby v5.0.0
We are excited to announce the release of the 5.0.0 version of our Ruby client library, tremendous-ruby. Similar to our Node.JS client, this new gem is generated from our Open API specification. This will result in more stability and will enable us to roll out updates more quickly when there are new changes added to the API.
New Release: tremendous-node v3.0.0
We are excited to announce the release of the 3.0.0 version of our Node.js client library, tremendous-node. This is a significant update that represents a full rewrite of the library.
Update: New Endpoints for Order Approvals and Rejections
We have introduced two new endpoints: POST api/v2/order_approvals/{id}/approve and POST api/v2/order_approvals/{id}/reject. These endpoints are designed to provide a more intuitive approach to managing order approvals and rejections.
Merchant card product category renamed
When calling the list products or retrieve product endpoints, the category name of merchant cards has changed. We previously returned the plural merchant_cards
even though our documentation specified the singular merchant_card
.
New filters for listing orders
We've added new filters to the GET /api/v2/orders endpoint.