cURL
curl --request GET \ --url https://api.pcxpay.com/v1/virtual-accounts/user/{user_id} \ --header 'Authorization: Bearer <token>'
"<unknown>"
Returns all virtual accounts owned by the specified user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Accounts for user
The response is of type any.
any