-
How to allow for Stripe Coupon code in checkout
I was wondering how to allow for coupon codes in the stripe checkout when it is initialized from Xano? If I go to the stripe dashboard and create a payment link for a product in Stripe you can choose "coupon codes" and it will appear in the Stripe checkout, but when sending to the stripe checkout url from Xano it doesn't…
-
Stripe mode type is not changing
Hello, I have been changing the stripe mode from payment to subscription, but each time I update it, it does not change. It reverts back to subscription. Does anyone know why?
-
How to switch stripe checkout [Post] Sessions to Subscription Mode?
Hello all! Trying to setup the Stripe Checkout and i'm hitting a wall on what to do, since what I did seems to make sense to me but obviously that's not the case. I also tried adding more to the [line_items] object but was told through the response that the values I inputted was not supported for Checkout and was used for…
-
🚨 How to make Stripe billing and auto tax work on Xano api stripe checkout session. Not working!
I'm trying to following the stripe docs for adding billing_address_collection & automatic_tax but for some reason it always returns these as false and null and not sure what I'm doing wrong! I've copied this: into Xano like this: But doesn't return this in the response:
-
How to approach Stripe Connect custom payment flow implementation?
Hello! I need some help putting together an approach to accomplish end goal: to use Stripe Connect as a platform to allow my users to setup their own payment forms using Stripe Elements (). I've successfully setup Stripe Connect using API endpoints I created in Xano. When a user registers on my front-end (WeWeb), it…
-
Xano Expert needed for API creation
I'm a UX Designer building a SAAS using Xano + Weweb. I'm spending too much time trying to learn how to build (what for me) are complex APIs in Xano. My time is better spent building my Weweb front end. I'm confident that a developer who knows Xano well will be able to create these easily. So if you're a skilled Xano…
-
Does my Stripe create tokens cURL command import look normal?
Guys, I've imported this into Xano: curl https://api.stripe.com/v1/tokens \ -u sk_test_51MKlHvJaJ66qam0ro2Aoud3nRpdL91gbsUg0Wp9NM3D0Fniqy2yx66oy5YkaNjkX3HotTBPDcQglAiffKypWj2SV00MOzxycdY: \ -d "card[number]"=4242424242424242 \ -d "card[exp_month]"=5 \ -d "card[exp_year]"=2024 \ -d "card[cvc]"=314 and I see this "Basic"…
-
Can Xano handle the backend tasks for Stripe Elements?
I have looked at the Stripe documentation -> https://stripe.com/docs/payments/quickstart?lang=python. And I wonder if anyone managed to build a custom Stripe Elements checkout in say a front-end platform like Webflow using Xano as their back-end.
-
Checkout session metadata in Xano inputs absent from Stripe response
Hi, Xano does get the metadata object of checkout session from my fronted: Yet in Stripe logs the POST /v1/checkout/session does not return the metadata. Seems like Xano does not send that object, since I don't see it in the request body returned by the Stripe log: { "success_url": "https://bonte.com/532933/Page17",…
-
Stripe Secure Webhook
Secure your data sent from Stripe to Xano via webhook, following Stripe's recommended approach for manual verification described here: If you are new to connecting Stripe to Xano, start with the Stripe Checkout template. Then, follow the instructions below to install this snippet. Here's how to get started: Snippet: Video…
-
ERROR on XANO's side when creating a Stripe Session: "Please use a numerically indexed array"
I'm building an ecommerce platform for a client using Xano (for the very first time) and Stripe. I'm using the Stripe's official plugin available in the Xano's marketplace. I'm setting up the checkout request at this moment and I'm so close to a working solution. But I'm running in a wall here: when running the create…