AuthorizeApplePayPaymentToken
public enum AuthorizeApplePayPaymentToken
Authorize a payment using Apple Pay by providing a Apple Pay token.
When successful, returns a paymentToken value. Requires the caller to interact with Apple Pay
to create the applePay
section.
Clients need to call /payment-method-kinds/applepay/session
beforehand to obtain a Apple Pay
PaymentSession that can be used to obtain the applePay payload.
-
Undocumented
Declaration
Swift
public static var service: PayAPIService<PayAPI.PaymentTokens.AuthorizeApplePayPaymentToken.Response>
-
Undocumented
See moreDeclaration
Swift
public final class Request : PayAPIRequest<Response>
-
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible