I’m using the stripe.js plug in and following the CoPilot video sequence for creating subscriptions. I’m getting an error at the “create a subscription” step. I’ve successfully attached the payment method to the customer, and now the step is to create the subscription. Per the video, if I leave “card or payment method” blank in that workflow, as long as you’ve attached the payment already then Stripe should know what to do.
However, I’m getting an error: This customer has no attached payment source or default payment method
Now if I manually enter the payment method into the screen below, no such errors
It’s possible your Customer’s default PaymentMethod isn’t being set. To force this, you can use the Customer - Update action to set a default PaymentMethod for a Customer to be charged for invoices and subscriptions.