Documentations for API
| Name | Type | Values | Description |
|---|---|---|---|
| clientSecret | TEXT | Access-Token | Auth2.0 verification |
| Accept | JSON | application/json | application/json |
| Content-Type | JSON | application/json | application/json |
| clientId | TEXT | ************* | ************* |
| organizationId | TEXT | 223 | Authenticate organization |
| Name | Description | Required | Parameter Type | Length | Sample Value |
|---|
{
"titleFetchRaastQrReq": {
"LoginToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJQYXlsb2FkIjoiV3dJQVFub1pCWHpvMmtyQnVvcEpxQXRObk5lRm1PTzh1b0RIQ1h6QWdQZHVMTzgzaEYreXdGcStrL1JMcmhnOCs1STFUeWs5VFlXTnZGRDlJeDh3ZHlpN0x0L2k4emd3WGZrcVhJVjRCZG85d29xdnpLTzJ1ckRqODl1MS8vVXVpWWd5bUVZYmJMSU5lTGFoN0lKQk9xL0pRRjN1ZDV4NVptUGZhMyttMHI4bUZ4RCsyZlhTV1d6dkFXZTdlRkZKRG5rYmdZdDcrU0E1WDVQbnFrTThod2hrZGZPSkszNjFxWE9STFVvYzhOc3VsRld0M1E0akxGSVJ2STdWYzdmRSIsIm5iZiI6MTc3OTA5NjgyMywiZXhwIjoxOTU5MDk2ODIzLCJpYXQiOjE3NzkwOTY4MjMsImlzcyI6IlppbmRpZ2lCYWNrZW5kIiwiYXVkIjoiWmluZGlnaUFwcCJ9.9sinFX3SK8eG4F15HFF0LpwFD_83R77tye-QRKw9oCI",
"OSVersion": "12",
"DeviceID": "33d85f3bf29fa556",
"Imei": "33d85f3bf29fa556",
"Client": "Android",
"Latitude": 33.6156821,
"Longitude": 73.1683095,
"CompanyName": "CMPAK",
"IpAddress": "127.0.0.1",
"QRString": "00020101021128760032d9131dda6e894d78b44a756e37874ba00108JSBLPKKA0224PK38JSBL99999032412001155204581853035865802PK5913Swiss Watches6010Rawalpindi621307099461503186304C1A6",
"MobileNo": "03040200070",
"Amount": "200"
}
}
| Name | Description | Parameter Type | Length | Sample Value |
|---|
{
"titleFetchRaastQrRes": {
"id": {
"iban": ""
},
"type": "",
"currency": "",
"servicer": {
"memberId": ""
},
"name": "Swiss Watches",
"isDefault": false,
"additionalDetails": {
"dba": "",
"mcc": ""
},
"paymentType": "P2M-Z2Z",
"productID": "10245495",
"Response": {
"commissionAmount": "0.0",
"responseCode": "00",
"responseDescription": [
"Successful"
]
},
"RecordID": "",
"IBAN": "PK38JSBL9999903241200115",
"BusinessName": "",
"Merchant": false
}
}
{
"titleFetchRaastQrRes": {
"id": {
"iban": ""
},
"type": "",
"currency": "",
"servicer": {
"memberId": ""
},
"name": "Swiss Watches",
"isDefault": false,
"additionalDetails": {
"dba": "",
"mcc": ""
},
"paymentType": "P2M-Z2Z",
"productID": "10245495",
"Response": {
"commissionAmount": "0.0",
"responseCode": "00",
"responseDescription": [
"Successful"
]
},
"RecordID": "",
"IBAN": "PK38JSBL9999903241200115",
"BusinessName": "",
"Merchant": false
}
}
{
"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 |