Initiate a transfer
POST https://{{env_url}}/transfer/create
Use the /transfer/create
endpoint to initiate a new transfer.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "access_token"=>"{{access_token}}", "account_id"=>"{{account_id}}", "authorization_id"=>"{{authorization_id}}", "description"=>"test"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"transfer":{"id":"460cbe92-2dcc-8eae-5ad6-b37d0ec90fd9","ach_class":"ppd","account_id":"6qL6lWoQkAfNE3mB8Kk5tAnvpX81qefrvvl7B","type":"credit","user":{"legal_name":"Foo Bar","phone_number":"123-456-7890","email_address":"user@plaid.com","address":{"street":"100 Market Street","city":"San Francisco","region":"California","postal_code":"94103","country":"US"}},"amount":"12.34","description":"A description of the transfer","created":"2020-08-06T17:27:15Z","status":"pending","network":"ach","cancellable":true,"failure_reason":null,"metadata":{"key1":"value1","key2":"value2"},"origination_account_id":"0123-4567-8901-2345-67890123"},"request_id":"saKrIBuEB9qJZno"}