GET
/
payout
/
charges
Payout Charges
curl --request GET \
  --url https://nini.monieswitch.com/payout/charges \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": {
    "charges": 50
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

amount
integer

Response

200 - application/json

Payout Charges

The response is of type object.