Realtime Transfer
Realtime return request object
The Realtime Return Request represents a request to return funds from a previously completed Realtime transfer.
Object Parameters
accepted_at
date-timeThe timestamp at which the Return Request was accepted
id
stringThe unique id of the Return Request object
is_incoming
booleanIndicates whether the Return Request is incoming (true) or outgoing (false)
original_transfer_id
stringID of the original Realtime transfer for which the return of funds is being requested
pending_at
date-timeThe timestamp at which the Return Request was created and status was set to pending
reason_code
stringCode representing a reason for the Return Request. Reason code types include: AC03, AM09, CUST, DUPL, FRAD, TECH, and UPAY
reason_code_description
stringDescription for the reason_code. Reason code descriptions include: AC03 - Account number is invalid or has been closed, AM09 - Amount is not the amount agreed or expected, CUST - Cancellation requested by the Debtor, DUPL - Payment is a duplicate of another payment, FRAD - Cancellation requested following a transaction that was originated fraudulently, TECH - Cancellation requested following technical problems resulting in an erroneous transaction, UPAY - Payment is not justified (missing critical information)
rejected_at
date-timeThe timestamp at which the Return Request was rejected
return_transfer_id
stringID of the Realtime transfer created when the Return Request is accepted, representing the return of funds
status
stringThe current status of the Return Request. Possible statuses are pending, accepted, and rejected