Documentations for API
| Name | Type | Values | Description |
|---|---|---|---|
| Accept | JSON | application/json | |
| Content-Type | JSON | application/json | |
| clientId | String | ************* | |
| clientSecret | String | Access-Token | Auth2.0 verification |
| organizationId | String | 223 | Authenticate organization |
| Name | Description | Required | Parameter Type | Length | Sample Value |
|---|---|---|---|---|---|
| processingCode | processingCode | Mandatory | STRING | 13 |
|
| merchantType | merchantType | Mandatory | STRING | 4 |
|
| traceNo | traceNo | Mandatory | STRING | 6 |
|
| companyName | companyName | Mandatory | STRING | 4 |
|
| dateTime | dateTime | Mandatory | STRING | 14 |
|
| mobileNo | mobileNo | Mandatory | STRING | 11 |
|
| channelId | channelId | Mandatory | STRING | 4 |
|
| terminalId | terminalId | Mandatory | STRING | 4 |
|
| productId | productId | Mandatory | STRING | 8 |
|
| pinType | pinType | Mandatory | STRING | 2 |
|
| transactionAmount | transactionAmount | Mandatory | STRING | 6 |
|
| reserved1 | reserved1 | Optional | STRING | 0 |
|
| reserved2 | reserved2 | Optional | STRING | 0 |
|
| reserved3 | reserved3 | Optional | STRING | 0 |
|
| reserved4 | reserved4 | Optional | STRING | 0 |
|
| reserved5 | reserved5 | Optional | STRING | 0 |
|
| reserved6 | reserved6 | Optional | STRING | 0 |
|
| reserved7 | reserved7 | Optional | STRING | 0 |
|
| reserved8 | reserved8 | Optional | STRING | 0 |
|
| reserved9 | reserved9 | Optional | STRING | 0 |
|
| reserved10 | reserved10 | Optional | STRING | 0 |
|
{
"CreditInqRequest": {
"processingCode": "CreditInquiry",
"merchantType": "0088",
"traceNo": "000001",
"companyName": "NOVA",
"dateTime": "20210105201527",
"mobileNo": "xxxxxxxxxxx",
"channelId": "NOVA",
"terminalId": "NOVA",
"productId": "10245177",
"pinType": "01",
"transactionAmount": "100.00",
"reserved1": "01",
"reserved2": "",
"reserved3": "",
"reserved4": "",
"reserved5": "",
"reserved6": "",
"reserved7": "",
"reserved8": "",
"reserved9": "",
"reserved10": ""
}
}
| Name | Description | Parameter Type | Length | Sample Value |
|---|---|---|---|---|
| processingCode | processingCode | String | 13 | CreditInquiry |
| MerchantType | MerchantType | String | 4 | 0088 |
| TraceNo | TraceNo | String | 6 | 000001 |
| CompanyName | CompanyName | String | 4 | NOVA |
| DateTime | DateTime | String | 14 | 20210105201527 |
| ResponseCode | ResponseCode | String | 1 | 00 |
| ResponseDetails | ResponseDetails | object | 14 | ["Successful"] |
| rrn | rrn | String | 24 | NOVA20210105201527000001 |
| responseDescription | responseDescription | String | 10 | Successful |
| responseDateTime | responseDateTime | String | 14 | 20210105201527 |
| commissionAmount | commissionAmount | String | 1 | 00 |
| totalAmount | totalAmount | String | 3 | 100 |
{
"CreditInqResponse": {
"processingCode": "CreditInquiry",
"merchantType": "0088",
"traceNo": "000001",
"companyName": "NOVA",
"dateTime": "20210105201527",
"responseCode": "00",
"responseDetails": ["Successful"],
"rrn": "NOVA20210105201527000001",
"responseDescription": "Successful",
"responseDateTime": "20210105201527",
"commissionAmount": "0.00",
"totalAmount": "100.0"
}
}
{
"CreditInqResponse": {
"processingCode": "CreditInquiry",
"merchantType": "0088",
"traceNo": "000001",
"companyName": "NOVA",
"dateTime": "20210105201527",
"responseCode": "00",
"responseDetails": ["Successful"],
"rrn": "NOVA20210105201527000001",
"responseDescription": "Successful",
"responseDateTime": "20210105201527",
"commissionAmount": "0.00",
"totalAmount": "100.0"
}
}
{
"messages": "Bad Request - Invalid Access Token",
"errorcode": "4001"
}
{
"messages": "Bad Request - Invalid Request Payload",
"errorcode": "4002"
}
{
"messages": "Bad Request - Invalid Authorization Header",
"errorcode": "4003"
}
{
"messages": "Something Went Wrong",
"errorcode": "4004"
}
{
"messages": "Record Not Found",
"errorcode": "4005"
}
{
"messages": "Invalid Client Id\/Secret",
"errorcode": "4006"
}
{
"messages": "Bad Request - Invalid Access Token",
"errorcode": "4007"
}
| Name | Values | Description |
|---|---|---|
| Content-Type | application/json | Content Type application/json is supported |
| Accept | application/json | Content Type application/json is supported |
| organizationId | xyz | You will make a call to the auth-blb api and give it your client ID. You should add the client secret and organisation ID it returns here. |
| clientId | Enter your verified Client Id | |
| clientSecret | Enter Your Verified Client Secret |