OpenPayPaymentTransactionResponse

public protocol OpenPayPaymentTransactionResponse

The JSON success response structure of the Payments endpoint.

  • Container reference in the transaction logs.

    This number uniquely identifies the whole/grouped transaction in the container.

    Declaration

    Swift

    var transactionReceipt: String { get }
  • List of OpenPay payment responses

    Declaration

    Swift

    var paymentResponses: [OpenPayPaymentResponse] { get }