Bank Account Controller Create Bank Account

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
entitystringRequired
typeenumRequired
Allowed values:
accountNumberstringRequired
countryIdstringRequired
currencyIdstringRequired
isDefaultstringRequired
customerIdstringOptional
paymentProviderIdstringOptional
merchantIdstringOptional

Response

idstring
namestring
entitystring
typeenum
Allowed values:
accountNumberstring
countryIdstring
currencyIdstring
createdAtdatetime
updatedAtdatetime
symbolstring
isDefaultboolean
merchantIdstring
paymentProviderIdstring
customerIdstring

Errors