Hi there - I just wrote my first plugin! Very exciting. This is probably a simple questions, but I’m finding that when I try to launch the action from my plugin in my app, that the option to include dynamic data in the fields is missing.
Is there some obvious thing I’ve missed that will enable this?
Thanks!
Just for more info on the issue, see below. I created a plugin that redirects customers to Stripe Checkout using a Connected Account ID.
When I hover in any of the fields, the option to ‘insert dynamic data’ is not available, which I need very badly!
I assume this was somehow a fault of mine in setting up the plugin, but I can’t figure out where I could change this configuration.
Anybody know?
Where you use “Static text”, choose “dynamic field”.
Got it
feeling stupid !! But thanks for the help!
1 Like
Hi,
I’m having trouble what to fill into the blanks…
Can you please give a procedure or info about this?
Would be nice!
Hi @lakeman, before you can redirect to checkout, you need to have created a checkout session. The Stripe documentation is fantastic (https://stripe.com/docs/api/checkout/sessions).
Once you have a checkout session, you can pass the ID of the session into the ‘redirect to checkout’ plugin.
Let me know if this helps!
1 Like