Banks
Deletes a bank account
DELETE
/
bank-accounts
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
_id
string
requiredBank info identifier.
countryCode
string
requiredSymbol of the country of choice.
currencySymbol
string
requiredSymbol of the currency of the chosen country.
Response
200 - application/json
_id
string
bankCode
string
countryCode
string
currencySymbol
string
accountNumber
string
account
string
name
string