Create Bank Account
Last updated
Last updated
POST
https://api.sfox.com/v1/user/bank
Link bank account information to an sFOX account
type
required
string
Whether the bank account is for an individual or corporation. Possible values:
individual
or corporate
bankAccountType
required
string
Whether the bank account is a checking or savings account. Possible values: checking
or savings
isInternational
required
boolean
If the bank account is from an international bank. (US = False
, International = True
)
accountnumber
required
string
Account number of the bank account.
routingnumber
string
Routing number of the bank. Required if isInternational
= False
swiftnumber
string
SWIFT number of the bank. Required if isInternational
= True
enableWires
required
boolean
Whether the bank account is enabled to process wire transfers.
firstname
required
string
First name on bank account.
If type
= corporate
, specify the first name of the person who is the primary owner of the account.
lastname
required
string
Last name on bank account.
If type
= corporate
, specify the last name of the person who is the primary owner of the account.
name
string
Name of the business on the bank account. Required if type
= corporate
bankCurrency
string
Currency code that the bank account transacts in. e.g. usd
bankname
string
Name of the bank. Required if isInternational
= True
wireInstructions
string
Memo/correspondent bank/for further credit. Only applicable if isInternational
= True
wireRoutingnumber
string
Routing number for wire transactions. Required if isInternational
= False