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 | 6 |
|
| TransmissionDatetime | TransmissionDatetime | Mandatory | STRING | 10 |
|
| TraceNo | TraceNo | Mandatory | STRING | 6 |
|
| TimeLocalTransaction | TimeLocalTransaction | Mandatory | STRING | 6 |
|
| DateLocalTransaction | DateLocalTransaction | Mandatory | STRING | 4 |
|
| MerchantType | MerchantType | Mandatory | STRING | 4 |
|
| AccountNumber | AccountNumber | Mandatory | STRING | 11 |
|
| FromDate | FromDate | Mandatory | STRING | 11 |
|
| ToDate | ToDate | Mandatory | STRING | 11 |
|
{
"AccountStatement": {
"ProcessingCode": "763000",
"TransmissionDatetime": "0101120302",
"TraceNo": "000001",
"TimeLocalTransaction": "120302",
"DateLocalTransaction": "0101",
"MerchantType": "0069",
"AccountNumber": "xxxxxxxxxxx",
"FromDate": "15-MAR-2022",
"ToDate": "23-JUL-2022"
}
}
| Name | Description | Parameter Type | Length | Sample Value |
|---|---|---|---|---|
| MTI | MTI | String | 3 | 210 |
| ProcessingCode | ProcessingCode | String | 6 | 763000 |
| TransmissionDatetime | TransmissionDatetime | String | 9 | 101120302 |
| TraceNo | TraceNo | String | 4 | 0001 |
| TimeLocalTransaction | TimeLocalTransaction | String | 6 | 120302 |
| DateLocalTransaction | DateLocalTransaction | String | 3 | 101 |
| MerchantType | MerchantType | String | 2 | 69 |
| AccountNumber | AccountNumber | String | 11 | xxxxxxxxxxx |
| FromDate | FromDate | String | 5 | 44635 |
| ToDate | ToDate | String | 5 | 44765 |
| ResponseCode | ResponseCode | String | 2 | 00 |
| ResponseDescription | ResponseDescription | String | 7 | SUCCESS |
| BLBTransactionDetails | BLBTransactionDetails | String | 686 | [ [ { "mobileNumber": "xxxxxxxxxxx", "productName": "JS Wallet Transfer - Customer", "tranTime": "2022-11-11 17:30:13.957", "tranID": "553414060361", "fromAccountNumber": "xxxxxxxxxxx", "toAccountNumber": "xxxxxxxxxxx", "accountTitle": null, "toBank": null, "transactionDateTime": "2022-11-11 |
{
"AccountStatement": {
"MTI": "0210",
"ProcessingCode": "763000",
"TransmissionDatetime": "0101120302",
"TraceNo": "000001",
"TimeLocalTransaction": "120302",
"DateLocalTransaction": "0101",
"MerchantType": "0069",
"AccountNumber": "xxxxxxxxxxx",
"FromDate": "15-MAR-2022",
"ToDate": "23-JUL-2022",
"ResponseCode": "00",
"ResponseDescription": "SUCCESS",
"BLBTransactionDetails": [
[{
"mobileNumber": "xxxxxxxxxxx",
"productName": "JSWalletTransfer-Customer",
"tranTime": "2022-11-1117:30:13.957",
"tranID": "553414060361",
"fromAccountNumber": "xxxxxxxxxxx",
"toAccountNumber": "xxxxxxxxxxx",
"accountTitle": null,
"toBank": null,
"transactionDateTime": "2022-11-1117:30:13.957",
"transactionAmount": 150.0,
"transactionType": "CREDIT",
"debitAmount": 0,
"creditAmount": 150,
"balanceAmount": 150
}]
]
}
}
{
"AccountStatement": {
"MTI": "0210",
"ProcessingCode": "763000",
"TransmissionDatetime": "0101120302",
"TraceNo": "000001",
"TimeLocalTransaction": "120302",
"DateLocalTransaction": "0101",
"MerchantType": "0069",
"AccountNumber": "xxxxxxxxxxx",
"FromDate": "15-MAR-2022",
"ToDate": "23-JUL-2022",
"ResponseCode": "00",
"ResponseDescription": "SUCCESS",
"BLBTransactionDetails": [
[{
"mobileNumber": "xxxxxxxxxxx",
"productName": "JSWalletTransfer-Customer",
"tranTime": "2022-11-1117:30:13.957",
"tranID": "553414060361",
"fromAccountNumber": "xxxxxxxxxxx",
"toAccountNumber": "xxxxxxxxxxx",
"accountTitle": null,
"toBank": null,
"transactionDateTime": "2022-11-1117:30:13.957",
"transactionAmount": 150.0,
"transactionType": "CREDIT",
"debitAmount": 0,
"creditAmount": 150,
"balanceAmount": 150
}]
]
}
}
{
"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 |