Increase.CardPushTransfers.CardPushTransfer.Decline (Increase v1.0.0)

Copy Markdown View Source

If the transfer is rejected by the card network or the destination financial institution, this will contain supplemental details.

Fields

  • declined_at - The ISO 8601 date and time at which the transfer declined.
  • network_transaction_identifier - A unique identifier for the transaction on the card network.
  • reason - The reason why the transfer was declined.

Summary

Types

t()

@type t() :: %Increase.CardPushTransfers.CardPushTransfer.Decline{
  declined_at: DateTime.t(),
  network_transaction_identifier: String.t() | nil,
  reason: String.t()
}