v0.7.0 release notes
In this release, we added the below items:
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.
v0.4.0 release notes
By popular request, we have added a new endpoint GET /card-integrators/card-users
to fetch a list of card users created an integrator. At the same time, we now support different chains to be used to transfer usdc and they are Solana(SOL) and Algorand(ALGO). Be careful to choose whatever chain you believe will be used frequently.
v0.3.0 releases notes
In this release, we have integrated our blockchain technology to allow you top-up your Card Integrator float using usdc in both the sandbox and production environment. At the point of registration, you are expected to provide the chain
property which has to be either of TRX
or ETH
.
v0.2.0 release notes
This release made changes to our existing APIs and also added new endpoints to allow top-up your float balance in the sandbox environment and update your integrator account information. We also have the webhook system implemented so that you can get notified when an important event happens on our end.
v0.1.0 release notes
This release allows you to set up an integrator account, register users, create and fetch cards, top up cards, create a mock transaction for a card, fetch transactions for a card as well as a singular card transaction.