Skip to main content
GET
/
virtual-accounts
/
internal
/
{user_id}
Get internal accounts by user (admin)
curl --request GET \
  --url https://api.pcxpay.com/v1/virtual-accounts/internal/{user_id} \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

Response

Internal accounts for user

The response is of type any.