Allows merchant to make informed decisions about pending loan applicants
GET (LIVE)
{{URL}}/dikript/analytics/api/v1/transactions
GET (TEST)
{{URL}}/dikript/test/api/v1/transactions
Request
Variable | Description | Required |
---|---|---|
key | Yes |
Header (LIVE)
Key | Description |
---|---|
x-api-key | Your Public Key |
Header (TEST)
Key | Description |
---|---|
x-api-key | Your Public Key |
Response
{
"status": true,
"message": "Successful",
"code": "200",
"apiVersion": "v1",
"transactionRef": "N202407051401196883",
"data": [
{
"date": "2020-06-22",
"amount": 55.0,
"type": "debit",
"description": "sms notification charge for 2020 ma y 14th 15th june - ngn",
"balance": 247.42
}
],
"error": null
}
{
"status": false,
"message": "Unsuccessful",
"code": "400",
"apiVersion": "v1",
"transactionRef": "N202401101345487388",
"data": "",
"error": {
"code": 400,
"message": null
}
}