🚀 Card Payment is live! Learn more
cURL
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 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Settlement Amount - Empty
The response is of type object.
object