StripeToken

open class StripeToken: PaymentMethod

Payment using a Stripe Token

  • The payment data to be sent to the API

    Declaration

    Swift

    public var paymentData: [String: Any]
  • Initialise the payment method with a stripe token

    Declaration

    Swift

    public init(withStripeToken token: String)