GET
/
child
/
charge
Transaction Charge
curl --request GET \
  --url https://nini.monieswitch.com/child/charge \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": {
    "charge": 20
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Transaction Charge

The response is of type object.