Releases: settle-club/javascript-integration-sdk
Releases · settle-club/javascript-integration-sdk
1.0.8
API Enhancement Release: New Endpoints, Updated Responses, and Improved Data Handling
What's Changed
New APIs
- Added
addVintageDataAPI: Allows for the addition of vintage data. - Added
checkEligibilityAPI: Checks user eligibility based on defined criteria. - Added
getOutStandingDetailsAPI: Provides outstanding details for users. - Added
getUserCreditSummaryAPI: Provides detailed credit summary information for users.
API Updates
- Renamed
createOrdertocreateTransaction: ThecreateOrderAPI has been renamed tocreateTransactionfor better clarity. - Updated
getTransactionsAPI:- Added granularity filter to allow for more detailed transaction queries.
- Changed
loantoloansin the API response for consistency.
- Changed
verifyAPI tovalidate: TheverifyAPI has been renamed tovalidate. - Updated
updateOrderDeliveryStatusAPI:- Now includes enhanced summary fields in its response for better detail and clarity.
- Renamed
getAlltogetAllCustomers: ThegetAllAPI has been renamed togetAllCustomersfor clarity and consistency.
API Removals
- Removed
getLimitAPI: This API has been deprecated and removed.
Notes
- These improvements streamline integration and data processing.
- Review the updated API documentation for examples of the new response structures.
- For questions, refer to our API documentation or contact support.
Enhancements to API Response Structures
What's Changed
-
Order Delivery Status Updates:
- The
updateOrderDeliveryStatusAPI now includes enhancedsummaryfields in its response for better detail and clarity. - The
processingStatusenum has been changed to include only two values:CAPTUREDandNOT_CAPTURED.
- The
-
Customer Data Structure:
- The response format of the
getAllCustomersAPI has been standardized for consistent data handling.
- The response format of the
Notes
- These improvements streamline integration and data processing.
- Review updated API documentation for examples of the new response structures.
For questions, refer to our API documentation or contact support.
1.0.7-beta
What's Changed
- Added
getUserCreditSummaryAPI - Added
addVintageDataAPI - Added
checkEligibilityAPI - Changed
getAllAPI togetAllCustomersAPI - Added
sessionincreateTransactionAPI - Updated
updateOrderDeliveryStatusAPI to addsummaryin response - Updated
getTransactionsAPI to addgranularityfilter - Removed
getLimitAPI