#R.T.-Checkout-Success-Url
1 messages · Page 1 of 1 (latest)
Hi there! The success_url is a top level property of the session object (https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-success_url) so you shouldn't need to look at payment_intent_data here.
Ah, well the reason I'm using the payment_intent_data to pull up that session is because the success_url is not shown as an available piece of data when using the "New Charge" trigger in zapier.
Do you have an example event that you are looking at? If you are triggering a charge yourself, then you are likely not using a Checkout Session (as that would be customer initiated).
I do, I set up a test transaction (live) on my website and am using that within Zapier as my trigger
The transaction works perfectly, delivering me to my success_url, however I'd like to be able to email that url to the customer and Zapier is the only way I could think to do that
Dunno how I did it, but I solved it! haha
Ah I'm so sorry, I missed your response!