Retrieve a transfer
Retrieves a specific transfer by its ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the transfer to retrieve.
Response
Successful operation
The unique identifier assigned by Push, prefixed with "transfer_".
Net amount of the transfer in the smallest currency unit (for USD, integer cents).
Equal to the net of its constituent transactions. Use direction to determine
whether the funds moved to or from your operational account.
x >= 0Currency associated with the amount
USD The direction of the net movement of funds between Push and your operational account.
disbursement: a net payout to your operational account (occurs when cash_in exceeds cash_out)collection: a net withdrawal from your operational account (occurs when cash_out exceeds cash_in)
disbursement, collection When the transfer was created (ISO 8601 timestamp).
The settlement date of the transfer.
The exact set of transactions settled by this transfer. Their amounts net to the
transfer amount — each settled transaction belongs to exactly one transfer.