Get a transfer
POST https://{{env_url}}/transfer/get
The /transfer/get
fetches information about the transfer corresponding to the given transfer_id
.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "transfer_id"=>"ENTER_TRANSFER_ID_HERE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"transfer":{"account_id":"6qL6lWoQkAfNE3mB8Kk5tAnvpX81qefrvvl7B","ach_class":"ppd","amount":"12.34","cancellable":true,"created":"2020-08-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":"11111111-1111-1111-1111-111111111111","status":"pending","type":"credit","user":{"email_address":"plaid@plaid.com","legal_name":"John Smith","phone_number":null,"address":null}},"request_id":"saKrIBuEB9qJZno"}