Skip to content

Releases: settle-club/javascript-integration-sdk

1.0.8

Choose a tag to compare

@jatinag22 jatinag22 released this 23 Sep 10:08
242c2b7

What's Changed

  • Removed axios error log

Full Changelog: 1.0.7...1.0.8

API Enhancement Release: New Endpoints, Updated Responses, and Improved Data Handling

Choose a tag to compare

@jatinag22 jatinag22 released this 11 Sep 17:42
1edc230

What's Changed

New APIs

  • Added addVintageData API: Allows for the addition of vintage data.
  • Added checkEligibility API: Checks user eligibility based on defined criteria.
  • Added getOutStandingDetails API: Provides outstanding details for users.
  • Added getUserCreditSummary API: Provides detailed credit summary information for users.

API Updates

  • Renamed createOrder to createTransaction: The createOrder API has been renamed to createTransaction for better clarity.
  • Updated getTransactions API:
    • Added granularity filter to allow for more detailed transaction queries.
    • Changed loan to loans in the API response for consistency.
  • Changed verify API to validate: The verify API has been renamed to validate.
  • Updated updateOrderDeliveryStatus API:
    • Now includes enhanced summary fields in its response for better detail and clarity.
  • Renamed getAll to getAllCustomers: The getAll API has been renamed to getAllCustomers for clarity and consistency.

API Removals

  • Removed getLimit API: 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

Pre-release

Choose a tag to compare

@jatinag22 jatinag22 released this 13 Aug 18:59
0f625fa

What's Changed

  • Order Delivery Status Updates:

    • The updateOrderDeliveryStatus API now includes enhanced summary fields in its response for better detail and clarity.
    • The processingStatus enum has been changed to include only two values: CAPTURED and NOT_CAPTURED.
  • Customer Data Structure:

    • The response format of the getAllCustomers API has been standardized for consistent data handling.

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

1.0.7-beta Pre-release
Pre-release

Choose a tag to compare

@jatinag22 jatinag22 released this 08 Aug 12:33
30d327e

What's Changed

  • Added getUserCreditSummary API
  • Added addVintageData API
  • Added checkEligibility API
  • Changed getAll API to getAllCustomers API
  • Added session in createTransaction API
  • Updated updateOrderDeliveryStatus API to add summary in response
  • Updated getTransactions API to add granularity filter
  • Removed getLimit API

1.0.6

Choose a tag to compare

@jatinag22 jatinag22 released this 22 Jul 10:59
2cdfd07

What's Changed

  • Fixed session variable undefined issue.
  • Changed disbursalRequest to body.