HomeGuidesChangelogDiscussions
Log In
Changelog
added

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.

  • Added a new property narrative to the transaction object. The information on this field 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 are business_address, webhook_url, and domain.
  • And a webhook system has now been implemented to notify your integration of asynchronous events.