get https://uatmea-iss-apigw.creditpluspinelabs.com/deviceapi/apis/payments/prepaid-cards//jit-fundings/balances
JIT Funding Inquiry API is used to retrieve the available credit limit of the cardholder. It is applicable for prepaid products issued on Pine Labs platform.
HTTP Status and Response Status Matrix
- HTTP Code: This is the response status code issued by a server in response to a client's request made to the server.
- Error Code: This is the error code returned by Credit+ Issuing application in the ‘code’ field of the response message indicating if the request was processed successfully or failed.
- Description: This is the description of the error code returned by Credit+ Issuing application.
- Details: This is the detailed description of the error code returned by Credit+ Issuing application
HTTP Code | Reason Code | Description | Details |
---|---|---|---|
200 | OK | The server has successfully processed your request. | |
400 | RECORD_NOT_FOUND | Record not found for given search criteria. | |
400 | CREDIT_LINE_ACCOUNT_NOT_CREATED | Credit Line or Funding Source is not created for this loan account number. | |
400 | INVALID_FIELD_LENGTH | 'card_id' field value length must be less than or equal to 24 characters. | |
400 | INVALID_FIELD_VALUE | Incorrect value for field 'X-MC-Channel'. | |
400 | INVALID_FIELD_VALUE | 'card_id' field value '12344$' must match '^[A-Za-z0-9_!'()+,-.]$' |