#karuppasamy
1 messages · Page 1 of 1 (latest)
hello, please share the request id [0] of the update you made. it'd look like req_xxx. Also, what's the amount you're seeing and what's the amount you expect to see instead?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
subscription id sub_1NXhn3Labf7E4J4Fmqeak6if
for this susbcription showing amount is 275 but when i get amount from api showing only 15
here i set limit 10 but in the list showing only one record
where is it showing 275 for that Subscription? I'm looking at it and I don't see 275 anywhere?
the 275.92 is an Invoice
if you're looking to retrieve the list of invoices, you will want to use this API instead : https://stripe.com/docs/api/invoices/list
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 need get total amount for ex.i subscribed standard plan at $5 after that i am going to update plan standard to enterprise
so enterprise amount should i get from api
I don't understand the issue
I need get this amount via api