posthttps://api-sandbox.circle.com/v1/businessAccount/banks/wires
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
Account number that identifies the bank account.
ABA routing number for the bank account. Note this has to be specific for bank wire transfers.
Full name of the card or bank account holder.
City portion of the address.
Country portion of the address. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
Line one of the street address.
Line two of the street address.
State / County / Province / Region portion of the address. If the country is US or Canada, then district is required and should use the two-letter code for the subdivision.
Postal / ZIP code of the address.
The address details for the bank, as provided during bank account creation.
Name of the bank. This property is required for bank accounts outside of the US that do not support IBAN'
City portion of the address. This property is required for bank accounts outside of the US.
Country portion of the address. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
Line one of the street address.
Line two of the street address.
State / County / Province / Region portion of the address. US and Canada use the two-letter code for the subdivision.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
International Bank Account Number (IBAN) for the bank account.
Full name of the card or bank account holder.
City portion of the address.
Country portion of the address. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
Line one of the street address.
Line two of the street address.
State / County / Province / Region portion of the address. If the country is US or Canada, then district is required and should use the two-letter code for the subdivision.
Postal / ZIP code of the address.
The address of the bank. City and country fields are required.
Name of the bank. This property is required for bank accounts outside of the US that do not support IBAN'
City portion of the address. This property is required for bank accounts outside of the US.
Country portion of the address. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
Line one of the street address.
Line two of the street address.
State / County / Province / Region portion of the address. US and Canada use the two-letter code for the subdivision.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
Account number that identifies the bank account.
The bank's SWIFT / BIC code.
Full name of the card or bank account holder.
City portion of the address.
Country portion of the address. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
Line one of the street address.
Line two of the street address.
State / County / Province / Region portion of the address. If the country is US or Canada, then district is required and should use the two-letter code for the subdivision.
Postal / ZIP code of the address.
The address of the bank. BankName, City and Country fields are required.
Name of the bank. This property is required for bank accounts outside of the US that do not support IBAN'
City portion of the address. This property is required for bank accounts outside of the US.
Country portion of the address. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
Line one of the street address.
Line two of the street address.
State / County / Province / Region portion of the address. US and Canada use the two-letter code for the subdivision.
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}