#aleclewis
1 messages · Page 1 of 1 (latest)
Is the calculatedPrice somethign that you have before you call your /payment-sheet endpoint, or after?
Before!
Gotcha - so then you'd change your client-side code that making your request to the /payment-sheet endpoint to also pass along that amount you have
I figured as such.
Do you see any issues?
I've checked the API on postman and it doesn't seem like it's a valid url.
Which part doesn't seem to be a valid URL?
Have you logged amountInCents in your server-side code to confirm it's correct?
I have logged it still nothing shows up.