#tyson
1 messages · Page 1 of 1 (latest)
hi! I'm a bit lost. What guide are you using?
Stripe checkout
In my app i have created the calls to create product, price and customer standard account as well a stripe connect account and now i am trying to send all that to the checkout page. and its sending but not loading and says the checkout page is malformaed
what guide are you using (do you have a link to it?) and what code have you written exactly?
Hi! I'm taking over this thread.
Can you share your code that is throwing that error?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you copy paste here the code you wrote that is throwing that error?
I am using api calls from my app
this the call
I then send the user to the checkout URL which is showing this error
What tool are you using the make the API call? Also can you share the Checkout Session ID and the URL you are redirected to?
I am using adalo, a no-code platform uI builder, but its interface is much life postman
THis is the responce]
When I click on that URL it does work for me.
So how exactly are you redirecting users to that URL?
the link sends me to here
could it be a issue in the platform i ma using?
i know it is possible for this to work
I know nothing about the paltform you are using, but the Checkout Session link you shared is correct. so you just need to make sure to redirect users to that link correctly and it should work.
Ok cool! ill give it a go
Hi do its weird i think its on the stripes end as the linked snatched from the session in my data base works, but the external link I am sent to is slightly different, so could it be being changed through stripe or does the linked run out of time? is it some kind of sercurtiy feature?
Here we know nothing about this types of no-code app, so not sure how we can help.
But it looks like there's a issue when you redirect users to that URL.
Yeah thanks i am gonna keep sloging on with it