#Shoes
1 messages · Page 1 of 1 (latest)
Hello 👋
What information are you setting while creating the customer and are trying to access from the Webhook object?
First I have a server route that creates a payment intent and returns the secret to the client. Once the user presses 'pay', I use 'stripe.confimPayment' passing in the elements and confimParams. I have a form where the user inserts their, Name, email, phone number, pick up date, etc... and I am wanting to receive this information once they have paid and the server has received the webhook so I can the post all the information to my database to enter an order
On the backend, the only thing I am creating is a paymentIntent
Ah gotcha! I don't think there's a way to send this information along with .confirmPayment(..) call. let me double check something!
Yeah I don't think there's a way to send this information along with the confirmation. You'd either need to send it prior or after the confirmation request is made.