Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Rejection (Increase v1.0.0)

Copy Markdown View Source

If the transfer is rejected by Real-Time Payments 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 when the reject_reason_code is NARRATIVE.
  • reject_reason_code - The reason the transfer was rejected as provided by the recipient bank or the Real-Time Payments network.
  • rejected_at - The ISO 8601 date and time at which the transfer was rejected.

Summary

Types

t()

@type t() :: %Increase.RealTimePaymentsTransfers.RealTimePaymentsTransfer.Rejection{
  reject_reason_additional_information: String.t() | nil,
  reject_reason_code: String.t(),
  rejected_at: DateTime.t() | nil
}