#Venkat-salesforce-checkout
1 messages · Page 1 of 1 (latest)
Thanks for waiting! I believe you're using Stripe Connector for salesforce, yes?
We can't provide support for connectors over on discord unfortunately. You'd likely want to talk to our support team about this
Nope
Im trying with a Rest call
Ah, ok.
Can you confirm if the HTTP request type is POST and the URL is https://api.stripe.com/v1/checkout/sessions ?
the address is incorrect
you're making a call to /v1/create-checkout-session but the right address it /v1/checkout/sessions
Thaanks