- This topic has 9 replies, 3 voices, and was last updated 4 years, 9 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.
Stripe payment plugins for your WordPress site
· ·
Home › Forums › Stripe Payments Plugin › Stripe webhook
Tagged: webhook
I bought the sub add on and have setup tests. What webhook event do I select? I selected all but got a warning message. (monthly subscription) pocketspots.com
Hi.
All events should be fine.
We have plans to narrow down the list of required events for webhooks, but since API is updated quite often lately, it is safer to receive all events and process those that are required instead of making new manuals for users how to add required events.
Also (not related to webhooks), I’d suggest you to disable Stripe legacy API on your website. WP Dashboard -> Stripe Payments -> Settings, Advanced Settings tab, untick “Enable Legacy Checkout API” and click “Save Changes”.
AWESOME! Thank you! And to go live, I just copy all api keys and webhooks from live to test fields?
Yes. You can enter live and test API keys all in the plugin right now. Then later when you want to go live, just configure the webhooks and create new subscription plans in live mode. It is very important to create new subscription plans in live mode (after you have enabled live mode). Stripe doesn’t let you use test mode subscription plans for live transactions.
Thanks! What is the process, do I create new subscription plans in live mode on the stripe site, then connect api’s webhooks etc. OR do i setup everything in the plug in?
do i setup everything in the plug in?
This 🙂 When creating new subscription plan, just make sure “Live” is selected in “Mode” box on the right side column.
Looks right, I think, can you looK: pocketspots.com
You should also tick “Live Mode” on Stripe Payments -> Settings page, then save changes.
ok, I did it!
Yep, that looks proper.