Transfers
A transfer represents money being transferred from asource
to a destination
. Transfers can be created over the ACH network or over Wire. A Debit represents funds being debited from an funding source. A Credit represents funds being credited to an external party’s funding source.
Transfer Statuses
Once a transfer is successfully created, it can go through various status changes as it moves from Dwolla to your bank for processing. Reference the list below that includes every possible status and a brief description:Status | Description |
---|---|
created | The initial status of a transfer. |
pending | A transfer will move from created to pending as it processes in Dwolla system and continues processing on submission to your bank. |
processed | A transfer was submitted by your bank through the payment network for processing and successfully completed. |
failed | A transfer failed to be submitted to your bank for processing. |
returned | A transfer was submitted to your bank for processing and later updated to returned upon receiving an ACH return code. |
Transfer resource
Parameter | Description |
---|---|
id | Transfer unique identifier. |
status | Either processed , pending , cancelled , or failed . |
amount | An amount JSON object. See below. |
created | ISO-8601 timestamp. |
metadata | A metadata JSON object |