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 |
---|---|---|---|---|---|
MTI | MTI | Mandatory | STRING |
|
|
ProcessingCode | ProcessingCode | Mandatory | STRING |
|
|
TransmissionDatetime | TransmissionDatetime | Mandatory | STRING |
|
|
SystemsTraceAuditNumber | SystemsTraceAuditNumber | Mandatory | STRING |
|
|
TimeLocalTransaction | TimeLocalTransaction | Mandatory | STRING |
|
|
DateLocalTransaction | DateLocalTransaction | Mandatory | STRING |
|
|
MerchantType | MerchantType | Mandatory | STRING |
|
|
AccountNumber | AccountNumber | Mandatory | STRING |
|
|
ReceiverAccount | ReceiverAccount | Optional | STRING |
|
{ "CustomerLimit": { "MTI": "0200", "ProcessingCode": "767000", "TransmissionDatetime": "0901160840", "SystemsTraceAuditNumber": "654888", "TimeLocalTransaction": "040840", "DateLocalTransaction": "0901", "MerchantType": "0088", "AccountNumber": "03028563561", "ReceiverAccount": "" } }
Name | Description | Parameter Type | Length | Sample Value |
---|---|---|---|---|
MTI | MTI | String | 0210 | |
ProcessingCode | ProcessingCode | String | 767000 | |
TransmissionDatetime | TransmissionDatetime | String | 0901160840 | |
SystemsTraceAuditNumber | SystemsTraceAuditNumber | String | 654888 | |
TimeLocalTransaction | TimeLocalTransaction | String | 040840 | |
DateLocalTransaction | DateLocalTransaction | String | 0901 | |
MerchantType | MerchantType | String | 0088 | |
AccountNumber | AccountNumber | String | 03028563561 | |
ReceiverAccount | ReceiverAccount | String | ||
ResponseCode | ResponseCode | String | 00 | |
ResponseDescription | ResponseDescription | String | SUCCESS | |
AccountLevel | AccountLevel | String | Level 0 | |
Cnic | Cnic | String | 3740584946279 | |
DailyRemainingDebitLimit | DailyRemainingDebitLimit | String | 25000 | |
DailyRemainingCreditLimit | DailyRemainingCreditLimit | String | 25000 | |
MonthlyRemainingDebitLimit | MonthlyRemainingDebitLimit | String | 49950 | |
MonthlyRemainingCreditLimit | MonthlyRemainingCreditLimit | String | 50000 | |
YearlyRemainingDebitLimit | YearlyRemainingDebitLimit | String | 194676 | |
YearlyRemainingCreditLimit | YearlyRemainingCreditLimit | String | 200000 |
{ "CustomerLimit": { "MTI": "0210", "ProcessingCode": "767000", "TransmissionDatetime": "0901160840", "SystemsTraceAuditNumber": "654888", "TimeLocalTransaction": "040840", "DateLocalTransaction": "0901", "MerchantType": "0088", "AccountNumber": "03028563561", "ReceiverAccount": "", "ResponseCode": "00", "ResponseDescription": "SUCCESS", "AccountLevel": "Level 0", "Cnic": "3740584946279", "DailyRemainingDebitLimit": "25000", "DailyRemainingCreditLimit": "25000", "MonthlyRemainingDebitLimit": "49950", "MonthlyRemainingCreditLimit": "50000", "YearlyRemainingDebitLimit": "194676", "YearlyRemainingCreditLimit": "200000" } }
{ "CustomerLimit": { "MTI": "0210", "ProcessingCode": "767000", "TransmissionDatetime": "0901160840", "SystemsTraceAuditNumber": "654888", "TimeLocalTransaction": "040840", "DateLocalTransaction": "0901", "MerchantType": "0088", "AccountNumber": "03028563561", "ReceiverAccount": "", "ResponseCode": "00", "ResponseDescription": "SUCCESS", "AccountLevel": "Level 0", "Cnic": "3740584946279", "DailyRemainingDebitLimit": "25000", "DailyRemainingCreditLimit": "25000", "MonthlyRemainingDebitLimit": "49950", "MonthlyRemainingCreditLimit": "50000", "YearlyRemainingDebitLimit": "194676", "YearlyRemainingCreditLimit": "200000" } }
{ "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 |