I can’t figure out how to charge a user one time fee using Stripe Plugin. I’ve built subscriptions before but never done 1-time payment with new Version3… Can you guys help?
Charge the Current User…
It doesn’t open up the Stripe window like it does when you do subscriptions…
Charge the current user worked for Version2 I guess?
If your plugin settings are set to Version 3 then running the ‘Charge The Current User’ action will open Stripe Checkout Version 3, which is hosted on Stripe…
Are you saying that’s not happening for you?
Yep, that’s exactly what I’m saying. Could it be because the user is not logged in?! Cause I don’t require that since it’s more like a donation thing…
Ok, I got it fixed. In fact you may know the answer, this is happening to me second time already:
Prior step to Charge the Current User was a not-related to payments Step of triggering Backend Workflow. I’ve moved the BW action as a last step in the workflow and it got fixed.
Have you ever experienced the same thing? I think I should file a bug report.