GET
/
virtual-accounts
/
status
Virtual Account Payment Status
curl --request GET \
  --url https://nini.monieswitch.com/virtual-accounts/status \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Operation is successful",
  "data": null
}

Authorizations

Authorization
string
header
required

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

Query Parameters

customerReference
string

Response

Virtual Account Payment Status - Not found

The response is of type object.