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 | 12 |
|
| 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 |
|
| otpPin | otpPin | Mandatory | STRING | 344 |
|
| pinType | pinType | Mandatory | STRING | 2 |
|
| receiverMobileNumber | receiverMobileNumber | Mandatory | STRING | 11 |
|
| receiverAccountNumber | receiverAccountNumber | Mandatory | STRING | 10 |
|
| amount | amount | Mandatory | STRING | 5 |
|
| reserved1 | reserved1 | Optional | STRING | 0 |
|
| reserved2 | reserved2 | Optional | STRING | 0 |
|
{
"WalletToCorRequest": {
"processingCode": "WalletToCore",
"merchantType": "0088",
"traceNo": "000027",
"companyName": "NOVA",
"dateTime": "20210105201527",
"mobileNo": "xxxxxxxxxxx",
"channelId": "NOVA",
"terminalId": "NOVA",
"otpPin": "01",
"pinType": "01",
"receiverMobileNumber": "03320354357",
"receiverAccountNumber": "0001814991",
"amount": "100.0",
"reserved1": "01",
"reserved2": ""
}
}
| Name | Description | Parameter Type | Length | Sample Value |
|---|---|---|---|---|
| processingCode | processingCode | String | 12 | WalletToCore |
| MerchantType | MerchantType | String | 4 | 0088 |
| TraceNo | TraceNo | String | 6 | 000027 |
| CompanyName | CompanyName | String | 4 | NOVA |
| DateTime | DateTime | String | 14 | 20210105201527 |
| ResponseCode | ResponseCode | String | 2 | 00 |
| ResponseDetails | ResponseDetails | object | 14 | ["Successful"] |
| rrn | rrn | String | 24 | NOVA20210105201527000027 |
| responseDescription | responseDescription | String | 10 | Successful |
| responseDateTime | responseDateTime | String | 14 | 20210105201527 |
{
"WalletToCorResponse": {
"processingCode": "WalletToCore",
"merchantType": "0088",
"traceNo": "000027",
"companyName": "NOVA",
"dateTime": "20210105201527",
"responseCode": "00",
"responseDetails": ["Successful"],
"rrn": "NOVA20210105201527000027",
"responseDescription": "Successful",
"responseDateTime": "20210105201527"
}
}
{
"WalletToCorResponse": {
"processingCode": "WalletToCore",
"merchantType": "0088",
"traceNo": "000027",
"companyName": "NOVA",
"dateTime": "20210105201527",
"responseCode": "00",
"responseDetails": ["Successful"],
"rrn": "NOVA20210105201527000027",
"responseDescription": "Successful",
"responseDateTime": "20210105201527"
}
}
{
"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 |