CSL Pay Developers

Retrieve Virtual Account Balance

GET /collection-middleware/virtual-account/{accountNumber}

The Retrieve Virtual Account Balance endpoint retrieves the current balance of a specified virtual account, allowing partners to obtain the available funds in a particular account. This endpoint would be called when a partner needs to verify the balance of a virtual account, typically as part of a payment processing workflow. The response includes details such as the account entity ID, type, currency, and available balance.

Path parameters

NameTypeDescription
accountNumberrequired string

Request body (optional)

This endpoint accepts a body with no declared schema.

Response 200

FieldTypeDescription
entityId string
entityType string
currencyCode string
availableBalance number