#ghostman-subscription
1 messages · Page 1 of 1 (latest)
👋 happy to help
could you please provide the subscription id?
I prefer if you could give me the invoice id in_xxx or the subscription id sub_xxx
subscription id sub_1KuLYTIeqow5XXvP4jAMNmIw
I'm taking a look
Hi! I'm taking over tarzan, give me a few minutes to catchup.
So it looks like your subscription is using a metered price price_1KEtvCIeqow5XXvPfRk6IgMj. Is that expected? If so, you need to send usage record to stripe every month to compute the amount of the next invoice.
You can learn more about metered pricing here: https://stripe.com/docs/products-prices/pricing-models#metered
yes that's expected. you are using metered pricing, so that only works if you are sending usage records: https://stripe.com/docs/api/usage_records
so what exactly are you trying to do? do you want your customers to always pay $299 per month?
yes
actually in first time, when customer fill the credit card details, It suppose to deduct the amount
and then each month charge for same amount automatically
I am working in testing mode
I dont want to charge as per uses, I want to charge a certain amount each month wether customer uses it or not :: like netflix
I'm not sure I understand. Can you clarify?
- Do you want customers to always pay $299 per month
- Do you want customers to only pay $299 when they use your service
- Or something else
Then you should use a "standard price" instead of a "metered price".