#Shoes

1 messages · Page 1 of 1 (latest)

glacial bronzeBOT
radiant cipher
#

Hello 👋
What information are you setting while creating the customer and are trying to access from the Webhook object?

austere rain
#

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

radiant cipher
#

Ah gotcha! I don't think there's a way to send this information along with .confirmPayment(..) call. let me double check something!

radiant cipher
#

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.