#kado-kaelan - Endpoint not found

1 messages · Page 1 of 1 (latest)

sand fox
#

Can you tell me a bit more about what you are doing when you see that error? Is it from a Stripe call?

vague shard
#

i also used the stripe cli to forward request to my local url

#

i am testing out stripe checkout locally

#

when payment completes it send a few request to my webhook

#

found out the problem.

#

had to add this code

sand fox
#

Great to hear!

vague shard
#

I do have a follow up questions about stripe checkout

#

i couldnt find in the docs how to implement free trial with checkout subscriptions

sand fox
#

Or in the trial_period_days param under it

vague shard
#

okay got it

#

and would i have to take care of any of the set up intent logic or does stripe checkout take care of it

sand fox
#

What do you want to do with setup intents here?

#

I am not sure if payment links can save payment info

vague shard
#

originally i had a custom subscription integration with free trial and i had to save their set up intent to pay pater

#

im not doing payment link im using the stipe hosted checkout

sand fox
#

Oh sorry, I had you confused with another thread. Yes, the Checkout Session will take their payment information.

vague shard
#

got it thanks!