Release Note for Version 24.8
9 days ago by Jean-Louis Zola
Release Date: October 2024
New Features and Changes
Security API
New Security API Added
Introducing the new Security API, which includes the Get Encryption Key service.
This service allows you to retrieve a public encryption key to encrypt sensitive data using the JWE (JSON Web Encryption) format. JWE is a standardized format for securely encrypting data, ensuring protection of sensitive information during transmission.
Learn more about JWE here.
Recurring Payments
Recurring Payments Now Available
The payment.recurring
object is now operational within the Create a session
service, enabling the initiation of either an Installment Plan or a Subscription.
Additionally, the Get session details
service now returns a paymentPlan
object, representing either an Installment Plan or a Subscription, enhancing support for recurring payment workflows.