HomeGuidesRecipesAPI ReferenceChangelog
Log In
Changelog
These docs are for v2.0.41. Click to read the latest docs for v2.1.8.
improved

PRODUCTION - 2.1.9 - 2024-10-16

We’re excited to announce that version 2.1.9, previously released in sandbox, is now live in production!

improved

SANDBOX - v2.1.9 - 2024-10-09

We’re excited to announce the sandbox release of version 2.1.9, bringing several important bug fixes and enhancements to our Payments API. This update focuses on improving transaction reliability, expanding blockchain support, and includes changes that may affect your integration. Please review the details below. πŸš€

improved

PRODUCTION - v2.1.8 - 2024-09-27

Summary

PRODUCTON - v2.1.7 - 2024-09-16

Summary

improved

SANDBOX - v2.1.7 - 2024-09-03

❗️

BREAKING CHANGE !

We would like to announce big functional changes that will be implemented for endpoints:

POST / user bank account

POST / corporate bank account

TIMELINE

08 Oct 2024 deployment to SANDBOX
22 Oct 2024 deployment to PRODUCTION*

*We reserve the right to change the scheduled release date.

❗The change will remove the instant feedback when calling the above endpoints.
It means that only uuid will be returned in a response with no additional information.
All the existing information will be available in GET endpoint once status is no longer PENDING.

Note: Changes in the code will be visible from 22 Oct 2024 on PRODUCTION.
Changes in the API docs will be visible from now on SANDBOX environment and from 10th Sep on PRODUCTION.

Current webhook we are sending for Get Unblock bank account by uuid

Response body, 200 status code:
uuid: ''
currency: 'EUR, GBP'
bank_country: 'MT NG GB'
iban: ''
bic: ''
account_number: ''
sort_code: ''
bank_code: ''
account_name: ''

with this release we are adding also:
receiving_address: ''
status: 'PENDING, ACTIVE, DISABLED'

Current json you are getting:
uuid: ledgerDetails.uuid,
currency: ledgerDetails.currency,
iban: ledgerDetails.iban,
bic: ledgerDetails.bic!,
bank_country: ledgerDetails.bankCountry,
status: ledger.status,

or uuid: ledgerDetails.uuid,
currency: ledgerDetails.currency,
account_number: ledgerDetails.accountNumber,
sort_code: ledgerDetails.sortCode,
bank_country: ledgerDetails.bankCountry,
status: ledger.status,

To check the ledger's creation status, after calling CREATE endpoint you can:

1️⃣ call GET endpoint and receive status: ACTIVE, PENDING or DISABLED
2️⃣ wait for the webhook from Unblock, which will be sent every time we will get an information by PSP webhooks that the status has been changed.

πŸ‘‰ We want to ensure you will not miss the information with the incoming changes, so we will notify you of upcoming changes a few more times by Slack. The process of the deployment reminds as standard one, the change will be deployed first to the sandbox, later to production environment.

Thank you for the cooperation! πŸš€πŸŒŸ

improved

PRODUCTION - v2.1.6 -2024-07-25

Summary

improved

SANDBOX - v.2.1.6 - 2024-07-18

Summary

improved

PRODUCTION - v2.1.5 - 2024-06-28

Summary

improved

SANDBOX - v.2.1.5 - 2024-06-25

Summary

improved

PRODUCTION - v2.1.3 - 2024-06-05

Summary