createApplePaymentMethod

abstract suspend fun createApplePaymentMethod(info: ApplePayInfo): TransactionResult<CreditCardResult>

Creates an Apple Pay payment method using the provided Apple Pay information.

Return

A TransactionResult containing the result of the Apple Pay payment method creation.

Parameters

info

The Apple Pay information used to create the payment method.