#HappyHuman
1 messages · Page 1 of 1 (latest)
Yeah if you're using a no-code solution like payment elements then there isn't a way to pass in a user ID - you'd still get the feedback though (through a webhook event)
If you need to pass in the user ID to checkout then your better option may be Checkout (https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout) which looks very similar to payment links, but requires you to create the checkout session
Thank you karbi! Good to know that the no-code is probably not a option for my requirement. I'm going to look into Checkout in more detail.
👍