Changelog
Stay updated on all changes to the Salt Edge products.
Subscribe to the changelog via RSS.
No results found.
23rd of December 2024
Payments
23rd of December 2024
Payments Documentation
New
- Payment Initiation API version 6 is now available
- As of the 2nd of January 2025, Payment Initiation API V5 and Partners Payment Initiation API V1 are officially deprecated. We strongly encourage all developers to migrate to API V6 as soon as possible to take advantage of the latest features and improvements. On the 2nd of January 2026, Payment Initiation API V5 and Partners Payment Initiation API V1 will be permanently deleted and will no longer be accessible.
- For comprehensive migration instructions, please visit the Migration Guide section and read the latest blog post highlighting the key changes.
- The creation of a Customer is now initiated during Payment Initiation. A single request can now be sent only by Clients to create a Payment with Customer details, instead of sending two separate requests (Customer/Create and Payment/Create).
- New statuses have been added:
initiated
andinitiated_info_required
during Payments/ Create.
Update
- The following Payment statuses have been updated as follows:
- from
rejected
tofailed
- from
accepted
toexecuted
orsettled
- from
processing
toauthorizing
orauthorized
- from
unknown
toauthorizing
,authorized
, orfailed
- More detailed explanations about new statuses can be found here.
- from
- The
connect_url
has been renamed topayment_url
for the Payment Create response - The
customer_id
andpayment_id
have been added to the Payment Create response, allowing the Client to store and use thepayment_id
from the beginning of the Payment Initiation process. - The logic of the callbacks has been updated:
- Notify - previously,
notify
callbacks were sent at each new stage of the Payment process. This has been updated so thatnotify
callbacks will now only be sent when the Payment status changes. - Success - previously,
success
callbacks were sent after each successful step of the Payment process. This has been updated so that thesuccess
callback will now only be sent when the Payment is successfully initiated.
- Notify - previously,
Deprecation
- Payment Initiation Direct API is no longer supported in API V6
- The endpoint for Payments Remove V1 is no longer supported in API V6
- Endpoints for Customer’s Lock & Unlock are removed from API V6
- Stages are removed from API V6
- Statuses
unknown
anddeleted
are removed from API V6 - Interactive and Interactive Redirect callbacks are removed from API V6
15th of July 2024
15th of July 2024
New Account Information Data Enrichment Dashboard Documentation
- AIS API and Data Enrichment version 6 are now available
- As of the 16th of July 2024, Account Information API V5 and Partners Account Information API V1 are officially deprecated. We strongly encourage all developers to migrate to API V6 as soon as possible to take advantage of the latest features and improvements. On the 16th of July 2025, Account Information API V5 and Partners Account information API V1 will be permanently deleted and will no longer be accessible.
- For comprehensive migration instructions, please visit the Migration Guide section and read the latest blog post highlighting the key changes.