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 |
---|
{ "AccountStatementReq": { "TransmissionDatetime": "0116174253", "SystemsTraceAuditNumber": "396583", "TimeLocalTransaction": "054253", "DateLocalTransaction": "20250116174251", "MerchantType": "", "AccountNumber": "03343118436", "FromDate": "12\/16\/2025", "ToDate": "01\/16\/2025" } }
Name | Description | Parameter Type | Length | Sample Value |
---|
{ "AccountStatementRes": { "HashData": "a2efc10e2ae47815f1f5629a16e4f00270dae4f35761913674cb72173fa50747", "ResponseDateTime": "0116174253", "ResponseCode": "00", "ResponseDescription": "Successful", "ClosingBalanceStatement": [ { "dateTime": "2024-03-26 00:00:00.0", "mobileNumber": "03343118436", "dayEndBalance": "null" }, { "dateTime": "2024-03-25 00:00:00.0", "mobileNumber": "03343118436", "dayEndBalance": "444121.88" } ], "DigiWalletStatement": [ { "wht": 0, "value2": "Taimoor Ali", "fromEntity": "ZINDIGI", "fed": 0, "value1": "03343118436", "mobileNumber": "03343118436", "value4": "03343118436", "value3": "03261069090", "transactionTime": "2024-10-28 23:30:52.163", "feeExclusive": 0, "transactionAmount": 1000, "toEntity": null, "product": "RAAST Z-Z P2M-DQR", "productId": 10245480, "tax": 0, "debitAmount": 1000, "isReversal": "0", "param3": "Account Number", "param4": "To", "balanceAfterTransaction": 12652, "transactionId": "672087308864", "param1": "Account Number", "param2": "From", "transactionType": "DEBIT", "totalAmount": 1000, "additionInfo": null, "creditAmount": 0, "feeInclusive": 0 }, { "wht": 0, "value2": "Taimoor Ali", "fromEntity": "ZINDIGI", "fed": 0, "value1": "03343118436", "mobileNumber": "03343118436", "value4": "03343118436", "value3": "03261069090", "transactionTime": "2024-10-28 23:40:04.129", "feeExclusive": 0, "transactionAmount": 1000, "toEntity": null, "product": "RAAST Z-Z P2M-DQR", "productId": 10245480, "tax": 0, "debitAmount": 1000, "isReversal": "0", "param3": "Account Number", "param4": "To", "balanceAfterTransaction": 11652, "transactionId": "245947913257", "param1": "Account Number", "param2": "From", "transactionType": "DEBIT", "totalAmount": 1000, "additionInfo": null, "creditAmount": 0, "feeInclusive": 0 } ], "Rrn": "396583" } }
{ "AccountStatementRes": { "HashData": "a2efc10e2ae47815f1f5629a16e4f00270dae4f35761913674cb72173fa50747", "ResponseDateTime": "0116174253", "ResponseCode": "00", "ResponseDescription": "Successful", "ClosingBalanceStatement": [ { "dateTime": "2024-03-26 00:00:00.0", "mobileNumber": "03343118436", "dayEndBalance": "null" }, { "dateTime": "2024-03-25 00:00:00.0", "mobileNumber": "03343118436", "dayEndBalance": "444121.88" } ], "DigiWalletStatement": [ { "wht": 0, "value2": "Taimoor Ali", "fromEntity": "ZINDIGI", "fed": 0, "value1": "03343118436", "mobileNumber": "03343118436", "value4": "03343118436", "value3": "03261069090", "transactionTime": "2024-10-28 23:30:52.163", "feeExclusive": 0, "transactionAmount": 1000, "toEntity": null, "product": "RAAST Z-Z P2M-DQR", "productId": 10245480, "tax": 0, "debitAmount": 1000, "isReversal": "0", "param3": "Account Number", "param4": "To", "balanceAfterTransaction": 12652, "transactionId": "672087308864", "param1": "Account Number", "param2": "From", "transactionType": "DEBIT", "totalAmount": 1000, "additionInfo": null, "creditAmount": 0, "feeInclusive": 0 }, { "wht": 0, "value2": "Taimoor Ali", "fromEntity": "ZINDIGI", "fed": 0, "value1": "03343118436", "mobileNumber": "03343118436", "value4": "03343118436", "value3": "03261069090", "transactionTime": "2024-10-28 23:40:04.129", "feeExclusive": 0, "transactionAmount": 1000, "toEntity": null, "product": "RAAST Z-Z P2M-DQR", "productId": 10245480, "tax": 0, "debitAmount": 1000, "isReversal": "0", "param3": "Account Number", "param4": "To", "balanceAfterTransaction": 11652, "transactionId": "245947913257", "param1": "Account Number", "param2": "From", "transactionType": "DEBIT", "totalAmount": 1000, "additionInfo": null, "creditAmount": 0, "feeInclusive": 0 } ], "Rrn": "396583" } }
{ "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 |