Add bank account
Add a bank account to a BitGo enterprise so you can deposit and withdraw fiat. Required address parameters vary by country. Determine required parameters by calling Get address format information.
CaaS clients: If you are integrating as a Crypto as a Service (CaaS) client, follow the Fund Go account integration guide instead of using this endpoint directly.
Body Params
ONE OF
- DomesticWireBankAccountRequest · BankAccountRequestAddressNormalized
- DomesticWireBankAccountRequest · DeprecatedBankAccountRequest
- InternationalWireBankAccountRequest · BankAccountRequestAddressNormalized
- InternationalWireBankAccountRequest · DeprecatedBankAccountRequest
- AchBankAccountRequest · BankAccountRequestAddressNormalized
- AchBankAccountRequest · DeprecatedBankAccountRequest
- SepaBankAccountRequest · BankAccountRequestAddressNormalized
- SepaBankAccountRequest · DeprecatedBankAccountRequest
- CbitBankAccountRequest · BankAccountRequestAddressNormalized
- CbitBankAccountRequest · DeprecatedBankAccountRequest
- BlincBankAccountRequest · BankAccountRequestAddressNormalized
- BlincBankAccountRequest · DeprecatedBankAccountRequest
- IpiFtsBankAccountRequest · BankAccountRequestAddressNormalized
- IpiFtsBankAccountRequest · DeprecatedBankAccountRequest
- FastBankAccountRequest · BankAccountRequestAddressNormalized
- FastBankAccountRequest · DeprecatedBankAccountRequest
No matching variants
-
typestring enum requiredMust be 'wire' for domestic wire accountswire -
routingNumberstring requiredRouting number for the domestic wire account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
ownerAddressLine1string requiredFirst line of owner's address (street number and name). -
ownerAddressLine2stringSecond line of owner's address (apartment/suite number, etc.). -
ownerAddressCityLocalitystringCity or locality of owner's address. Depending on country, may be required. -
ownerAddressStateProvincestringState or province of owner's address. Depending on country, may be required. -
ownerAddressPostalCodestringPostal code of owner's address. Depending on country, may be required. -
ownerAddressCountryCodestring requiredTwo-letter ISO country code of owner's address. -
bankAddressLine1string requiredFirst line of bank's address (street number and name). -
bankAddressLine2stringSecond line of bank's address (branch information, etc.). -
bankAddressCityLocalitystringCity or locality of bank's address. Depending on country, may be required. -
bankAddressStateProvincestringState or province of bank's address. Depending on country, may be required. -
bankAddressPostalCodestringPostal code of bank's address. Depending on country, may be required. -
bankAddressCountryCodestring requiredTwo-letter ISO country code of bank's address.
-
typestring enum requiredMust be 'wire' for domestic wire accountswire -
routingNumberstring requiredRouting number for the domestic wire account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
shortCountryCodestring deprecated requiredTwo-letter ISO country code of bank's address. This field is deprecated. Instead usebankAddressCountryCode. -
addressstring deprecated requiredUnstructured bank address. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.). -
ownerAddressstring deprecated requiredDEPRECATED - Unstructured owner address string. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.).
-
typestring enum requiredMust be 'wire' for international wire accountswire -
swiftCodestring requiredSWIFT/BIC code for the international wire account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
ownerAddressLine1string requiredFirst line of owner's address (street number and name). -
ownerAddressLine2stringSecond line of owner's address (apartment/suite number, etc.). -
ownerAddressCityLocalitystringCity or locality of owner's address. Depending on country, may be required. -
ownerAddressStateProvincestringState or province of owner's address. Depending on country, may be required. -
ownerAddressPostalCodestringPostal code of owner's address. Depending on country, may be required. -
ownerAddressCountryCodestring requiredTwo-letter ISO country code of owner's address. -
bankAddressLine1string requiredFirst line of bank's address (street number and name). -
bankAddressLine2stringSecond line of bank's address (branch information, etc.). -
bankAddressCityLocalitystringCity or locality of bank's address. Depending on country, may be required. -
bankAddressStateProvincestringState or province of bank's address. Depending on country, may be required. -
bankAddressPostalCodestringPostal code of bank's address. Depending on country, may be required. -
bankAddressCountryCodestring requiredTwo-letter ISO country code of bank's address.
-
typestring enum requiredMust be 'wire' for international wire accountswire -
swiftCodestring requiredSWIFT/BIC code for the international wire account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
shortCountryCodestring deprecated requiredTwo-letter ISO country code of bank's address. This field is deprecated. Instead usebankAddressCountryCode. -
addressstring deprecated requiredUnstructured bank address. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.). -
ownerAddressstring deprecated requiredDEPRECATED - Unstructured owner address string. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.).
-
typestring enum requiredMust be 'ach' for ACH accountsach -
routingNumberstring requiredRouting number for the ACH account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
ownerAddressLine1string requiredFirst line of owner's address (street number and name). -
ownerAddressLine2stringSecond line of owner's address (apartment/suite number, etc.). -
ownerAddressCityLocalitystringCity or locality of owner's address. Depending on country, may be required. -
ownerAddressStateProvincestringState or province of owner's address. Depending on country, may be required. -
ownerAddressPostalCodestringPostal code of owner's address. Depending on country, may be required. -
ownerAddressCountryCodestring requiredTwo-letter ISO country code of owner's address. -
bankAddressLine1string requiredFirst line of bank's address (street number and name). -
bankAddressLine2stringSecond line of bank's address (branch information, etc.). -
bankAddressCityLocalitystringCity or locality of bank's address. Depending on country, may be required. -
bankAddressStateProvincestringState or province of bank's address. Depending on country, may be required. -
bankAddressPostalCodestringPostal code of bank's address. Depending on country, may be required. -
bankAddressCountryCodestring requiredTwo-letter ISO country code of bank's address.
-
typestring enum requiredMust be 'ach' for ACH accountsach -
routingNumberstring requiredRouting number for the ACH account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
shortCountryCodestring deprecated requiredTwo-letter ISO country code of bank's address. This field is deprecated. Instead usebankAddressCountryCode. -
addressstring deprecated requiredUnstructured bank address. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.). -
ownerAddressstring deprecated requiredDEPRECATED - Unstructured owner address string. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.).
-
typestring enum requiredMust be 'sepa' for SEPA accountssepa -
swiftCodestring requiredSWIFT/BIC code for the SEPA account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
ownerAddressLine1string requiredFirst line of owner's address (street number and name). -
ownerAddressLine2stringSecond line of owner's address (apartment/suite number, etc.). -
ownerAddressCityLocalitystringCity or locality of owner's address. Depending on country, may be required. -
ownerAddressStateProvincestringState or province of owner's address. Depending on country, may be required. -
ownerAddressPostalCodestringPostal code of owner's address. Depending on country, may be required. -
ownerAddressCountryCodestring requiredTwo-letter ISO country code of owner's address. -
bankAddressLine1string requiredFirst line of bank's address (street number and name). -
bankAddressLine2stringSecond line of bank's address (branch information, etc.). -
bankAddressCityLocalitystringCity or locality of bank's address. Depending on country, may be required. -
bankAddressStateProvincestringState or province of bank's address. Depending on country, may be required. -
bankAddressPostalCodestringPostal code of bank's address. Depending on country, may be required. -
bankAddressCountryCodestring requiredTwo-letter ISO country code of bank's address.
-
typestring enum requiredMust be 'sepa' for SEPA accountssepa -
swiftCodestring requiredSWIFT/BIC code for the SEPA account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
shortCountryCodestring deprecated requiredTwo-letter ISO country code of bank's address. This field is deprecated. Instead usebankAddressCountryCode. -
addressstring deprecated requiredUnstructured bank address. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.). -
ownerAddressstring deprecated requiredDEPRECATED - Unstructured owner address string. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.).
-
typestring enum requiredMust be 'cbit' for CBIT accountscbit -
externalIdstringExternal identifier for the CBIT account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
ownerAddressLine1string requiredFirst line of owner's address (street number and name). -
ownerAddressLine2stringSecond line of owner's address (apartment/suite number, etc.). -
ownerAddressCityLocalitystringCity or locality of owner's address. Depending on country, may be required. -
ownerAddressStateProvincestringState or province of owner's address. Depending on country, may be required. -
ownerAddressPostalCodestringPostal code of owner's address. Depending on country, may be required. -
ownerAddressCountryCodestring requiredTwo-letter ISO country code of owner's address. -
bankAddressLine1string requiredFirst line of bank's address (street number and name). -
bankAddressLine2stringSecond line of bank's address (branch information, etc.). -
bankAddressCityLocalitystringCity or locality of bank's address. Depending on country, may be required. -
bankAddressStateProvincestringState or province of bank's address. Depending on country, may be required. -
bankAddressPostalCodestringPostal code of bank's address. Depending on country, may be required. -
bankAddressCountryCodestring requiredTwo-letter ISO country code of bank's address.
-
typestring enum requiredMust be 'cbit' for CBIT accountscbit -
externalIdstringExternal identifier for the CBIT account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
shortCountryCodestring deprecated requiredTwo-letter ISO country code of bank's address. This field is deprecated. Instead usebankAddressCountryCode. -
addressstring deprecated requiredUnstructured bank address. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.). -
ownerAddressstring deprecated requiredDEPRECATED - Unstructured owner address string. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.).
-
typestring enum requiredMust be 'blinc' for Blinc accountsblinc -
externalIdstring requiredExternal identifier for the Blinc account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
ownerAddressLine1string requiredFirst line of owner's address (street number and name). -
ownerAddressLine2stringSecond line of owner's address (apartment/suite number, etc.). -
ownerAddressCityLocalitystringCity or locality of owner's address. Depending on country, may be required. -
ownerAddressStateProvincestringState or province of owner's address. Depending on country, may be required. -
ownerAddressPostalCodestringPostal code of owner's address. Depending on country, may be required. -
ownerAddressCountryCodestring requiredTwo-letter ISO country code of owner's address. -
bankAddressLine1string requiredFirst line of bank's address (street number and name). -
bankAddressLine2stringSecond line of bank's address (branch information, etc.). -
bankAddressCityLocalitystringCity or locality of bank's address. Depending on country, may be required. -
bankAddressStateProvincestringState or province of bank's address. Depending on country, may be required. -
bankAddressPostalCodestringPostal code of bank's address. Depending on country, may be required. -
bankAddressCountryCodestring requiredTwo-letter ISO country code of bank's address.
-
typestring enum requiredMust be 'blinc' for Blinc accountsblinc -
externalIdstring requiredExternal identifier for the Blinc account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
shortCountryCodestring deprecated requiredTwo-letter ISO country code of bank's address. This field is deprecated. Instead usebankAddressCountryCode. -
addressstring deprecated requiredUnstructured bank address. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.). -
ownerAddressstring deprecated requiredDEPRECATED - Unstructured owner address string. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.).
-
typestring enum requiredMust be 'ipi-fts' for IPI-FTS accountsipi-fts -
swiftCodestring requiredSWIFT/BIC code for the IPI-FTS account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
ownerAddressLine1string requiredFirst line of owner's address (street number and name). -
ownerAddressLine2stringSecond line of owner's address (apartment/suite number, etc.). -
ownerAddressCityLocalitystringCity or locality of owner's address. Depending on country, may be required. -
ownerAddressStateProvincestringState or province of owner's address. Depending on country, may be required. -
ownerAddressPostalCodestringPostal code of owner's address. Depending on country, may be required. -
ownerAddressCountryCodestring requiredTwo-letter ISO country code of owner's address. -
bankAddressLine1string requiredFirst line of bank's address (street number and name). -
bankAddressLine2stringSecond line of bank's address (branch information, etc.). -
bankAddressCityLocalitystringCity or locality of bank's address. Depending on country, may be required. -
bankAddressStateProvincestringState or province of bank's address. Depending on country, may be required. -
bankAddressPostalCodestringPostal code of bank's address. Depending on country, may be required. -
bankAddressCountryCodestring requiredTwo-letter ISO country code of bank's address.
-
typestring enum requiredMust be 'ipi-fts' for IPI-FTS accountsipi-fts -
swiftCodestring requiredSWIFT/BIC code for the IPI-FTS account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
shortCountryCodestring deprecated requiredTwo-letter ISO country code of bank's address. This field is deprecated. Instead usebankAddressCountryCode. -
addressstring deprecated requiredUnstructured bank address. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.). -
ownerAddressstring deprecated requiredDEPRECATED - Unstructured owner address string. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.).
-
typestring enum requiredMust be 'fast' for FAST accountsfast -
swiftCodestring requiredSWIFT/BIC code for the FAST account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
ownerAddressLine1string requiredFirst line of owner's address (street number and name). -
ownerAddressLine2stringSecond line of owner's address (apartment/suite number, etc.). -
ownerAddressCityLocalitystringCity or locality of owner's address. Depending on country, may be required. -
ownerAddressStateProvincestringState or province of owner's address. Depending on country, may be required. -
ownerAddressPostalCodestringPostal code of owner's address. Depending on country, may be required. -
ownerAddressCountryCodestring requiredTwo-letter ISO country code of owner's address. -
bankAddressLine1string requiredFirst line of bank's address (street number and name). -
bankAddressLine2stringSecond line of bank's address (branch information, etc.). -
bankAddressCityLocalitystringCity or locality of bank's address. Depending on country, may be required. -
bankAddressStateProvincestringState or province of bank's address. Depending on country, may be required. -
bankAddressPostalCodestringPostal code of bank's address. Depending on country, may be required. -
bankAddressCountryCodestring requiredTwo-letter ISO country code of bank's address.
-
typestring enum requiredMust be 'fast' for FAST accountsfast -
swiftCodestring requiredSWIFT/BIC code for the FAST account -
namestring requiredName of the banking institution. -
accountNumberstring requiredBank account number. -
enterpriseIdstringID of the enterprise the account belongs to. -
currencystring enum requiredThe currency of the bank account.fiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
ownerNamestring requiredName of the account owner. -
accountTypestring enumType of bank account (checking, saving).checkingsaving -
descriptionstringUser-provided description of the account. -
furtherCreditTostringFurther credit recipient information sometimes referred to as a reference. -
intermediaryBankNamestringName of intermediary bank if applicable. -
intermediaryBankIdstringIntermediary bank routing number. -
shortCountryCodestring deprecated requiredTwo-letter ISO country code of bank's address. This field is deprecated. Instead usebankAddressCountryCode. -
addressstring deprecated requiredUnstructured bank address. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.). -
ownerAddressstring deprecated requiredDEPRECATED - Unstructured owner address string. This field is deprecated. Instead, use the normalized bank address fields (bankAddressLine1,bankAddressCityLocality, etc.).
Responses
200
OK
Response Body
ONE OF
- DomesticWireBankAccountResponse
- InternationalWireBankAccountResponse
- CbitBankAccountResponse
- AchBankAccountResponse
- SepaBankAccountResponse
- BlincBankAccountResponse
- IpiFtsBankAccountResponse
- FastBankAccountResponse
No matching variants
-
typestring enum requiredwire -
routingNumberstring required -
accountTypestring enum nullable requiredcheckingsavingunknown -
idstring requiredUnique identifier for the bank account -
idHashstring requiredHashed identifier for the bank account -
currencystring enum requiredThe currency of the bank accountfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
tokenstring requiredAuthentication token for bank account operations -
namestring requiredName of the bank account -
shortCountryCodestring requiredTwo-letter ISO country code -
accountNumberstring requiredBank account number (may be masked) -
enterpriseIdstring requiredID of the enterprise the account belongs to -
trustOrgstring enum requiredTrust organization associated with this accountBitGo TrustBitGo New YorkBitGo GermanyBitGo SwitzerlandBitGo Europe ApSFrankfurt DE TrustBitGo SingaporeBitGo KoreaBitGo Custody MENA FZEBitGo Sister Trust 1 -
ownerNamestring requiredName of the account owner -
verificationStatestring enum requiredCurrent verification status of the accountapprovedrejectedpendingremovedrevise -
createdAtstring date-time requiredTimestamp when the account was created -
pendingActivitystringAny pending activity on the accountONE OF
string enum
string enum
-
feeobjectFee information for the accountfee object
-
amountstring -
individualFeesarray of objects requiredONE OF
-
typestring enum requiredstatic -
amountstring required
-
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
-
feeInfoobjectDetailed fee configuration for the accountONE OF
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredstatic -
amountstring required
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
furtherCreditTostringFurther credit recipient information -
intermediaryBankNamestringName of intermediary bank if applicable -
intermediaryBankIdstringIdentifier of the intermediary bank -
metadatastringAdditional metadata for the account -
descriptionstringUser-provided description of the account -
virtualDepositOnlybooleanWhether this account is for virtual deposits only -
ownerAddressLine1string nullableFirst line of owner's address (street number and name) -
ownerAddressLine2string nullableSecond line of owner's address (apartment/suite number, etc.) -
ownerAddressCityLocalitystring nullableCity or locality of owner's address -
ownerAddressStateProvincestring nullableState or province of owner's address -
ownerAddressPostalCodestring nullablePostal code of owner's address -
ownerAddressCountryCodestring nullableTwo-letter ISO country code of owner's address -
bankAddressLine1string nullableFirst line of bank's address (street number and name) -
bankAddressLine2string nullableSecond line of bank's address (branch information, etc.) -
bankAddressCityLocalitystring nullableCity or locality of bank's address -
bankAddressStateProvincestring nullableState or province of bank's address -
bankAddressPostalCodestring nullablePostal code of bank's address -
bankAddressCountryCodestring nullableTwo-letter ISO country code of bank's address, should equal shortCountryCode -
ownerobjectDEPRECATED - Use ownerName and normalized address fields insteadowner object
-
namestring deprecatedDEPRECATED - Use ownerName instead -
address1object deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2object deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3object deprecatedDEPRECATED - Use additional normalized address fields instead
-
-
addressstring deprecatedDEPRECATED - Use normalized bank address fields instead -
ownerAddressstring deprecatedDEPRECATED - Use normalized owner address fields instead -
address1string deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2string deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3string deprecatedDEPRECATED - Use additional normalized address fields instead
-
typestring enum requiredwire -
swiftCodestring required -
accountTypestring enum nullable requiredcheckingsavingunknown -
idstring requiredUnique identifier for the bank account -
idHashstring requiredHashed identifier for the bank account -
currencystring enum requiredThe currency of the bank accountfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
tokenstring requiredAuthentication token for bank account operations -
namestring requiredName of the bank account -
shortCountryCodestring requiredTwo-letter ISO country code -
accountNumberstring requiredBank account number (may be masked) -
enterpriseIdstring requiredID of the enterprise the account belongs to -
trustOrgstring enum requiredTrust organization associated with this accountBitGo TrustBitGo New YorkBitGo GermanyBitGo SwitzerlandBitGo Europe ApSFrankfurt DE TrustBitGo SingaporeBitGo KoreaBitGo Custody MENA FZEBitGo Sister Trust 1 -
ownerNamestring requiredName of the account owner -
verificationStatestring enum requiredCurrent verification status of the accountapprovedrejectedpendingremovedrevise -
createdAtstring date-time requiredTimestamp when the account was created -
pendingActivitystringAny pending activity on the accountONE OF
string enum
string enum
-
feeobjectFee information for the accountfee object
-
amountstring -
individualFeesarray of objects requiredONE OF
-
typestring enum requiredstatic -
amountstring required
-
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
-
feeInfoobjectDetailed fee configuration for the accountONE OF
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredstatic -
amountstring required
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
furtherCreditTostringFurther credit recipient information -
intermediaryBankNamestringName of intermediary bank if applicable -
intermediaryBankIdstringIdentifier of the intermediary bank -
metadatastringAdditional metadata for the account -
descriptionstringUser-provided description of the account -
virtualDepositOnlybooleanWhether this account is for virtual deposits only -
ownerAddressLine1string nullableFirst line of owner's address (street number and name) -
ownerAddressLine2string nullableSecond line of owner's address (apartment/suite number, etc.) -
ownerAddressCityLocalitystring nullableCity or locality of owner's address -
ownerAddressStateProvincestring nullableState or province of owner's address -
ownerAddressPostalCodestring nullablePostal code of owner's address -
ownerAddressCountryCodestring nullableTwo-letter ISO country code of owner's address -
bankAddressLine1string nullableFirst line of bank's address (street number and name) -
bankAddressLine2string nullableSecond line of bank's address (branch information, etc.) -
bankAddressCityLocalitystring nullableCity or locality of bank's address -
bankAddressStateProvincestring nullableState or province of bank's address -
bankAddressPostalCodestring nullablePostal code of bank's address -
bankAddressCountryCodestring nullableTwo-letter ISO country code of bank's address, should equal shortCountryCode -
ownerobjectDEPRECATED - Use ownerName and normalized address fields insteadowner object
-
namestring deprecatedDEPRECATED - Use ownerName instead -
address1object deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2object deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3object deprecatedDEPRECATED - Use additional normalized address fields instead
-
-
addressstring deprecatedDEPRECATED - Use normalized bank address fields instead -
ownerAddressstring deprecatedDEPRECATED - Use normalized owner address fields instead -
address1string deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2string deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3string deprecatedDEPRECATED - Use additional normalized address fields instead
-
typestring enum requiredcbit -
accountTypestring enum nullable requiredcheckingsavingunknown -
externalIdstring -
idstring requiredUnique identifier for the bank account -
idHashstring requiredHashed identifier for the bank account -
currencystring enum requiredThe currency of the bank accountfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
tokenstring requiredAuthentication token for bank account operations -
namestring requiredName of the bank account -
shortCountryCodestring requiredTwo-letter ISO country code -
accountNumberstring requiredBank account number (may be masked) -
enterpriseIdstring requiredID of the enterprise the account belongs to -
trustOrgstring enum requiredTrust organization associated with this accountBitGo TrustBitGo New YorkBitGo GermanyBitGo SwitzerlandBitGo Europe ApSFrankfurt DE TrustBitGo SingaporeBitGo KoreaBitGo Custody MENA FZEBitGo Sister Trust 1 -
ownerNamestring requiredName of the account owner -
verificationStatestring enum requiredCurrent verification status of the accountapprovedrejectedpendingremovedrevise -
createdAtstring date-time requiredTimestamp when the account was created -
pendingActivitystringAny pending activity on the accountONE OF
string enum
string enum
-
feeobjectFee information for the accountfee object
-
amountstring -
individualFeesarray of objects requiredONE OF
-
typestring enum requiredstatic -
amountstring required
-
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
-
feeInfoobjectDetailed fee configuration for the accountONE OF
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredstatic -
amountstring required
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
furtherCreditTostringFurther credit recipient information -
intermediaryBankNamestringName of intermediary bank if applicable -
intermediaryBankIdstringIdentifier of the intermediary bank -
metadatastringAdditional metadata for the account -
descriptionstringUser-provided description of the account -
virtualDepositOnlybooleanWhether this account is for virtual deposits only -
ownerAddressLine1string nullableFirst line of owner's address (street number and name) -
ownerAddressLine2string nullableSecond line of owner's address (apartment/suite number, etc.) -
ownerAddressCityLocalitystring nullableCity or locality of owner's address -
ownerAddressStateProvincestring nullableState or province of owner's address -
ownerAddressPostalCodestring nullablePostal code of owner's address -
ownerAddressCountryCodestring nullableTwo-letter ISO country code of owner's address -
bankAddressLine1string nullableFirst line of bank's address (street number and name) -
bankAddressLine2string nullableSecond line of bank's address (branch information, etc.) -
bankAddressCityLocalitystring nullableCity or locality of bank's address -
bankAddressStateProvincestring nullableState or province of bank's address -
bankAddressPostalCodestring nullablePostal code of bank's address -
bankAddressCountryCodestring nullableTwo-letter ISO country code of bank's address, should equal shortCountryCode -
ownerobjectDEPRECATED - Use ownerName and normalized address fields insteadowner object
-
namestring deprecatedDEPRECATED - Use ownerName instead -
address1object deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2object deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3object deprecatedDEPRECATED - Use additional normalized address fields instead
-
-
addressstring deprecatedDEPRECATED - Use normalized bank address fields instead -
ownerAddressstring deprecatedDEPRECATED - Use normalized owner address fields instead -
address1string deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2string deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3string deprecatedDEPRECATED - Use additional normalized address fields instead
-
typestring enum requiredach -
routingNumberstring required -
accountTypestring enum nullable requiredcheckingsavingunknown -
idstring requiredUnique identifier for the bank account -
idHashstring requiredHashed identifier for the bank account -
currencystring enum requiredThe currency of the bank accountfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
tokenstring requiredAuthentication token for bank account operations -
namestring requiredName of the bank account -
shortCountryCodestring requiredTwo-letter ISO country code -
accountNumberstring requiredBank account number (may be masked) -
enterpriseIdstring requiredID of the enterprise the account belongs to -
trustOrgstring enum requiredTrust organization associated with this accountBitGo TrustBitGo New YorkBitGo GermanyBitGo SwitzerlandBitGo Europe ApSFrankfurt DE TrustBitGo SingaporeBitGo KoreaBitGo Custody MENA FZEBitGo Sister Trust 1 -
ownerNamestring requiredName of the account owner -
verificationStatestring enum requiredCurrent verification status of the accountapprovedrejectedpendingremovedrevise -
createdAtstring date-time requiredTimestamp when the account was created -
pendingActivitystringAny pending activity on the accountONE OF
string enum
string enum
-
feeobjectFee information for the accountfee object
-
amountstring -
individualFeesarray of objects requiredONE OF
-
typestring enum requiredstatic -
amountstring required
-
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
-
feeInfoobjectDetailed fee configuration for the accountONE OF
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredstatic -
amountstring required
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
furtherCreditTostringFurther credit recipient information -
intermediaryBankNamestringName of intermediary bank if applicable -
intermediaryBankIdstringIdentifier of the intermediary bank -
metadatastringAdditional metadata for the account -
descriptionstringUser-provided description of the account -
virtualDepositOnlybooleanWhether this account is for virtual deposits only -
ownerAddressLine1string nullableFirst line of owner's address (street number and name) -
ownerAddressLine2string nullableSecond line of owner's address (apartment/suite number, etc.) -
ownerAddressCityLocalitystring nullableCity or locality of owner's address -
ownerAddressStateProvincestring nullableState or province of owner's address -
ownerAddressPostalCodestring nullablePostal code of owner's address -
ownerAddressCountryCodestring nullableTwo-letter ISO country code of owner's address -
bankAddressLine1string nullableFirst line of bank's address (street number and name) -
bankAddressLine2string nullableSecond line of bank's address (branch information, etc.) -
bankAddressCityLocalitystring nullableCity or locality of bank's address -
bankAddressStateProvincestring nullableState or province of bank's address -
bankAddressPostalCodestring nullablePostal code of bank's address -
bankAddressCountryCodestring nullableTwo-letter ISO country code of bank's address, should equal shortCountryCode -
ownerobjectDEPRECATED - Use ownerName and normalized address fields insteadowner object
-
namestring deprecatedDEPRECATED - Use ownerName instead -
address1object deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2object deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3object deprecatedDEPRECATED - Use additional normalized address fields instead
-
-
addressstring deprecatedDEPRECATED - Use normalized bank address fields instead -
ownerAddressstring deprecatedDEPRECATED - Use normalized owner address fields instead -
address1string deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2string deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3string deprecatedDEPRECATED - Use additional normalized address fields instead
-
typestring enum requiredsepa -
swiftCodestring required -
accountTypestring enum nullable requiredcheckingsavingunknown -
idstring requiredUnique identifier for the bank account -
idHashstring requiredHashed identifier for the bank account -
currencystring enum requiredThe currency of the bank accountfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
tokenstring requiredAuthentication token for bank account operations -
namestring requiredName of the bank account -
shortCountryCodestring requiredTwo-letter ISO country code -
accountNumberstring requiredBank account number (may be masked) -
enterpriseIdstring requiredID of the enterprise the account belongs to -
trustOrgstring enum requiredTrust organization associated with this accountBitGo TrustBitGo New YorkBitGo GermanyBitGo SwitzerlandBitGo Europe ApSFrankfurt DE TrustBitGo SingaporeBitGo KoreaBitGo Custody MENA FZEBitGo Sister Trust 1 -
ownerNamestring requiredName of the account owner -
verificationStatestring enum requiredCurrent verification status of the accountapprovedrejectedpendingremovedrevise -
createdAtstring date-time requiredTimestamp when the account was created -
pendingActivitystringAny pending activity on the accountONE OF
string enum
string enum
-
feeobjectFee information for the accountfee object
-
amountstring -
individualFeesarray of objects requiredONE OF
-
typestring enum requiredstatic -
amountstring required
-
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
-
feeInfoobjectDetailed fee configuration for the accountONE OF
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredstatic -
amountstring required
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
furtherCreditTostringFurther credit recipient information -
intermediaryBankNamestringName of intermediary bank if applicable -
intermediaryBankIdstringIdentifier of the intermediary bank -
metadatastringAdditional metadata for the account -
descriptionstringUser-provided description of the account -
virtualDepositOnlybooleanWhether this account is for virtual deposits only -
ownerAddressLine1string nullableFirst line of owner's address (street number and name) -
ownerAddressLine2string nullableSecond line of owner's address (apartment/suite number, etc.) -
ownerAddressCityLocalitystring nullableCity or locality of owner's address -
ownerAddressStateProvincestring nullableState or province of owner's address -
ownerAddressPostalCodestring nullablePostal code of owner's address -
ownerAddressCountryCodestring nullableTwo-letter ISO country code of owner's address -
bankAddressLine1string nullableFirst line of bank's address (street number and name) -
bankAddressLine2string nullableSecond line of bank's address (branch information, etc.) -
bankAddressCityLocalitystring nullableCity or locality of bank's address -
bankAddressStateProvincestring nullableState or province of bank's address -
bankAddressPostalCodestring nullablePostal code of bank's address -
bankAddressCountryCodestring nullableTwo-letter ISO country code of bank's address, should equal shortCountryCode -
ownerobjectDEPRECATED - Use ownerName and normalized address fields insteadowner object
-
namestring deprecatedDEPRECATED - Use ownerName instead -
address1object deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2object deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3object deprecatedDEPRECATED - Use additional normalized address fields instead
-
-
addressstring deprecatedDEPRECATED - Use normalized bank address fields instead -
ownerAddressstring deprecatedDEPRECATED - Use normalized owner address fields instead -
address1string deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2string deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3string deprecatedDEPRECATED - Use additional normalized address fields instead
-
typestring enum requiredblinc -
accountTypestring enum nullable requiredcheckingsavingunknown -
externalIdstring required -
idstring requiredUnique identifier for the bank account -
idHashstring requiredHashed identifier for the bank account -
currencystring enum requiredThe currency of the bank accountfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
tokenstring requiredAuthentication token for bank account operations -
namestring requiredName of the bank account -
shortCountryCodestring requiredTwo-letter ISO country code -
accountNumberstring requiredBank account number (may be masked) -
enterpriseIdstring requiredID of the enterprise the account belongs to -
trustOrgstring enum requiredTrust organization associated with this accountBitGo TrustBitGo New YorkBitGo GermanyBitGo SwitzerlandBitGo Europe ApSFrankfurt DE TrustBitGo SingaporeBitGo KoreaBitGo Custody MENA FZEBitGo Sister Trust 1 -
ownerNamestring requiredName of the account owner -
verificationStatestring enum requiredCurrent verification status of the accountapprovedrejectedpendingremovedrevise -
createdAtstring date-time requiredTimestamp when the account was created -
pendingActivitystringAny pending activity on the accountONE OF
string enum
string enum
-
feeobjectFee information for the accountfee object
-
amountstring -
individualFeesarray of objects requiredONE OF
-
typestring enum requiredstatic -
amountstring required
-
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
-
feeInfoobjectDetailed fee configuration for the accountONE OF
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredstatic -
amountstring required
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
furtherCreditTostringFurther credit recipient information -
intermediaryBankNamestringName of intermediary bank if applicable -
intermediaryBankIdstringIdentifier of the intermediary bank -
metadatastringAdditional metadata for the account -
descriptionstringUser-provided description of the account -
virtualDepositOnlybooleanWhether this account is for virtual deposits only -
ownerAddressLine1string nullableFirst line of owner's address (street number and name) -
ownerAddressLine2string nullableSecond line of owner's address (apartment/suite number, etc.) -
ownerAddressCityLocalitystring nullableCity or locality of owner's address -
ownerAddressStateProvincestring nullableState or province of owner's address -
ownerAddressPostalCodestring nullablePostal code of owner's address -
ownerAddressCountryCodestring nullableTwo-letter ISO country code of owner's address -
bankAddressLine1string nullableFirst line of bank's address (street number and name) -
bankAddressLine2string nullableSecond line of bank's address (branch information, etc.) -
bankAddressCityLocalitystring nullableCity or locality of bank's address -
bankAddressStateProvincestring nullableState or province of bank's address -
bankAddressPostalCodestring nullablePostal code of bank's address -
bankAddressCountryCodestring nullableTwo-letter ISO country code of bank's address, should equal shortCountryCode -
ownerobjectDEPRECATED - Use ownerName and normalized address fields insteadowner object
-
namestring deprecatedDEPRECATED - Use ownerName instead -
address1object deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2object deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3object deprecatedDEPRECATED - Use additional normalized address fields instead
-
-
addressstring deprecatedDEPRECATED - Use normalized bank address fields instead -
ownerAddressstring deprecatedDEPRECATED - Use normalized owner address fields instead -
address1string deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2string deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3string deprecatedDEPRECATED - Use additional normalized address fields instead
-
typestring enum requiredipi-fts -
swiftCodestring required -
accountTypestring enum nullable requiredcheckingsavingunknown -
idstring requiredUnique identifier for the bank account -
idHashstring requiredHashed identifier for the bank account -
currencystring enum requiredThe currency of the bank accountfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
tokenstring requiredAuthentication token for bank account operations -
namestring requiredName of the bank account -
shortCountryCodestring requiredTwo-letter ISO country code -
accountNumberstring requiredBank account number (may be masked) -
enterpriseIdstring requiredID of the enterprise the account belongs to -
trustOrgstring enum requiredTrust organization associated with this accountBitGo TrustBitGo New YorkBitGo GermanyBitGo SwitzerlandBitGo Europe ApSFrankfurt DE TrustBitGo SingaporeBitGo KoreaBitGo Custody MENA FZEBitGo Sister Trust 1 -
ownerNamestring requiredName of the account owner -
verificationStatestring enum requiredCurrent verification status of the accountapprovedrejectedpendingremovedrevise -
createdAtstring date-time requiredTimestamp when the account was created -
pendingActivitystringAny pending activity on the accountONE OF
string enum
string enum
-
feeobjectFee information for the accountfee object
-
amountstring -
individualFeesarray of objects requiredONE OF
-
typestring enum requiredstatic -
amountstring required
-
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
-
feeInfoobjectDetailed fee configuration for the accountONE OF
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredstatic -
amountstring required
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
furtherCreditTostringFurther credit recipient information -
intermediaryBankNamestringName of intermediary bank if applicable -
intermediaryBankIdstringIdentifier of the intermediary bank -
metadatastringAdditional metadata for the account -
descriptionstringUser-provided description of the account -
virtualDepositOnlybooleanWhether this account is for virtual deposits only -
ownerAddressLine1string nullableFirst line of owner's address (street number and name) -
ownerAddressLine2string nullableSecond line of owner's address (apartment/suite number, etc.) -
ownerAddressCityLocalitystring nullableCity or locality of owner's address -
ownerAddressStateProvincestring nullableState or province of owner's address -
ownerAddressPostalCodestring nullablePostal code of owner's address -
ownerAddressCountryCodestring nullableTwo-letter ISO country code of owner's address -
bankAddressLine1string nullableFirst line of bank's address (street number and name) -
bankAddressLine2string nullableSecond line of bank's address (branch information, etc.) -
bankAddressCityLocalitystring nullableCity or locality of bank's address -
bankAddressStateProvincestring nullableState or province of bank's address -
bankAddressPostalCodestring nullablePostal code of bank's address -
bankAddressCountryCodestring nullableTwo-letter ISO country code of bank's address, should equal shortCountryCode -
ownerobjectDEPRECATED - Use ownerName and normalized address fields insteadowner object
-
namestring deprecatedDEPRECATED - Use ownerName instead -
address1object deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2object deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3object deprecatedDEPRECATED - Use additional normalized address fields instead
-
-
addressstring deprecatedDEPRECATED - Use normalized bank address fields instead -
ownerAddressstring deprecatedDEPRECATED - Use normalized owner address fields instead -
address1string deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2string deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3string deprecatedDEPRECATED - Use additional normalized address fields instead
-
typestring enum requiredfast -
swiftCodestring required -
accountTypestring enum nullable requiredcheckingsavingunknown -
idstring requiredUnique identifier for the bank account -
idHashstring requiredHashed identifier for the bank account -
currencystring enum requiredThe currency of the bank accountfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
tokenstring requiredAuthentication token for bank account operations -
namestring requiredName of the bank account -
shortCountryCodestring requiredTwo-letter ISO country code -
accountNumberstring requiredBank account number (may be masked) -
enterpriseIdstring requiredID of the enterprise the account belongs to -
trustOrgstring enum requiredTrust organization associated with this accountBitGo TrustBitGo New YorkBitGo GermanyBitGo SwitzerlandBitGo Europe ApSFrankfurt DE TrustBitGo SingaporeBitGo KoreaBitGo Custody MENA FZEBitGo Sister Trust 1 -
ownerNamestring requiredName of the account owner -
verificationStatestring enum requiredCurrent verification status of the accountapprovedrejectedpendingremovedrevise -
createdAtstring date-time requiredTimestamp when the account was created -
pendingActivitystringAny pending activity on the accountONE OF
string enum
string enum
-
feeobjectFee information for the accountfee object
-
amountstring -
individualFeesarray of objects requiredONE OF
-
typestring enum requiredstatic -
amountstring required
-
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
-
feeInfoobjectDetailed fee configuration for the accountONE OF
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredstatic -
amountstring required
-
coinstring enum requiredfiatusdfiateurfiatsgdfiataedtfiatusdtfiateurtfiatsgdtfiataed -
bankstring enum requiredsilvergatesilvergate_primesilvergate_v3silvergate_prime_v3bcbgroupsignaturegenericcustomers_apicustomers_cubix_apicustomers_sftplead -
typestring enum requiredvariable -
percentstring required -
minimumstring required
-
-
furtherCreditTostringFurther credit recipient information -
intermediaryBankNamestringName of intermediary bank if applicable -
intermediaryBankIdstringIdentifier of the intermediary bank -
metadatastringAdditional metadata for the account -
descriptionstringUser-provided description of the account -
virtualDepositOnlybooleanWhether this account is for virtual deposits only -
ownerAddressLine1string nullableFirst line of owner's address (street number and name) -
ownerAddressLine2string nullableSecond line of owner's address (apartment/suite number, etc.) -
ownerAddressCityLocalitystring nullableCity or locality of owner's address -
ownerAddressStateProvincestring nullableState or province of owner's address -
ownerAddressPostalCodestring nullablePostal code of owner's address -
ownerAddressCountryCodestring nullableTwo-letter ISO country code of owner's address -
bankAddressLine1string nullableFirst line of bank's address (street number and name) -
bankAddressLine2string nullableSecond line of bank's address (branch information, etc.) -
bankAddressCityLocalitystring nullableCity or locality of bank's address -
bankAddressStateProvincestring nullableState or province of bank's address -
bankAddressPostalCodestring nullablePostal code of bank's address -
bankAddressCountryCodestring nullableTwo-letter ISO country code of bank's address, should equal shortCountryCode -
ownerobjectDEPRECATED - Use ownerName and normalized address fields insteadowner object
-
namestring deprecatedDEPRECATED - Use ownerName instead -
address1object deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2object deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3object deprecatedDEPRECATED - Use additional normalized address fields instead
-
-
addressstring deprecatedDEPRECATED - Use normalized bank address fields instead -
ownerAddressstring deprecatedDEPRECATED - Use normalized owner address fields instead -
address1string deprecatedDEPRECATED - Use ownerAddressLine1 instead -
address2string deprecatedDEPRECATED - Use ownerAddressLine2 instead -
address3string deprecatedDEPRECATED - Use additional normalized address fields instead
400
Bad Request
Response Body
object
-
errorNamestring required -
errorstring required
401
Unauthorized
Response Body
object
-
errorNamestring required -
errorstring required
403
Forbidden
Response Body
object
-
errorNamestring required -
errorstring required
404
Not Found
Response Body
object
-
errorNamestring required -
errorstring required
500
Internal Server Error
Response Body
object
-
errorNamestring required -
errorstring required