#Phillosophizing - React Native Links
1 messages · Page 1 of 1 (latest)
Hello! Not sure what you mean by "Stripe Links", can you link to what you're talking about so I'm sure I'm on the same page?
https://support.stripe.com/questions/choosing-between-payment-links-invoicing-checkout-and-payment-element
The left hand option on this graph, understandably meant for a no code solution, but I would be creating the webhook to receive a successful transaction
Gotcha. Payment Links aren't designed for the use case you're describing. There's no way to attach the metadata you're talking about to them.
You likely want to use Checkout instead: https://stripe.com/docs/payments/checkout
Ok thanks, that answers my question. I'm familiar with checkout, in how you can attach metadata or create the customer with additional metadata, was just hoping this might be a bit faster. Thanks for your time and help!