Thanx a lot for this quick review. It is very helpful
@gregohnoes10 ай бұрын
this is great! Thanks mate
@SatorUTGojo6 ай бұрын
I was wondering how we can enable users to change their payment details for a recurring subscription Any help would be wonderful
@blaked23529 ай бұрын
Couldn't we also use the subscription's status field to check if the payment went through?
@SmartAzan9 ай бұрын
but then how do you check if user canceled the subscription or subscription expired automatically?
@zduduu63299 ай бұрын
You need a webhook that listens to stripe events. Through it stripe will send you whatever events regarding payments and subscriptions, along with all the info.
@GeorgeMartinJose8 ай бұрын
Thanks helped a lot
@arafaatqureshi81775 ай бұрын
how to handle the unsubscription?
@seakrill9 ай бұрын
I guess adding client_reference_id would be a better solution than storing session_id
@ivanivanivanivan15927 ай бұрын
great, thank you
@kokosonev66758 ай бұрын
I was wondering are there fee taxes on subscriptions, when I look at the payments tab I can see in the payment details that there are fees, but when I go to subscriptions there aren't. I am using the api to extract all charges based on a product id for my other payments so I can sort them out and see which product made what amount of money, but for the subscriptions I am retrieving from the subscriptions ids rather than charges this I think goes through the invoice id which doesn't hold any fees. The only place I can see the fees is in the payments page if I click on a payment made for a subscription. I wonder how I can link both so that I extract the fees from the list of all subscriptions