Skip to main content
POST
Add customer's bank account

Authorizations

X-API-Key
string
header
required
X-API-Secret
string
header
required

Body

multipart/form-data
customerId
string
required

Customer ID

Example:

"6ac34182-aa2e-4290-ab1b-302a09f451d1"

currency
enum<string>
required

Currency

Available options:
GBP,
EUR,
AUD,
SGD,
USD
Example:

"USD"

bankName
string
required

Bank name

Example:

"Chase Bank"

accountNo
string

Account number

Example:

"1234567890"

swift
string

SWIFT code

Example:

"CHASUS33"

bankCountry
string

Bank country code

Example:

"USA"

bankAddress
string

Bank address

Example:

"270 Park Ave, New York, NY 10017"

aba
string

ABA routing number

Example:

"021000021"

iban
string

IBAN

Example:

"GB33BUKB20201555555555"

beneficiaryName
string

Beneficiary name

Example:

"John Doe"

beneficiaryAddress
string

Beneficiary address

Example:

"1 Infinite Loop, Cupertino, CA 95014"

interBankName
string

Intermediary bank name

Example:

"Citibank N.A."

interBankBic
string

Intermediary bank BIC

Example:

"CITIUS33"

interBankAccountNo
string

Intermediary bank account number

Example:

"9876543210"

institutionNumber
string

Institution number

Example:

"001"

transit
string

Transit number

Example:

"00011"

label
string

Label

Example:

"Main USD settlement account"

statementFile
file

Bank statement file

Response

Create bank account successful

status
enum<string>
required

Success response status

Available options:
SUCCESS
Example:

"SUCCESS"

data
object
required

Response data