curl --request POST \
--url https://api-sandbox.circle.com/v1/businessAccount/banks/wires \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"idempotencyKey": "ba943ff1-ca16-49b2-ba55-1057e70ca5c7",
"accountNumber": "12340010",
"routingNumber": "121000248",
"billingDetails": {
"name": "Satoshi Nakamoto",
"city": "Boston",
"country": "US",
"line1": "100 Money Street",
"postalCode": "01234",
"line2": "Suite 1",
"district": "MA"
},
"bankAddress": {
"country": "US",
"bankName": "SAN FRANCISCO",
"city": "SAN FRANCISCO",
"line1": "100 Money Street",
"line2": "Suite 1",
"district": "CA"
}
}
'{
"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 POST \
--url https://api-sandbox.circle.com/v1/businessAccount/banks/wires \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"idempotencyKey": "ba943ff1-ca16-49b2-ba55-1057e70ca5c7",
"accountNumber": "12340010",
"routingNumber": "121000248",
"billingDetails": {
"name": "Satoshi Nakamoto",
"city": "Boston",
"country": "US",
"line1": "100 Money Street",
"postalCode": "01234",
"line2": "Suite 1",
"district": "MA"
},
"bankAddress": {
"country": "US",
"bankName": "SAN FRANCISCO",
"city": "SAN FRANCISCO",
"line1": "100 Money Street",
"line2": "Suite 1",
"district": "CA"
}
}
'{
"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.
Request object used to create a bank account (wires). Different fields are required depending on the bank country, see the guide documentation for the list of supported bank countries along with which ones support IBAN. Relevant fields for U.S. bank accounts.
Universally unique identifier (UUID v4) idempotency key. This key is utilized to ensure exactly-once execution of mutating requests.
"ba943ff1-ca16-49b2-ba55-1057e70ca5c7"
Account number that identifies the bank account.
6 - 35"12340010"
ABA routing number for the bank account. Note this has to be specific for bank wire transfers.
"121000248"
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"
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"
Successfully created 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?