API Reference

Get a Wire bank account

gethttps://api-sandbox.circle.com/v1/businessAccount/banks/wires/{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    "description": "WELLS FARGO BANK, NA ****0010",
6    "trackingRef": "CIR13FB13A",
7    "transferTypesInfo": {
8      "wire": {
9        "currencies": [
10          "USD",
11          "EUR"
12        ]
13      },
14      "rtgs": {
15        "currencies": [
16          "USD"
17        ]
18      }
19    },
20    "fingerprint": "eb170539-9e1c-4e92-bf4f-1d09534fdca2",
21    "billingDetails": {
22      "name": "Satoshi Nakamoto",
23      "city": "Boston",
24      "country": "US",
25      "line1": "100 Money Street",
26      "line2": "Suite 1",
27      "district": "MA",
28      "postalCode": "01234"
29    },
30    "bankAddress": {
31      "bankName": "SAN FRANCISCO",
32      "city": "SAN FRANCISCO",
33      "country": "US",
34      "line1": "100 Money Street",
35      "line2": "Suite 1",
36      "district": "CA"
37    },
38    "createDate": "2020-04-10T02:13:30.000Z",
39    "updateDate": "2020-04-10T02:13:30.000Z"
40  }
41}
Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.