#Suren
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
this is a request id req_zLUlOLB1aqxr8S
I received this subscription id "sub_1MJymcBfTh1Z0SMkH1rSZ6rx"
but I expect this one sub_1MKFF7BfTh1Z0SMk6RiTmhjj
and every time when I try update subscription it create new subscription for customer
Thanks for the waiting
req_zLUlOLB1aqxr8S is a request to confirm a payment intent of the first invoice of sub_1MKFWzBfTh1Z0SMkllEwrEHI, not update a subscription.
but I calling subscription update method
Can you share with me the request ID?
Because the request ID that you shared earlier doesn't related to any of the subscriptions that you mentioned.
req_RQirKWeDYGIWmV
this is new request id where I try update subscription this one sub_1MKFF7BfTh1Z0SMk6RiTmhjj
This not a update request, it's a request to create a new subscription
maybe is there same condition when subscription update method will create new subscription ?
I don't know. If you can share with me the related request ID, I can help you take a look.
req_iz9nWcE4OV5D04```
in my terminal I received this subscription id sub_1MJymcBfTh1Z0SMkH1rSZ6rx
but in webhook I received new subscription id
this one "sub_1MKGIjBfTh1Z0SMkUiAc8aRz"
Based on the log, the created subscription is sub_1MKGIjBfTh1Z0SMkUiAc8aRz
sub_1MJymcBfTh1Z0SMkH1rSZ6rx was another subscription that you created few minutes ago
sub_1MJymcBfTh1Z0SMkH1rSZ6rx this subscription I trying update and in my terminal I received this one subscription id from subscription.update method but when I pay this payment in webhook I received new subscription
and every time when I try update this subscription stripe created new subscription
this is all logs where I try update subscription
last 2 request
and this is request id req_reRBRBNRi44RcL
And did you find the subscription that was created as the side effect of this update request?
I only response client_secret to angular where front confirm the payment
So you don't see a new subscription anymore?
in back end terminal I don't see any new subscription
maybe if front calling another method for confirm client secret is it possible create new subscription ? I don't now
If you want to find out how a subscription was created, you can just search the subscription ID in the logs https://dashboard.stripe.com/logs and see which request created it.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
okay thank you I will be check by that way and if I don't find the problem I will write