GET
/
virtual-accounts
/
settlement
/
amount
Settlement Amount Breakdown
curl --request GET \
  --url https://nini.monieswitch.com/virtual-accounts/settlement/amount \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": {
    "merchantSettlementAmount": 0,
    "subAccountSettlementAmount": 0,
    "totalSettlementAmount": 0
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

date
integer

Response

200 - application/json

Settlement Amount - Empty

The response is of type object.