#shreeharsha
1 messages · Page 1 of 1 (latest)
This will be up to whether your system allows customer to update their subscription
How do you let customers manage their subscription currently?
Currently it is recurring subscription. Customers can handle it from web application.
This can be done if your application sends Subscription Update request to Stripe: https://stripe.com/docs/api/subscriptions/update
I used that api only. But it was failing for some reasons.
Can you share the request ID (req_xxx) that failed? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
This error shows that you need to login to your dashboard again in order to perform the action
This request was deleting subscription action performed by a dashboard user
For update I should be able to do it with api right. Why should I have to login into Dashboard?
ok
The request you shared wasn't updating from API. Maybe you shared the wrong one
Yeah got it. I will share it with you once again.
Can you check this request req_U9rkPN6vWQCySk
It show 200 response
But I see failed status in billing section
If you click on the failed invoice, it will lead you to the invoice page: https://dashboard.stripe.com/test/invoices/in_1Mas7ZSJghKTSgTwOf8G8gIc
The payment failed because the payment requires additional action from the customer, i.e. perform authentication: https://dashboard.stripe.com/test/payments/pi_3Mas7ZSJghKTSgTw0ZzSawzX