ApiVirtual accounts
Get a virtual account
Authorization
OAuth2PasswordBearer AuthorizationBearer <token>
In: header
Path Parameters
account_id*Account Id
Format
uuidCookie Parameters
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"}