The report object

The transfer report object is used to track the progress of a transfer report.
{
  "object": "transferReport",
  "id": "jyd3gwthdvbdpajvkdcc4gr1",
  "amount": 1270.59,
  "currency": "USD",
  "transferStatus": "paid",
  "status": "completed",
  "created": "2018-11-05T19:08:40.000Z",
  "lastUpdated": "2018-11-05T19:08:40.000Z"
}
id string
The unique id of the transfer report
object string, value will be "transferReport"
amount string
The amount of the transfer being reported on.
currency string
The currency of the transfer being reported on.
transferStatus string
The status of the transfer being reported on.
status string, possible values: created, completed, reversed

created
The transfer report has been created and is currently processing.

completed
The transfer report has been completed and is ready to be retrieved.

reversed
The transfer report has been reversed due to the related transfer having after the report was created.
created datestring
The date the transfer report was created.
lastUpdate datestring
The date the transfer report was last updated.