What I'm looking to do is create a Customer and set the Customer's default source to the token, which will then allow me to create a subscription on the Customer object. The documentation shows how to complete a payment using a stripe token, but what I want to do is use my Paypal Store's native checkout form to create a stripe token instead of actually checking out. From there, I'll create the Customer object and the token from the credit card information to create the subscription through stripe.
... View more