API Reference

Get a CUBIX bank account

gethttps://api-sandbox.circle.com/v1/businessAccount/banks/cubix/{id}

  • Reference
  • Playground
Path parameters
id
uuid
Required

Universally unique identifier (UUID v4) of a resource.

Response
RequestChoose a language
ResponseChoose an example
1{
2  "data": {
3    "id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
4    "status": "pending",
5    "trackingRef": "CIR25XSXT8",
6    "accountId": "ff2212d7-8476-4d1e-9d95-eda6455f4f54",
7    "transferTypesInfo": {
8      "cubix": {
9        "currencies": [
10          "USD"
11        ]
12      }
13    },
14    "createDate": "2020-04-10T02:13:30.000Z",
15    "updateDate": "2020-04-10T02:13:30.000Z"
16  }
17}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.