ApiVirtual accounts
List virtual accounts
Authorization
OAuth2PasswordBearer AuthorizationBearer <token>
In: header
Query Parameters
currency?|null
Cookie Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/api/b/v1/virtual-accounts"{ "accounts": [ { "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" } ]}