Release Note for Version 24.6
Release Date: August 2, 2024
Deprecation of Checkout Session Paths
The Create a session and Get a session detail endpoints under /checkout/sessions
are now deprecated. For consistency, these services have been moved to /payment/sessions
. Please update your integrations accordingly to use the new paths.
Enhancements to PayByLink Services
The paymentLink object returned by PayByLink services has been enriched with additional attributes :
- pointOfSaleReference (string): Reference for the point of sale.
- pointOfSaleLabel (string): Label for the point of sale.
- merchantId (number): Merchant ID.
Get Payment Link Service Enhancements
The Get a payment link service now returns additional objects:
- transactions (array of objects): List of transactions (one or more).
- order (object): Order information.
- buyer (object): Buyer information.
- delivery (object): Delivery object.
- privateData (object): Additional data to be used throughout the payment lifecycle.
Important Notice
Any services or elements marked as deprecated or tagged as such in the documentation should no longer be used, as they will be removed in a future version. It is highly recommended to transition to the updated endpoints and features to ensure the continuity of your integrations.
These changes aim to provide more detailed information and improve the consistency and usability of our API.