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] { get }
  • Initialise the payment method with a stripe token

    Declaration

    Swift

    public init(withStripeToken token: String, withOptions options: [String: String]? = nil)