Get VA
Retrieves a list of Virtual Account from a specific payment service provider (PSP)
**Query Params**
| Parameter | Type | Description |
| --- | --- | --- |
| `pspId` | string | (Optional) Identifier of the payment provider (e.g., `nium`, `finmo`) |
| `customerId` | string | (Optional) Filter by customer id |
| `page` | int | _(Optional)_ Page number (default: 0) |
| `pageSize` | int | _(Optional)_ Records per page (default: 10) |
Query parameters
pspId
customerId
page
pageSize
Response
OK
data
totalItem
totalPage
currentPage

