Virtual Accounts
Retrieve virtual account
Retrieve the details of a virtual account.
get/virtual_accounts/{id}
Response
200
Example response
{
"metadata": {
"property_a": true,
"property_b": "some text"
}
}Retrieve the details of a virtual account.
200
{
"metadata": {
"property_a": true,
"property_b": "some text"
}
}