#supriya
1 messages · Page 1 of 1 (latest)
In stripe dashboard
Is this an issue for you?
It's merely a suggestion to use the automatic_payment_methods for your payments so you can control it from your Dashboard.
Okay
Actually i am unable to submit the checkout form beacuse i got the error
Project code .net mvc and ,jquery and javascript
What's the error?
const response = await fetch('/protected/paymentcheckout/create', {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ items }),
});
is it correct fetch url
here some time response came undefined
I this is not related to Stripe.
ya its not related to stripe ya calling to my controller I am asking to check format error
Sorry, I am not following. What's the error you're seeing?
pompey can you please check my questions
Yep, caught up. I agree with Vanya, your server may make a call to Stripe when you reach out to that endpoint but that doesn't necessarily mean it is a Stripe error, so we'll need to look further in to it.
To know more we'll need to see the exact error that you are getting
OKAY