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

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Response

200 - application/json

Transaction Charge

The response is of type object.