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 | 19 |
|
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 |
|
receiverMobileNumber | receiverMobileNumber | Mandatory | STRING | 11 |
|
receiverAccountNumber | receiverAccountNumber | Mandatory | STRING | 10 |
|
amount | amount | Mandatory | STRING | 5 |
|
pinType | pinType | Mandatory | STRING | 2 |
|
reserved1 | reserved1 | Optional | STRING | 0 |
|
reserved2 | reserved2 | Optional | STRING | 0 |
|
{ "WalletToCorInqRequest": { "processingCode": "WalletToCoreInquiry", "merchantType": "0088", "traceNo": "000008", "companyName": "NOVA", "dateTime": "20210105201527", "mobileNo": "xxxxxxxxxxx", "channelId": "NOVA", "terminalId": "NOVA", "receiverMobileNumber": "03343380607", "receiverAccountNumber": "0000132236", "amount": "100.0", "pinType": "01", "reserved1": "01", "reserved2": "" } }
Name | Description | Parameter Type | Length | Sample Value |
---|---|---|---|---|
processingCode | processingCode | String | 19 | WalletToCoreInquiry |
MerchantType | MerchantType | String | 4 | 0088 |
TraceNo | TraceNo | String | 6 | 000008 |
CompanyName | CompanyName | String | 4 | NOVA |
DateTime | DateTime | String | 14 | 20210105201527 |
ResponseCode | ResponseCode | String | 2 | 00 |
ResponseDetails | ResponseDetails | object | 14 | ["Successful"] |
rrn | rrn | String | 24 | NOVA20210105201527000008 |
responseDescription | responseDescription | String | 10 | Successful |
responseDateTime | responseDateTime | String | 14 | 20210105201527 |
receiverMobileNumber | receiverMobileNumber | String | 11 | 03343380607 |
receiverAccountNumber | receiverAccountNumber | String | 10 | 0000132236 |
receiverAccountTitle | receiverAccountTitle | String | 18 | Title-1 0000132236 |
transactionAmount | transactionAmount | String | 5 | 100.0 |
comissionAmount | comissionAmount | String | 4 | 0.00 |
totalTransactionAmount | totalTransactionAmount | String | 6 | 100.00 |
reserved1 | reserved1 | String | 0 | |
reserved2 | reserved2 | String | 0 |
{ "WalletToCorInqResponse": { "processingCode": "WalletToCoreInquiry", "merchantType": "0088", "traceNo": "000008", "companyName": "NOVA", "dateTime": "20210105201527" "responseCode": "00", "responseDetails": [ "Successful" ], "rrn": "NOVA20210105201527000008", "responseDescription": "Successful", "responseDateTime": "20210105201527", "receiverMobileNumber": "03343380607", "receiverAccountNumber": "0000132236", "receiverAccountTitle": "Title-1 0000132236", "transactionAmount": "100.0", "comissionAmount": "0.00", "totalTransactionAmount": "100.00", "reserved1": "", "reserved2": "" } }
{ "WalletToCorInqResponse": { "processingCode": "WalletToCoreInquiry", "merchantType": "0088", "traceNo": "000008", "companyName": "NOVA", "dateTime": "20210105201527" "responseCode": "00", "responseDetails": [ "Successful" ], "rrn": "NOVA20210105201527000008", "responseDescription": "Successful", "responseDateTime": "20210105201527", "receiverMobileNumber": "03343380607", "receiverAccountNumber": "0000132236", "receiverAccountTitle": "Title-1 0000132236", "transactionAmount": "100.0", "comissionAmount": "0.00", "totalTransactionAmount": "100.00", "reserved1": "", "reserved2": "" } }
{ "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 |