bank info retrieve
GET {{baseUrl}}/bank-info/:id
Returns a BankInfo
object with the given id
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string | Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. | |
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. | |
remote_fields | string | Which fields should be returned in non-normalized form. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"id":"fd1e0fb5-8f92-4ec9-9f32-179cf732867d","remote_id":"123234","employee":"a3617eb4-dfe3-426f-921e-a65fc1661e10","account_number":"439291590","routing_number":"089690059","bank_name":"Chase","account_type":"SAVINGS","remote_created_at":"2021-12-06T10:11:26Z","remote_data":[{"path":"ex non cillum v","data":{"adipisicing_9":{}}},{"path":"proident deserunt eiusmod aliquip","data":{"tempor309":{}}}],"remote_was_deleted":false}