#MarcelWolf-subscriptions-payment-element
1 messages · Page 1 of 1 (latest)
Hey! I don't believe there's an example with React and Payment Element no
This example uses CardElement: https://github.com/stripe-samples/subscription-use-cases/tree/master/fixed-price-subscriptions
But it's pretty much interchangeable with PaymentElement
actually it is not. i need the client secret from the created subscription in the wrapping <Elements > tag, which is on the same page where i create the subscripton. so i need it before i have the secret yet
Yeah, there's some minor differences but nothing that would massively change your integration