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 |
|---|
{
"ministatementrequest": {
"merchantType": "0088",
"traceNo": "364157",
"companyName": "NOVA",
"dateTime": "20210503201527",
"mobileNo": "03182318381",
"terminalId": "NOVA",
"otpPin": "aVe+vq\/areNC2nRI6Db3WznQOO34+vTyPQ58cgCG+IkcjljYucgmYLLd7DoXet\/OQRprXQXKEWfCm1dAUCL+O\/XYralKPjo\/L2+DyeqKhIy5FFepvjzWuHRQk4zcxBzkr6EXFx+pi+C6bbMeFsJXp0CsAk6ZX4K7sumxZsvgPZRcmr2fxLtWlWD\/FmPRWSqRgECDiqVggNnoKTHPaSzit7U2sts95gfwiygdCX\/eCSEbz8sd4nswirfWBKpAVFShdvJxiOxblwt7J5cdmqUToSJFDgSqde5fLoMHKKTQUndH2qLG3\/g2ngGg5BU0WI7GCaObbxtlaeQjrrJArMvA1w==",
"reserved1": "01"
}
}
| Name | Description | Parameter Type | Length | Sample Value |
|---|
{
"ministatementresponse": {
"processingCode": "MiniStatement",
"merchantType": "0088",
"traceNo": "864157",
"companyName": "NOVA",
"dateTime": "20210503201527",
"responseCode": "00",
"responseDetails": [
"Successful"
],
"transactions": [
{
"description": "Mobilink Prepaid Bill",
"date": "2023-11-24 15:02:27.0",
"amount": "50.0"
},
{
"description": "Bank Account (IBFT)",
"date": "2023-11-24 14:50:30.0",
"amount": "100.0"
},
{
"description": "Ufone Postpaid Bill",
"date": "2023-11-23 10:41:10.0",
"amount": "970.0"
},
{
"description": "JS BANK TO ZINDIGI",
"date": "2023-11-22 18:51:36.0",
"amount": "150.0"
},
{
"description": "JS BANK TO ZINDIGI",
"date": "2023-11-22 15:29:40.0",
"amount": "150.0"
}
]
}
}
{
"ministatementresponse": {
"processingCode": "MiniStatement",
"merchantType": "0088",
"traceNo": "864157",
"companyName": "NOVA",
"dateTime": "20210503201527",
"responseCode": "00",
"responseDetails": [
"Successful"
],
"transactions": [
{
"description": "Mobilink Prepaid Bill",
"date": "2023-11-24 15:02:27.0",
"amount": "50.0"
},
{
"description": "Bank Account (IBFT)",
"date": "2023-11-24 14:50:30.0",
"amount": "100.0"
},
{
"description": "Ufone Postpaid Bill",
"date": "2023-11-23 10:41:10.0",
"amount": "970.0"
},
{
"description": "JS BANK TO ZINDIGI",
"date": "2023-11-22 18:51:36.0",
"amount": "150.0"
},
{
"description": "JS BANK TO ZINDIGI",
"date": "2023-11-22 15:29:40.0",
"amount": "150.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 |