Skip to main content
GET
/
v1
/
users
/
{userId}
/
virtual-accounts
Get Virtual Accounts
curl --request GET \
  --url https://api.cadanapay.com/v1/users/{userId}/virtual-accounts
{
  "data": [
    {
      "id": "3f70be8e-426f-4e89-b883-9c97a1c334d5",
      "status": "Requested",
      "currency": "USD",
      "createdTimestamp": 1755693297,
      "lastUpdatedTimestamp": 1755693297
    }
  ],
  "node": {
    "previous": null,
    "next": null
  }
}

Path Parameters

userId
string<uuid>
required

The unique identifier for the user

Example:

"c06f3427-3bbe-4d70-9a54-28acda267e48"

Response

Virtual accounts retrieved successfully

data
object[] | null
node
object

Node pagination