Create a Bank Relationship for an Account

POST {{baseUrl}}/v1/accounts/:account_id/recipient_banks

If successful, retrieves Bank Relationships for an account

Request Body

{"name"=>"Ut dolor reprehenderit elit dolore", "bank_code"=>"do sint elit anim", "bank_code_type"=>"BIC", "account_number"=>"cillum nulla velit exercitation minim", "country"=>"minim", "state_province"=>"Lorem nulla", "postal_code"=>"nisi mollit", "city"=>"id Excepteur", "street_address"=>"aliquip cillum qui"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"id":"61e69015-8549-4bfd-b9c3-01e75843f47d","created_at":"2021-03-16T18:38:01.942282Z","updated_at":"2021-03-16T18:38:01.942282Z","name":"ExampleBank","bank_code":"123456789","bank_code_type":"ABA","account_number":"123456789"}