curl --request GET \
--url https://api-sandbox.circle.com/v1/businessAccount/banks/wires/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
"status": "pending",
"description": "WELLS FARGO BANK, NA ****0010",
"trackingRef": "CIR13FB13A",
"transferTypesInfo": {
"wire": {
"currencies": [
"USD",
"EUR"
]
},
"rtgs": {
"currencies": [
"USD"
]
}
},
"fingerprint": "eb170539-9e1c-4e92-bf4f-1d09534fdca2",
"billingDetails": {
"name": "Satoshi Nakamoto",
"city": "Boston",
"country": "US",
"line1": "100 Money Street",
"line2": "Suite 1",
"district": "MA",
"postalCode": "01234"
},
"bankAddress": {
"bankName": "SAN FRANCISCO",
"city": "SAN FRANCISCO",
"country": "US",
"line1": "100 Money Street",
"line2": "Suite 1",
"district": "CA"
},
"createDate": "2020-04-10T02:13:30.000Z",
"updateDate": "2020-04-10T02:13:30.000Z"
}
}curl --request GET \
--url https://api-sandbox.circle.com/v1/businessAccount/banks/wires/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b8627ae8-732b-4d25-b947-1df8f4007a29",
"status": "pending",
"description": "WELLS FARGO BANK, NA ****0010",
"trackingRef": "CIR13FB13A",
"transferTypesInfo": {
"wire": {
"currencies": [
"USD",
"EUR"
]
},
"rtgs": {
"currencies": [
"USD"
]
}
},
"fingerprint": "eb170539-9e1c-4e92-bf4f-1d09534fdca2",
"billingDetails": {
"name": "Satoshi Nakamoto",
"city": "Boston",
"country": "US",
"line1": "100 Money Street",
"line2": "Suite 1",
"district": "MA",
"postalCode": "01234"
},
"bankAddress": {
"bankName": "SAN FRANCISCO",
"city": "SAN FRANCISCO",
"country": "US",
"line1": "100 Money Street",
"line2": "Suite 1",
"district": "CA"
},
"createDate": "2020-04-10T02:13:30.000Z",
"updateDate": "2020-04-10T02:13:30.000Z"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Universally unique identifier (UUID v4) of a resource.
"b3d9d2d5-4c12-4946-a09d-953e82fae2b0"
Successfully retrieved a bank account for wire transfers.
Show child attributes
Unique system generated identifier for the entity.
"b8627ae8-732b-4d25-b947-1df8f4007a29"
Status of the account. A pending status indicates that the linking is in-progress; complete indicates the account was linked successfully; failed indicates it failed.
pending, complete, failed Bank name plus last four digits of the bank account number or IBAN.
"WELLS FARGO BANK, NA ****0010"
Wire tracking ref that needs to be set in the wire reference to beneficiary field.
"CIR13FB13A"
A <TransferType, TransferTypeInfo> map which shows transfer types supported on this account as well as additional information for each.
Show child attributes
Additional information for specific transfer type.
Show child attributes
Currency code.
USD, EUR, MXN, SGD, BRL {
"wire": { "currencies": ["USD", "EUR"] },
"rtgs": { "currencies": ["USD"] }
}A UUID that uniquely identifies the account number. If the same account is used more than once, each card object will have a different id, but the fingerprint will stay the same.
"eb170539-9e1c-4e92-bf4f-1d09534fdca2"
Show child attributes
Full name of the card or bank account holder.
1024"Satoshi Nakamoto"
City portion of the address.
1024"Boston"
Country portion of the address. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
2"US"
Line one of the street address.
1024"100 Money Street"
Postal / ZIP code of the address.
16"01234"
Line two of the street address.
1024"Suite 1"
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.
16"MA"
ISO-8601 UTC date/time format.
"2020-04-10T02:13:30.000Z"
ISO-8601 UTC date/time format.
"2020-04-10T02:13:30.000Z"
The address details for the bank, as provided during bank account creation.
Show child attributes
Country portion of the address. Formatted as a two-letter country code specified in ISO 3166-1 alpha-2.
2"US"
Name of the bank. This property is required for bank accounts outside of the US that do not support IBAN'
35"SAN FRANCISCO"
City portion of the address. This property is required for bank accounts outside of the US.
35"SAN FRANCISCO"
Line one of the street address.
35"100 Money Street"
Line two of the street address.
35"Suite 1"
State / County / Province / Region portion of the address. US and Canada use the two-letter code for the subdivision.
16"CA"
Was this page helpful?