PaymentTokens
public enum PaymentTokens
Undocumented
-
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
See moreapplePay
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.Declaration
Swift
public enum AuthorizeApplePayPaymentToken
-
Authorize a payment using the payment method
When successful, returns a paymentToken value.
See moreDeclaration
Swift
public enum AuthorizePaymentToken
-
Delete the paymentToken record.
See moreDeclaration
Swift
public enum DeletePaymentToken
-
Get a payment token
See moreDeclaration
Swift
public enum GetPaymentToken
-
Get all valid payment tokens for user
Get all valid payment tokens for user. Valid means that a token was successfully created and is not expired. It might be unusable, for example if it is used in a transaction already.
See moreDeclaration
Swift
public enum GetPaymentTokens
-
Requests an Apple Pay session. Requests a new Apple Pay session including merchant validation.
The client needs to acquire the validation url beforehand. This endpoint is pre-requisite for calling
See more/payment-method-kinds/applepay/authorize
.Declaration
Swift
public enum RequestApplePaySession