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

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

improved

SANDBOX - v2.1.3 - 2024-05-30

Summary

PRODUCTION - v2.1.2 - 2024-05-13

👋 Everything is ready to launch 2.1.2. release into production environment 🚀

SANDBOX - v2.1.2 - 2024-05-06

Summary