GET
/
payout
/
analytics
Payout Analytics
curl --request GET \
  --url https://nini.monieswitch.com/payout/analytics \
  --header 'Authorization: <authorization>'
{
  "data": {
    "totalFailedTransaction": 0,
    "totalSuccessfulTransaction": 1150
  },
  "status": true
}

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Response

200 - application/json

Payout Analytics

The response is of type object.