#nebula2003.
1 messages ยท Page 1 of 1 (latest)
No problem
Can you explain how to do the deletion and refunding withot any actual ids
I'm not sure I fully understood your use case, that's why looking at your subscription might help
let me explain the case
do you have a subscription ID to share?
yes please
On 1st : Bought subscription of 100 $ / month,
Invoice : 100$
On 15th: Upgraded the Subscription to 200$/ Month
Invoice: 50$
on 20th the customer asks for deletion and refund.
Now i want a flow to calculate the amount(as stripe does not provide this), And then refund multiple invoices (in this case 2) that too the appporiate amount.
ok I see what you mean
@misty citrus please don't ask a new question on the main channel while you have an opened thread
How to enable stripe upi beta in india
you need to contact https://support.stripe.com/?contact=true for this
Find help and support for Stripe. Our support site 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.
as for your question
sorry, please be patient, there are some public holidays today so it might take a while to get an answer
please try again later
going back to your original question
you can use https://stripe.com/docs/refunds
with the PaymentIntent Ids found on the Invoices of that subscription
ok
i will look into the docs
but how to refund multiple invoices and is there a way to get this months invoices
you would have to refund one at a time
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok