#Logan-Checkout
1 messages · Page 1 of 1 (latest)
Unfortunately, Checkout always require to have a success url. I think you would want to have a static site hosted somewhere
Like Github Page
(just an example)
Hmm, I know payment link though just confirms directly on stripe. I’m just trying to figure out a way to link a specific session to a specific user (which is easy with creating a session, but doesn’t seem like it can be done with payment links)
Yeah Checkout is more suitable if you want to link information.
But even if you use PaymentLink, shouldn't you see the Payment on your Dashboard when it's completed?
If you have Webhook setup, you can subscribe to events from Stripe about a successful Payment
Yeah it should be on my dashboard
Yeah that’s true, I just need a way to know who initiated the event since discord ID isn’t linked to stripe normally
The other option is if I get them to link their stripe ID manually after but that’s not as user friendly as just clicking a button from discord
Yeah with Checkout you can prefill Discord Id in, for example metadata or description
I imagine that’s not really possible with payment links without creating a session manually then?
yeah