#zig.balthazar
1 messages · Page 1 of 1 (latest)
HI
You need to find the invoice's payment intent that you want to refund and use refund API:
https://stripe.com/docs/refunds?dashboard-or-api=api#:~:text=To refund part of a PaymentIntent%2C provide an amount parameter as an integer in cents (or the charge currency’s smallest currency unit).
thanks
but how i can find the paymentIntent with just subscriptionID or the checkout session ID?