API Reference

Transaction Limit Inquiry - Device

This API is used to retrieve transaction type wise limits configured at various levels like device, device plan, based on the search criteria such as device identifier, device number, packID or device number alias; at least one ofthe referenced search request parametersis mandatory. The device.alias parameter is applicable if the device number alias functionality is enabled for the institution or bank. In case alias uniqueness is not found, then productType, planCode, or programCode parameters must be used to refine the search further, else, the UNIQUE_RECORD_NOT_FOUND error is returned. Both API request and response are encrypted and the method is same for both request and response attributes. Refer to Message Level Security - AES Encryption section in the CR+ REST API Security Requirements attachment document for detailed information on encryption of JSON payload. Also refer to Transaction Limit Inquiry API - Device Encryption Parameters table under the Request Format of thissection forspecifications of the encryption parameters. This API is applicable for prepaid, credit, and debit products.

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.
  • Reason: This is the description of the error code returned by Credit+ Issuing application.
HTTP CodeError CodeReason
200OKThe server successfully processed the request.
400MISSING_REQUIRED_FIELDError example: Missing Required Field 'productType'.
400INVALID_FIELD_VALUE'productType' field value 'pre-paid' is invalid.
400RECORD_NOT_FOUNDDevice record not found based on the given input.
400UNIQUE_RECORD_NOT_FOUNDMultiple records found for given search criteria.
401UNAUTHORIZEDWe couldn't recognize you.
Language
URL
Click Try It! to start a request and see the response here!