Verify a bank account

POST {{baseUrl}}/bank_accounts/:bank_id/verify

Verify a bank account in order to create a check.

Request Body

[{"name"=>"amounts", "value"=>"[22,63]", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA string of no longer than 256 characters that uniquely identifies this resource. For more help integrating idempotency keys, refer to our implementation guide.
Content-Typestring

RESPONSES

status: OK

{"id":"bank_8cad8df5354d33f","description":"Test Bank Account","metadata":{},"routing_number":"322271627","account_number":"123456789","account_type":"company","signatory":"John Doe","bank_name":"J.P. MORGAN CHASE BANK, N.A.","verified":false,"date_created":"2015-11-06T19:24:24.440Z","date_modified":"2015-11-06T19:24:24.440Z","object":"bank_account"}