#migs5439
1 messages · Page 1 of 1 (latest)
Hello can you send me the ID of a customer that you are seeing this with (cus_123) and tell me more about how you are retrieving this amount?
I am retrieving the subscription and using subscription.plan.amount+currency
Can you tell me what you are seeing for a specific customer and how that differs from what they are actually being charged?
I am getting the USD price but the customer selected the GBP price
Can you send me the ID of a specific user that you are seeing this on?
That being said, an easier direct way to do this would be to retrieve the upcoming invoice for the customer. That should have the amount and currency that they will be charged in https://stripe.com/docs/api/invoices/upcoming
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'll try this one