PaymentRequestReceivingAPI

public protocol PaymentRequestReceivingAPI

A protocol that provides a method to obtain a specific payment request receiver.

Implementing types must define the exact Receiver they provide, which in turn defines the required Payload.

  • The concrete type of the receiver this API provides.

    Declaration

    Swift

    associatedtype Receiver : PaymentRequestReceiver
  • Retrieves the payment request receiver instance.

    Declaration

    Swift

    func obtainPaymentRequestReceiver() -> Receiver?

    Return Value

    An optional receiver configured for a specific payment flow.