added
v0.2.0 release notes
about 4 years ago by SpendJuice Engineering
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.
- Added a new property
narrativeto the transaction object. The information on thisfieldis supplied by the merchant to allow know the source of the transaction. - Added an endpoint
PATCH /card-integrators/top-up-floatto simulate you topping up your float balance. - Added an endpoint
PATCH /card-integrators/updateto update your integrator account information. The only fields allowed to be changed arebusiness_address,webhook_url, anddomain. - And a webhook system has now been implemented to notify your integration of asynchronous events.