List transfers
POST https://{{env_url}}/transfer/list
Use the /transfer/list
endpoint to see a list of all your transfers and their statuses. Results are paginated; use the count
and offset
query parameters to retrieve the desired transfers.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "start_date"=>"2017-01-01", "end_date"=>"2019-05-10", "count"=>25, "offset"=>0}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"transfers":[{"account_id":"6qL6lWoQkAfNE3mB8Kk5tAnvpX81qefrvvl7B","ach_class":"ppd","amount":"12.34","cancellable":true,"created":"2019-12-06T17:27:15Z","description":"Testing2","failure_reason":{"ach_return_code":"R13","description":"Invalid ACH routing number"},"id":"460cbe92-2dcc-8eae-5ad6-b37d0ec90fd9","metadata":{"key1":"value1","key2":"value2"},"network":"ach","origination_account_id":"8945fedc-e703-463d-86b1-dc0607b55460","status":"pending","type":"credit","user":{"email_address":"plaid@plaid.com","legal_name":"John Smith","phone_number":null,"address":null}}],"request_id":"saKrIBuEB9qJZno"}