PRODUCTION - v2.2.0 - 2024-11-06
Weβre excited to announce that version 2.2.0, previously released in sandbox, is now live in production!
SANDBOX - v2.2.0 - 2024-10-31
Weβre excited to announce the sandbox release of version 2.2.0, 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. π
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!
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. π
SANDBOX - v2.1.7 - 2024-09-03
BREAKING CHANGE !
We would like to announce big functional changes that will be implemented for endpoints:
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 onlyuuid
will be returned in a response with no additional information.
All the existing information will be available in GET endpoint once status is no longerPENDING
.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
orDISABLED
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! ππ