#sejo
1 messages · Page 1 of 1 (latest)
What are you currently using to capture payment? Stripe Checkout? Payment Element? Card Element? Etc?
stripe checkout session in node.js
this is
If this goes well, it takes me to a stripe payment link. Once the payment is finished, I want to capture that information for my database
You'll want to listen for webhooks then. Specifically the payment_intent.succeeded webhook Event
Is the code that says there from node.js enough to capture the information? I mean, I just have to copy and paste it into my node.js server?
You may need to update a thing here or there, but it should mostly "just work" for the events it uses in the example