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

Copy Markdown View Source

If the transfer is accepted by the recipient bank, this will contain supplemental details.

Fields

  • accepted_at - The ISO 8601 date and time at which the transfer was accepted by the issuing bank.
  • authorization_identification_response - The authorization identification response from the issuing bank.
  • card_verification_value2_result - The result of the Card Verification Value 2 match.
  • network_transaction_identifier - A unique identifier for the transaction on the card network.
  • settlement_amount - The transfer amount in USD cents.

Summary

Types

t()

@type t() :: %Increase.CardPushTransfers.CardPushTransfer.Acceptance{
  accepted_at: DateTime.t(),
  authorization_identification_response: String.t(),
  card_verification_value2_result: String.t() | nil,
  network_transaction_identifier: String.t() | nil,
  settlement_amount: integer()
}