#sean-subscription-refund
1 messages · Page 1 of 1 (latest)
hi 👋
For Subscriptions and Invoices Stripe will create a customer credit note.
OK, Stripe will never refund the user unless the refund API is invoked or refund is triggered through UI?
You would need to create the refund using the APIs
sean-subscription-refund
You can use the amount in the Credit Note record to determine the amount to refund and then use the invoice.payment_intent to link to the Refund object .
https://stripe.com/docs/api/refunds/create#create_refund-payment_intent