#brogrammer39
1 messages · Page 1 of 1 (latest)
Hi, the available stripe.confirmPayment() options are here: https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options and you should be able to pass a metadata there:https://stripe.com/docs/api/payment_intents/confirm#confirm_payment_intent-payment_method_data-metadata. Can you try this?
The options in the documentation for stripe.confirmPayment do not describe any metadata, which was my confusion!