get https://uatmea-iss-apigw.creditpluspinelabs.com/deviceapi/apis/transaction-limits/wallets/
This API is used to retrieve transaction type wise limits configured at wallet level.
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. |