GET/inbound_real_time_payments_transfers/{inbound_real_time_payments_transfer_id}

Retrieve an inbound Real-Time Payments transfer

Retrieves an inbound Real-Time Payments transfer sent to one of your accounts. Supply inbound_real_time_payments_transfer_id to review the transfer amount, sender details, lifecycle status, and destination account.

1 parameter
inbound_real_time_payments_transfer_idstringrequired
The identifier of the inbound Real-Time Payments transfer to retrieve.

3 status codes
200Returns the inbound Real-Time Payments transfer object, including its amount, currency, sender and recipient details, status, and destination account identifiers.
account_idstringrequired
The Account to which the transfer was sent.
account_number_idstringrequired
The identifier of the Account Number to which this transfer was sent.
amountintegerrequired
The amount in USD cents.
confirmationobjectrequired
If your transfer is confirmed, this will contain details of the confirmation.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was created.
creditor_namestringrequired
The name the sender of the transfer specified as the recipient of the transfer.
currencystringrequired
The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the transfer's currency. This will always be "USD" for a Real-Time Payments transfer.
Allowed:USD
debtor_account_numberstringrequired
The account number of the account that sent the transfer.
debtor_namestringrequired
The name provided by the sender of the transfer.
debtor_routing_numberstringrequired
The routing number of the account that sent the transfer.
declineobjectrequired
If your transfer is declined, this will contain details of the decline.
idstringrequired
The inbound Real-Time Payments transfer's identifier.
statusstringrequired
The lifecycle status of the transfer.
Allowed:pending_confirmingtimed_outconfirmeddeclined
transaction_identificationstringrequired
The Real-Time Payments network identification of the transfer.
typestringrequired
A constant representing the object's type. For this resource it will always be `inbound_real_time_payments_transfer`.
Allowed:inbound_real_time_payments_transfer
unstructured_remittance_informationstringrequired
Additional information included with the transfer.
4XXReturned when the request encounters a client error.
5XXReturned when the server encounters an error.

Error handling

The inbound_real_time_payments_transfer_id path parameter identifies the inbound Real-Time Payments transfer to retrieve.