HomeGuidesRecipesAPI ReferenceChangelog
Log In
Changelog
These docs are for v2.1.6. Click to read the latest docs for v2.1.7.

PRODUCTON - v2.1.7 - 2024-09-16

Summary

Have you checked the latest release note here? The changes has been finally deployed on PRODUCTION environment today! 🚀 We've built new endpoints and provided enhancements to better serve your needs. To quickly follow up the changes:

  • BREAKING CHANGES Please remember on 8th Oct 2024 (SANDBOX) and 22nd Oct (PRODUCTION) the instant feedback will be removed for below endpoints:
    POST / user bank account
    POST / corporate bank account
    Changes in the API docs has been deployed to PRODUCTION today. The code changes will be deployed to PRODUCTION on 22nd Oct.
  • Separate 0x address per remote bank account / per beneficiary
    Now is possible to have one beneficiary linked to only one 0x address. We are allowing to have multiple different 0x addresses, which means there is no need to switch settings in the system and select which beneficiary the money should go to.
  • NEW ENDPOINT GET a merchant's list of transaction fees
    parameters required: "startDate" & "endDate"
    response:
    { "direction": "", "created_at": "", "amount": "", "uuid": "", "currency": "", "currency of amount": "", "completed_date": "", "fee_name": "", "fee_value": "", "base_currency": "", "currency of fee_value": "", "user_status": "", "user_uuid": "", }
  • NEW ENDPOINT GET Transaction details
    parameter required: "transactionHash"
    response:
    { "uuid": "", "direction": "", "status": "", "created_at": "", "user_uuid": "", "company_uuid": "" }