Hey, sorry for my late response and thank you for the information!
If I understand this correctly, I would have to:
- Create a Stipe Checkout Session
- Create a WooCommerce order
- Set the Meta-Data on the WooCommerce to include the Stripe Checkout Session ID
- Redirect the user to the checkout
Then Stripe and the Plugin would take care of the rest.
Correct?
If so, what key would I have to set on the WooCommerce order? is it like
{
stripe_order_id: [stripe_checkout_session_id]
}
Or something else?
Thanks a lot!