#afenster
1 messages · Page 1 of 1 (latest)
Hi, you can pass the Payment Intent id when creating the refund: https://stripe.com/docs/api/refunds/create#create_refund-payment_intent.
With .Net, you'd want this: https://stripe.com/docs/api/refunds/create?lang=dotnet#create_refund-payment_intent
Thank you. So it's the same call? I can just pass in a PaymentIntent ID instead of a Charge ID?
Yes, that is correct.