#chirag_81020
1 messages · Page 1 of 1 (latest)
Can you share the subscription ID (sub_xxx)?
Yes,
sub_1O6MS2LbXZrdP1KfZ6C3BlPJ
sub_1O7S7tLbXZrdP1KfED9RpuDO
sub_1O7SH2LbXZrdP1KfWv5iARqu
sub_1O7SPwLbXZrdP1KfjJqMIeuY
From the subscriptions here, your system created multiple subscriptions on the same customer. For example,
- sub_1O6MS2LbXZrdP1KfZ6C3BlPJ - https://dashboard.stripe.com/logs/req_5pfvIB7PYKiuvJ
- sub_1O7S7tLbXZrdP1KfED9RpuDO - https://dashboard.stripe.com/logs/req_0iQ1B0mcQWfYfE
Once user subscribed it again charge then tomorrow and day after tomorrow
Where did you see this? I can see that customer was charged based on the interval of a price plan. For example, https://dashboard.stripe.com/subscriptions/sub_1O6MS2LbXZrdP1KfZ6C3BlPJ was charged on the monthly basis
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I have checked this from customer's
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Which is the specific subscription that you're seeing is charging multiple times? Can you share the specific subscription id?
I want to understand are all new subscription or are they charge as recurring?
If you click into each corresponding Invoice and look at the billing_reason, you can see why the invoice was created and from there you would be able to tell if it's an invoice for a new subscription, or an invoice for subscription renewal : https://stripe.com/docs/api/invoices/object#invoice_object-billing_reason
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okay, let me check
https://dashboard.stripe.com/invoices/in_1O8Xa5LbXZrdP1KfffSj6jO1
Sorry but I could not able to find billing_reason in above or other invoice
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.