added
v0.2.0 release notes
over 3 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
narrative
to the transaction object. The information on thisfield
is supplied by the merchant to allow know the source of the transaction. - Added an endpoint
PATCH /card-integrators/top-up-float
to simulate you topping up your float balance. - Added an endpoint
PATCH /card-integrators/update
to 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.