Documentations for API
| Name | Type | Values | Description |
|---|---|---|---|
| Accept | JSON | application/json | application/json |
| Content-Type | JSON | application/json | application/json |
| clientId | TEXT | ************* | ************* |
| clientSecret | TEXT | Access-Token | Auth2.0 verification |
| organizationId | TEXT | 223 | Authenticate organization |
| Name | Description | Required | Parameter Type | Length | Sample Value |
|---|
{
"l2AccountUpgradeReq": {
"MobileNumber": "03736712677",
"DateTime": "20220729171717",
"Rrn": "009784331011",
"ChannelId": "NOVA",
"TerminalId": "NOVA",
"PIN": "",
"Cnic": "3503736712677",
"FingerIndex": "",
"FingerTemplate": "",
"TemplateType": "",
"ConsumerName": "HAMZA",
"FatherHusbandName": "KHALID",
"Gender": "F",
"CnicIssuanceDate": "20-07-2015",
"DOB": "21-01-1992",
"BirthPlace": "LAHORE",
"MotherMaiden": "SHEHNAZ",
"EmailAddress": "[email protected]",
"MailingAddress": "LAHORE",
"PermanentAddress": "LAHORE",
"PurposeOfAccount": "BUSINESS",
"SourceOfIncome": "JOB",
"SourceOfIncomePic": "",
"ExpectedMonthlyTurnover": "10000",
"NextOfKin": "GHAFOOR",
"CnicFrontPic": "",
"CnicBackPic": "",
"CustomerPic": "",
"Latitude": "30.988",
"Longitude": "14.567",
"CurrencyCode": "PKR",
"UsMobileNumber": "91356987212354",
"SignatoryAuthority": "Yes",
"USLinks": "N\/A",
"FederalTaxClassification": "N\/A",
"DualCitizenAddress": "15\/18 US Army",
"TaxIdNumber": "3569874122",
"ForeignTaxIdNumber": "953569874122",
"UsAccountNumber": "9103200460403",
"UtilityBillPicture": "",
"City": "Lahore",
"Area": "DHA Phase 2",
"HouseNumber": "B39",
"Pmd": "true",
"Kyc": "true",
"PinValidation": "",
"ForNadra": "1",
"ProofofBusiness": "",
"DualNationality": "NO",
"UsCitizenship": "NO",
"ChequeBook": "",
"RequestType": "0",
"AccountCurrency": "USD",
"SpendingAmount": "500",
"StreetNumber": "Street#4",
"AddressArea": "DHA",
"ZindigiUltraPurpose": "Freelance",
"CountryOfBirth": "LAHORE",
"CountryTaxResidence": "LAHORE",
"BornInUS": "No",
"Declaration": "true",
"SelectCountry": "Pakistan",
"BirthCountry": "Pakistan",
"ResidenceAddress": "LAHORE",
"TaxResidence": "LAHORE",
"ReferenceNumber": "",
"USBornCity": "AMSTERDAM",
"Reserved8": "",
"Reserved9": "",
"Reserved10": "",
"Reserved11": "",
"Reserved12": "",
"Reserved13": "",
"Reserved14": "",
"Reserved15": ""
}
}
| Name | Description | Parameter Type | Length | Sample Value |
|---|
{
"l2AccountUpgradeRes": {
"Rrn": "00000011111011",
"ResponseCode": "00",
"ResponseDescription": "Request has been submitted successfully",
"ResponseDateTime": "20220729171717",
"HashData": "8a5e2fcb0522a0b32801262937a6699cfed2651fdeb03f6e65d2726ae238d3f7"
}
}
{
"l2AccountUpgradeRes": {
"Rrn": "00000011111011",
"ResponseCode": "00",
"ResponseDescription": "Request has been submitted successfully",
"ResponseDateTime": "20220729171717",
"HashData": "8a5e2fcb0522a0b32801262937a6699cfed2651fdeb03f6e65d2726ae238d3f7"
}
}
{
"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 |