#ge_orgejoseph27
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ge_orgejoseph27, 1 day ago, 51 messages
- ge_orgejoseph27, 1 day ago, 20 messages
- ge_orgejoseph27, 1 day ago, 12 messages
- ge_orgejoseph27, 1 day ago, 58 messages
- ge_orgejoseph27, 2 days ago, 40 messages
- ge_orgejoseph27, 2 days ago, 3 messages
and 3 more
👋 happy to help
when you click on the subscription you can scroll down to see the Logs section
this explains what are the requests that have been made to create/update the subscription etc.
cus_ObzoNYVC2J8q3U this is customer id
what are the subscription IDs?
I can see only one subscription schedule ccreated
let me double check for you
this is the first Subscription Schedule https://dashboard.stripe.com/subscriptions/sub_1O7XBzCQTcpcYTusAH1qnBCX
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
and it was created via this request ID https://dashboard.stripe.com/logs/req_XcgwRYj8aPono2
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
the other one is https://dashboard.stripe.com/subscriptions/sub_1OBy3WCQTcpcYTus11XcsyOA
created via this request ID https://dashboard-admin.stripe.com/logs/req_VMDtVpGDRm5DPu
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.
this means your code has been called twice
one on Nov 13th
and one on Nov 1st
Let me look on it..
I am coming with another doubt
Possible values are incomplete, incomplete_expired, trialing, active, past_due, canceled, or unpaid.
For collection_method=charge_automatically a subscription moves into incomplete if the initial payment attempt fails. A subscription in this state can only have metadata and default_source updated. Once the first invoice is paid, the subscription moves into an active state. If the first invoice is not paid within 23 hours, the subscription transitions to incomplete_expired. This is a terminal state, the open invoice will be voided and no further invoices will be generated.
if we enable smart try hwo will the status change of subscription
the smart retries are for the subsequent invoices
This is my retry rule
not the first one
So for the first invoice which the payment got failed will not consider smart retry?
yes
Customer creates subscription but payment got failed. Its showing me overdue.
what's the susbcription ID?
If subscription collection_method=charge_automatically, it becomes past_due when payment is required but cannot be paid (due to failed payment or awaiting additional user actions). Once Stripe has exhausted all payment retry attempts, the subscription will become canceled or unpaid (depending on your subscriptions settings).
instead of speaking generics, would you mind sharing your subscription ID so I could take a closer look?
Its not with subscription id.. I am going for new implementation.. Needs more clarity on these
I'm not sure I understand then
I have created a sub- sub_1OFFKkCQTcpcYTusYfPgFjVI
For these I have made payment failed using a test card.
Status of this subscription is overdue
ok
And the invoice shows me retrying.
my understanding is that you need to pass in a different payment method and you have 23hours to have a valid payment method otherwise the subscription will get into the terminal state incomplete_expired
Can you tell be what will happen to the invoice then.. I mean status
open
you can see it here https://dashboard.stripe.com/test/events/evt_1OFFKoCQTcpcYTust3r93wTs
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
When the subscription status to incomplete_expired, what will be the status of invoice. Will able to pay in future?
I am going through the same doc..
Customers have about 23 hours to make a successful payment. The subscription remains in status
incompleteand the invoice isopenduring this time. If your customer pays the invoice, the subscription updates toactiveand the invoice topaid. If they don’t make a payment, the subscription updates toincomplete_expiredand the invoice becomesvoid.
here it is showing status incomplete when payment fails
But for me
its overdue
the status on the dashboard and the status in the API aren't necesseraly the same wording
but maybe that's for another subscription
I aagree on that
would you mind sharing the customer ID?
Yess
cus_P3M1pJBet3QF8p - customer ID - I am testing in clock
I checked the subscription status using - postman its past_due
that's a bit strange to be honest
If subscription collection_method=charge_automatically, it becomes past_due when payment is required but cannot be paid (due to failed payment or awaiting additional user actions). Once Stripe has exhausted all payment retry attempts, the subscription will become canceled or unpaid (depending on your subscriptions settings).
this statement comes true- I am doing charge automaticaly - so its pas_due
How many payment retry will happen?
but that shouldn't be the case for the first invoice
I am affraid, if its happens to me only.
I just confirmed with a colleague
the problem is that Subscription Schedules behave a bit differently than the normal subscriptions
Let me go through the doc
How many days will the invoice will get open status? Will this change?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
Yes,
Until the due date is reached.
Can you tell me how due_date is calculated
I would need more context for this.
payment got failed. retry also failed.. then how the invoice status change?
What I found is - payment is failed.. tried based on smart try--
After finishing smart try the invoice status - remains open
in the UI its showing failed
Could you please share the Invoice ID?
in_1OFFWYCQTcpcYTusSgTH3Iuq
Where I can find the due_date of invoice?
When I am testing the stripe clock - the subscription status is not changing.. It is in past_due only
I have checked 1 month subscription which is in a subscription schedule. After a month the status of subscription not changing - its in past_due, itself..
What't the Subscription ID?
sub_1OFFWYCQTcpcYTusis4h4plQ
You have 2 invoices that are unpaid, that's why the Subscription is past_due
Is the invoice status is unpaid
That's correct.
Sorry, I am struggling to understand what are we trying to achieve here.