post
https://uatmea-iss-apigw.creditpluspinelabs.com/deviceapi/apis/v1/services/cardholder/fetchAuthData
A cardholder sends the Authorization data request to the Credit+ Issuing system. Now, the system receives and processes the request and performs the necessary validations. Once the validations are successful, the cardholder will receive authorization data. If a validation fails, it sends the corresponding error in the response message.
NOTE: This API would be consumed by users who are presently using version 1 of this API. For users who are consuming version 2 of this API, refer to Section ‘Auth. Data Fetch API (V2)’.
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 | 0 | Success |
| 400 | 997 | Device Number field is empty. |
| 400 | 997 | Device Number is of invalid format. |
| 400 | -1 | Device number not registered in the system |
| 400 | -1 | No transactions found for device number |