Skip to main content
GET
Get Virtual Accounts
Retrieve virtual accounts for receiving payments. Filter by currency, account type, or integration type.

Example Request

Query Parameters

Example Response

Static virtual accounts are permanent and can receive multiple payments. Dynamic virtual accounts are created for a specific amount and expire after use.

Authorizations

X-API-Key
string
header
required

Your Rolla API key

Query Parameters

currency
string

Filter by 3-letter currency code

Required string length: 3
virtualAccountType
enum<string>

Filter by account type

Available options:
static,
dynamic

Response

Virtual accounts retrieved successfully

success
boolean
Example:

true

message
string
Example:

"Virtual accounts retrieved successfully"

data
object