Create Bank Account

POST

https://api.sfox.com/v1/user/bank

Link an end user's bank account to their sFOX account.


Request

  • Requires a User Auth Token for authentication. Requests attempted using an Connect API Key will result in an error.

  • sFOX accounts only support one linked bank account at a time. If you would like to add a different bank, you must disconnect the currently linked bank.

Body Parameters

Name
Type
Description

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

Example Requests

Request Body Examples

Responses

200: OK

Last updated