post https://uatmea-iss-apigw.creditpluspinelabs.com/deviceapi/apis/v1/services/cardholder/txnLimitPlanUpdate
The Transaction Limit Plan Update API is used by the third party system or bank for updating the transaction limit plan at device level. This API is applicable for prepaid, credit, and debit products.
NOTE: If sent with Card Number Alias (CNA), this API fetches the corresponding associated device for further processing only when the DEVICE _STATUS_CODE = NORMAL (0) or when (DEVICE_STATUS_CODE = UPGRADE (9) AND UPGRADE_STATUS = 1).
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 |
---|---|---|
201 | 000 | Successful. |
400 | 997 | productType field is mandatory. |
400 | 997 | productType field is invalid. |
400 | 900 | User Or Bank does not support API. |
400 | 997 | formFactorType field is mandatory. |
400 | 997 | formFactorType field value must have size 3. |
400 | 997 | formFactorType field is invalid. |
400 | 997 | formfactor field is mandatory. |
400 | 997 | formFactor field value must have max length 24. |
400 | 997 | formFactor field value must have min length 10. |
400 | 997 | Only alphanumeric characters and special characters [_!'()*+,-.] are allowed. |
400 | 997 | Program Code field should only contain [A-Z 0-9] and underscore and must start and end with alphanumeric character. |
400 | 997 | Program Code field value must have max length 6. |
400 | 997 | Device Plan Code field should only contain [A-Z 0-9] and underscore and must start and end with alphanumeric character. |
400 | 997 | Device Plan Code field value must have max length 10. |
400 | 997 | txnLimitPlanCode field is mandatory. |
400 | 997 | txnLimitPlanCode field should only contain [A-Z 0-9] and underscore and must start and end with alphanumeric character. |
400 | 997 | txnLimitPlanCode field value must have max length 10. |
400 | CNA002 | Card Number Alias Functionality is not applicable for this Institution. |
400 | CNA003 | Record does not exists for the given details. |
400 | CNA005 | Multiple device numbers are linked for given details. |
400 | 998 | Device Number does not exist. |
400 | 901 | Device is cancelled. |
400 | 901 | Device is replaced. |
400 | 901 | Device is expired. |
400 | 997 | txnLimitPlanCode is invalid. |
400 | 994 | Invalid Request - Unrecognized field. |
400 | 988 | Encryption Algorithm Not Supported. |
401 | 900 | Access is denied. |
500 | 912 | Forward offset time limit violated. |
500 | 913 | Backward offset time limit violated. |
500 | 999 | Internal error. |
400 | 994 | Invalid Encryption-Algorithm header value. |
400 | 994 | Invalid Encryption Request Parameters. |
400 | 994 | Cryptography error. |