#dino_pephanis - stripejs
1 messages · Page 1 of 1 (latest)
Hi 🙂
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Thanks, just give me couple of minutes in order to analyze
Ok, thanks
In your request, I can't see where specify metadata on the PaymentIntent Object,
The confirmPayment method doesn't support this kind of feature:
https://stripe.com/docs/js/payment_intents/confirm_payment
Instead, you can add metadata while creating/updating the PaymentIntent:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-metadata
https://stripe.com/docs/api/payment_intents/update#update_payment_intent-metadata