post
https://uatmea-iss-apigw.creditpluspinelabs.com/apiconsumersimulator/notifications/payments
The JIT (Just-In-Time) Transaction Notification Management Service API is used to receive real-time notification of transactions on the Credit+ Issuing platform. Whenever any JIT transaction that affectsthe credit limit is posted on the funding source, a real-time notification is sent to banks. This notification contains all the transaction details. JIT notifications also include updates to account balances, GL updates, cash management, and reporting for banks in real time. It is applicable for prepaid products issued on Pine Labs platform.
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.
- Description: This is the description of the error code returned by Credit+ Issuing application.
- Details: This is the detailed description of the error code returned by Credit+ Issuing application
| HTTP Code | Reason Code | Description | Details |
|---|---|---|---|
| 200 | OK | The server has successfully processed your request. | |
| 400 | MISSING_REQUIRED_FIELD | Missing Required Field ''. | Missing Required Field 'productType'. |
| 400 | INVALID_FIELD_VALUE | '' field value '' is invalid. | 'productType' field value 'pre-paid' is invalid. |
| 400 | INVALID_FIELD_FORMAT | '' field value '' is invalid. | 'client.profile.birthDate' field value '1-Jan' format is invalid. |
| 400 | INVALID_FIELD_LENGTH | '' size must be between and . | 'client.mobile.isdCode' size must be between '1' and '3'. |
| 400 | CRYPTOGRAPHY_ERROR | Error occurred while decryption of the encrypted request payload. | |
| 403 | PERMISSION_DENIED | It seems you don't have permission to access this API. | |
| 500 | INTERNAL_ERROR | The server encountered an internal error and was unable to complete your request. Please try again after sometime or contact customer care. | |
| 503 | NOT_READY | The API server is not ready to accept requests. |