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

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Query Parameters

amount
string
Example:

"60000"

Response

200 - application/json

Payout Charges

The response is of type object.