Statement Request on IVR API (V1)

This API is used to send statements on requests initiated through IVR to customers. The Credit+ Issuing system receives, validates and processes the request. If the request is successful, system logs the “Statement Request” (Service Code: 300) service request (SR) and sends the service request details in the response message. If the request fails, the system returns the corresponding error code in the response and the SR is not logged. When more than one statement is available for a specific month, then the system will log Service Request for ‘Latest’ statement of a month. If the statement has not been generated for the month requested by the cardholder, then the SR is not logged, and an error message is returned in response.

NOTE: This API would be consumed by users who are presently using version 1 of this API. For users who are consuming version 3 of this API, refer to Section ‘Statement Request on IVR API (V3)’.

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 CodeError CodeReason
201CCRBO0004Request processed successfully.
400997Form Factor Type field is mandatory.
400997Invalid Form Factor Type.
400997Form Factor field value must have min length 10.
400997Form Factor field is mandatory.
400997Form Factor field value must have max length 24.
400997One of the Dates not provided correctly.
400997Statement Period From must be in ddMMyyyy format.
400997Statement Period From field is mandatory.
400997Statement Period To must be in ddMMyyyy format.
400997Statement Mode field is mandatory.
400997Invalid Statement Mode.
400997Invalid Priority Request.
400997At least one transaction channel required.
400VALFRM003Invalid Device.
400VALFRM004Invalid Device.
400VALFRM005Invalid Card Pack Id.
400VALFRM007Invalid form factor type.
400VALFRM015Statement request not allowed for Debit product.
400STMREQ011Preferred address not present.
400STMREQ010Email-id not present.
400STMREQ007Statement Period To is mandatory for Prepaid device.
400STMREQ005Statement Period To not allowed for credit device.
400STMREQ003Statement not generated for the given period.
400STMREQ009Error while statement log req.
400STMREQ000Request Processed Successfully.
201HDS000Request processed successfully.
400HDE192Statement for specified date range not available.
500HDE105Error Occurred as Value not specified for Statement By.
500HDE107Error Occurred as Email ID not specified.
500HDE108Error in fetching Email ID from Device.
400HDE109Error Occurred as Email ID not specified in Device table.
400HDE110Error Occurred as Email ID is not matching with Device Email ID.
500HDE111Error Occurred while generating statement.
500HDE112Error Occurred while generating statement fees.
500HDE113Error Occurred while generating statement.
400994Invalid Encryption-Algorithm header value.
400994Invalid Encryption Request Parameters.
400994Cryptography error.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum

It denotes whether the request is to be taken on priority or not. Valid values: 0 (No priority), 1 (Priority request)

Allowed:
string
length ≤ 4000

Any free text that requestor may want to send for logging purpose

string
enum
required
length ≤ 3

This value identifies the data that is being sent in formFactor. Valid values: CRD (Card Number), ACT (Account Number), CPI (Card Pack ID)

Allowed:
string
required
length between 10 and 24

Card Number or Account Number or Card Pack ID depending on the formFactorType value

string
required
^(0[1-9]|[12]\d|3[01])(0[1-9]|1[0-2])\d{4}$

The system will retrieve the statement that is generated just after the date provided here. Format: DDMMYYYY

string
^(0[1-9]|[12]\d|3[01])(0[1-9]|1[0-2])\d{4}$

End date of the time period till which statement is required. Format: DDMMYYYY. Must be present for prepaid product. Must not be sent for credit product

string
enum
required

Indicates the statement mode in which it will be delivered. Valid values: H (Hard Copy), E (E-mail), B (Both)

Allowed:
string
length ≤ 10

Accessing channel

Headers
string
^[a-zA-Z0-9-]{1,50}$

API Consumer must share Correlation-ID in HTTP header for API requests. The Correlation-ID must be unique for each request. It is recommended to generate a universally unique identifier (UUID) of length 32 or 36 that is compliant with RFC 4122. The maximum supported length is 50 alphanumeric characters. For example, ac97d177-9345-4934-8343-0f91a7a02836. If the Correlation-ID is not received in the incoming request, the system generates the UUID dynamically and assigns it to the request.

string

API Consumer can share Source in HTTP header for API requests. For the list of Source values, see the Pre-conditions for HTTP Header of REST API topic in the Pre-requisite for Rest API section.

Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json