Release notes
Last update: March 20, 2024
Version management
The version of the API is included in the path of the URL. For the version 1.2, the path is …/v1.2/….
Version evolution
Currently, we have differente version of our API :
V1.0
First version of our API, we have all products :
- BNPL
- LOANS
- Revolving loan subscription without purchase
- Revolving loan subscription through a purchase
- Oney card payment
V1.1
Products available :
- BNPL
- LOANS
- Oney card payment
Change on this version :
- Simplify the payment services (field reducing, restructuring request)
- Change of the service name (facilypay_url to 3x4x_context)
V1.2
Products available :
- BNPL
- LOANS
- Oney card payment
Change on this version :
- Simplify the BNPL payment service (field reducing, restructuring request)
- Change of the service name (3x4x_context to split_payment_context)
- Merge BNPL and LOANS into the split_payment_context service
Changelog
March 2024
sub_status_code
give more information when the payment is on PENDING status :
- Adding
sub_status_code
in serviceget_status
: learn more - Adding
sub_status_code
in callback : learn more