creating a subscription using the web sdk.

The Web Payments SDK is the client side form for tokenizing card information. It’s not actually used to create the subscription. You’ll use the form to tokenize the card to save a card on file. Then your server side functions can create the subscription with the Subscriptions API. :slightly_smiling_face: