Get Virtual Account Balances By Merchant ID
GET
/collection-middleware/virtual-account/merchant/{merchantId}
The Get Virtual Account Balances By Merchant ID endpoint retrieves a list of virtual account balances associated with a specified merchant ID. A partner would call this endpoint to obtain the current balances for a merchant's virtual accounts. This endpoint returns a list of virtual account balances in the merchant's currency.
Path parameters
| Name | Type | Description |
|---|---|---|
| merchantIdrequired | string | — |
Request body (optional)
This endpoint accepts a body with no declared schema.
Response 200
| Field | Type | Description |
|---|---|---|
| entityId | string | — |
| entityType | string | — |
| currencyCode | string | — |
| availableBalance | number | — |