#nicolaujr-payments
1 messages · Page 1 of 1 (latest)
hi! you can add the information about the user to metadata on the PaymentIntent object your backend creates when initialising the payment page. https://stripe.com/docs/api/payment_intents/create#create_payment_intent-metadata
That information is returned in any webhooks you get after the payment so you can reconcile with your database.
I see, that is the best practices of the API?
yep!