#sejo
1 messages · Page 1 of 1 (latest)
Hello 👋
What are you stuck on?
I don't know how to implement what you create in stripe ... how to call it in react and then in node.js for the creation of the purchase
Are you building a low-code OR a custom integration? We have pretty good docs on it here
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
Ah for that you need to set an email on the customer object
is this code ok then? and it does not appear in "CLIENTE" because it is in test mode??
Oh you're asking about one-time payments, hmm hold on..
Yes, I already have it like this... because I don't know how to integrate it with subscriptions, I know there's the tutorial you gave me but it's weird
I know I have to change a few things but I don't know what they are for the subscription
Can you check if you're passing the email correctly when you create the customer?
Also check if you're passing the customer correctly when you create the PaymentIntent?
I just ran a quick test and seems like your code should work
the email is sent correctly
can you share the PaymentIntent ID?
This is
can you share it as text please?
pi_3MbmJ9LfZSsw8jye14CY65He
if you look at the request body
https://dashboard.stripe.com/test/logs/req_VBMWJFkCIMmgO9
you're not sending the customer ID when you create the PaymentIntent
You need to set the ID on the customer parameter when you create the PaymentIntent
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.