If the transfer is rejected by FedNow or the destination financial institution, this will contain supplemental details.
Fields
reject_reason_additional_information- Additional information about the rejection provided by the recipient bank.reject_reason_code- The reason the transfer was rejected as provided by the recipient bank or the FedNow network.rejected_at- The ISO 8601 date and time at which the transfer was rejected.
Summary
Types
@type t() :: %Increase.FednowTransfers.FednowTransfer.Rejection{ reject_reason_additional_information: String.t() | nil, reject_reason_code: String.t(), rejected_at: DateTime.t() | nil }