Create a recipient bank

POST {{baseUrl}}/v1beta/accounts/:account_id/funding_wallet/recipient_bank

Creates a new recipient bank. Returns the new recipient bank entity on success. entity.

Request Body

[{"name"=>"bank_account_holder_name", "value"=>"dolor voluptate sit Lorem", "datatype"=>"string"}, {"name"=>"bank_country", "value"=>"anim non laborum occaecat", "datatype"=>"string"}, {"name"=>"currency", "value"=>"sint", "datatype"=>"string"}, {"name"=>"bank_name", "value"=>"ad dolore Excepteur", "datatype"=>"string"}, {"name"=>"street_address", "value"=>"Lorem labore in dolore", "datatype"=>"string"}, {"name"=>"account_number", "value"=>"in d", "datatype"=>"string"}, {"name"=>"routing_code_type", "value"=>"cnaps", "datatype"=>"string"}, {"name"=>"routing_code", "value"=>"dolor exe", "datatype"=>"string"}, {"name"=>"bic_swift", "value"=>"", "datatype"=>"null"}, {"name"=>"iban", "value"=>"enim dolor velit et", "datatype"=>"string"}, {"name"=>"account_type", "value"=>"checking", "datatype"=>"string"}, {"name"=>"city", "value"=>"consequat aute", "datatype"=>"string"}, {"name"=>"postal_code", "value"=>"dolor Lorem", "datatype"=>"string"}, {"name"=>"state_or_province", "value"=>"est minim", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"id":"e16fa33f-d93a-2f4b-c193-e4053647a1f3","first_name":"john","last_name":"doe","company_name":"abcBank","payment_types":["local_rails","local_rails"],"street_address":"100 1st Street","country":"US","city":"New York","postal_code":"10010","state_or_province":"New York","currency":"USD","account_number":"123456789","routing_code_type":"ABA","routing_code":"123456","bic_swift":"AAAABB11222","iban":"","created_at":"2020-09-27T10:39:53.499Z","updated_at":"2020-09-27T10:39:53.499Z"}