#Shaun
1 messages ยท Page 1 of 1 (latest)
Payment intent id is pi_3NDXw0Gg8AEylvyj054alwTV
You are setting the customer in metadata which isn't used by Stripe. Have you also tried setting it on the customer parameter for some other payment intent?
https://stripe.com/docs/api/payment_intents/update#update_payment_intent-customer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.