get https://uatmea-iss-apigw.creditpluspinelabs.com/deviceapi/apis/transaction-limits/client/
This API is used to retrieve transaction type wise limits configured at devices, associated device plans, and wallet level that are linked with a specific client ID. The API response is encrypted. 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 - Client Encryption Parameters table under the Response Format of this section for specifications of the encryption parameters.
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 Code | Error Code | Reason |
---|---|---|
200 | OK | The server successfully processed the request. |
400 | MISSING_REQUIRED_FIELD | Error example: Missing Required Field 'productType'. |
400 | INVALID_FIELD_VALUE | 'productType' field value 'pre-paid' is invalid. |
400 | RECORD_NOT_FOUND | Device record not found based on the given input. |
400 | UNIQUE_RECORD_NOT_FOUND | Multiple records found for given search criteria. |
401 | UNAUTHORIZED | We couldn't recognize you. |