#saneewhy-Customer
1 messages · Page 1 of 1 (latest)
So there's nothing wrong with any of the methods?
When we try paying from our web application, the customer details are visible
But if we use the same id for payment from the mobile application, then there aren't any customer details visible
Are you passing a custom attribute when creating the PaymentIntent?
I don't think so
We're passing an apiKey, payment_method_type, currency and amount
Can you copy and paste two PaymentIntent IDs here? One from the web and one from the flutter app
Sure
pi_3LKOV12HIPBIdkNu0ErQOlLO this is the mobile application id
pi_3LHmw12HIPBIdkNu0ROIIAjS and this is the web application one
OK. https://dashboard.stripe.com/test/logs/req_LSF0LeGtZtjMV6 you've specified a customer when creating pi_3LHmw12HIPBIdkNu0ROIIAjS
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
https://dashboard.stripe.com/test/logs/req_odI65lMstIyYdW but you didn't when creating pi_3LKOV12HIPBIdkNu0ErQOlLO
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Is there any way you could help us with specifing the customer while creating the paymentIntent?
https://stripe.com/docs/api/payment_intents/create?lang=python#create_payment_intent-customer you can specify one when creating a paymentIntent