get https://sandbox.pingpayments.com/payments/api/v1/deposit_references/
Get the full representation of a DepositReference.
This endpoint is intended for listing any DepositReference Transfers not connected to a payments and that may need further handling.
The recommended way to handle this is to create a new deposit payment with the same reference as on the DepositReference,
then connect that newly created payment to the unhandled transfer using POST /deposit_references/:deposit_reference_id/transfers/:transfer_id/connect
Callback