Sep08PostTransactionRejected

public struct Sep08PostTransactionRejected : Decodable, Sendable

Response when a transaction is rejected by the approval server.

The transaction does not meet the issuer’s compliance requirements and cannot be approved.

  • Human-readable explanation of why the transaction was rejected.

    Declaration

    Swift

    public var error: String
  • Initializer - creates a new instance by decoding from the given decoder.

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    decoder

    The decoder containing the data