Skip to main content

Cashback Rewards resource removed

What's new

The Cashback Rewards resource has been removed. All /v1/cashback_rewards endpoints and the CashbackRewardCreate, CashbackRewardRead, and CashbackRewardUpdate schemas no longer exist. This is a breaking change with no prior deprecation.

Impact

Any integration that creates, reads, updates, deletes, or lists cashback rewards will receive a 404 and must stop calling these endpoints.

Changes

ResourceChange
get_cashback_rewardsRemoved GET /v1/cashback_rewards
create_cashback_rewardRemoved POST /v1/cashback_rewards
get_cashback_rewardRemoved GET /v1/cashback_rewards/{cashback_reward_id}
update_cashback_rewardRemoved PUT /v1/cashback_rewards/{cashback_reward_id}
delete_cashback_rewardRemoved DELETE /v1/cashback_rewards/{cashback_reward_id}
ComponentsRemoved the CashbackRewardCreate, CashbackRewardRead, and CashbackRewardUpdate schemas

Upgrade

  • Remove all calls to /v1/cashback_rewards endpoints.
  • Drop any code that depends on the CashbackRewardCreate, CashbackRewardRead, or CashbackRewardUpdate schemas.

Need help?
Contact our integration team at [email protected]