HomeGuidesChangelogDiscussions
Log In
Changelog
added

v0.5.0 release notes

With the new release comes the capability to freeze and unfreeze a card using two new endpoints PATCH /cards/{id}/freeze and PATCH /cards/{id}/unfreeze. All future transactions will be automatically declined when a card is frozen and you can unfreeze or withdraw the funds from the card back to your integrator float.

In addition, we have added new endpoints to handle crediting and debiting card balances using PATCH /cards/credit/balance and PATCH /cards/debit/balance respectively. You are advised to use the new endpoint to top-up a card balance because the PATCH /cards/top-up endpoint is deprecated and will be removed in the future.