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 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.

    See more

    Declaration

    Swift

    public enum AuthorizeApplePayPaymentToken
  • Authorize a payment using the payment method

    When successful, returns a paymentToken value.

    See more

    Declaration

    Swift

    public enum AuthorizePaymentToken
  • Delete the paymentToken record.

    See more

    Declaration

    Swift

    public enum DeletePaymentToken
  • Get a payment token

    See more

    Declaration

    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 more

    Declaration

    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 /payment-method-kinds/applepay/authorize.

    See more

    Declaration

    Swift

    public enum RequestApplePaySession