ApiVirtual accounts

Get a virtual account

GET
/api/b/v1/virtual-accounts/{account_id}

Authorization

OAuth2PasswordBearer
AuthorizationBearer <token>

In: header

Path Parameters

account_id*Account Id
Formatuuid
admin_access_token?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/api/b/v1/virtual-accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "label": "string",  "currency": "string",  "scheme": "string",  "provider": "string",  "account_identifier": "string",  "bank_name": "string",  "routing_code": "string",  "reference_code": "string",  "status": "string",  "reference_required": true,  "created_at": "2019-08-24T14:15:22Z"}