#drprofsgtmrj
1 messages · Page 1 of 1 (latest)
Hi, looking at the request
Looking at this, I think it's due to the quantities you've passed on that request.
But didn't I pass in exactly 3100 and 5100
Even in the subscription item that is to be returned, it shows those amounts
What do you mean? On this request, https://dashboard.stripe.com/test/logs/req_lQnwa94wjVb98b I do see
{ items: { 0: { price_data: { recurring: { interval: "month", interval_count: "1", }, unit_amount: "3000", product: "prod_OHYCC3qhB7d6bx", currency: "usd", }, quantity: "17", }, 1: { price_data: { recurring: { interval: "month", interval_count: "1", }, unit_amount: "5100", product: "prod_OHYIpSNwil6LMP", currency: "usd", }, quantity: "7", }, }, }
And on the Dashboard, you can see that the first line item of $30x17 quantity = $510
Yes, but in the screenshot it shows 357
Oh oh I'm stupid
Wow.
I thought the total was the price per month
I wasn't paying attention. Mb
yeah, the second line item is with quantity 7 for $51 so that where it's coming from
Sorry
No problem!