SCLMS FAQs
What happens if the account holder uses up their credit limit in SCLMS?
The user can repay the amount and the credit balance can be refreshed using the Increase Credit Balance API.
On what basis is the credit limit of the user ascertained?
The credit limit for account holders is decided by the partners who offer the credit limit feature on their platform.
...
SDK Authentication SDK authentication involves the generation of authentication token on both Android and iOS platforms. The token generation process involves generating and configuring the key-pair. The private key of the key-pair is responsible for signing the authentication token.
About Maven repository In general, a Maven repository holds build artifacts and dependencies of varying types. The maven repositories are of two types such as local and remote.
...
SDK FAQs
How do I generate the JSON Web Token?
Samples from some languages are provided in the documentation. If you want to look out for more options, you can find different libraries available at jwt.io
How do I verify the correctness of the JSON Web Token?
There are few parameters that can be checked right away for JWT correctness on jwt.
...
SDK Quickstart Fusion provides APIs to perform various card-related operations like issuance, personalization, orders, and more. Fusion APIs comply with the Payment Card Industry Data Security Standard (PCI DSS), security protocols to ensure a secure payment ecosystem for organizations that store or process card information. Fusion Card SDKs enable you to fetch sensitive card data using without being certified as PCI-compliant. You can integrate the SDK on both Android and iOS applications.
...
Simple Credit Line Management System Simple Credit Line Management System Published on 20th August, 2021 Terminology The following table contains Simple Credit Line Management System(SCLMS) related terminologies used in the article:
Term Description Credit Limit The credit facility extended to the account of a user. For example, if an account has been assigned a credit limit of INR 10,000, the account can spend up to INR 10,000 over and above the PPI account balance.
...