Hi everybody, I am trying to implement the plugin stripe.js (last version) from @copilot and even following (step-by-step) the instructions given in the course (Platform Payments 2) I was not able to set up the stripe billing in my app.
There’s just a minor error as per stripe dashboard: “This customer has no attached payment source or default payment method”.
Be sure to attach a PaymentMethod to a Customer using the PaymentMethod - Attach action first - this is a necessary part of the Stripe onboarding process.
It seems you have two “Stripeelement A PaymentMethods was created” workflows.
Make sure to keep only one, as they could create a conflict with each other
You should also have the “Create a subscription” action which I don’t see in your screenshot
It looks like the action PaymentMethod - Attach is not working. You mention adding this action first but where do you mean? I’ve added this action right on the “PaymentMethod was created” workflow. Where this action should be placed?