#smartge3k
1 messages · Page 1 of 1 (latest)
There's no status to reflect a refund on an Invoice just the associated payment
Do you have an example I can look at?
the payment intent on stripe says it is refunded:
pi_3MgQWEGoMerEoZx803YrTJtW
this payment intent is attached to the following invoice
in_1MgQWDGoMerEoZx86gTaIoqY
but I cannot get the refunded from anywhere
Yeah the Payment Intent cannot be refunded either. Once succeeded that's terminal. It's the associated Charge object that has details on refunds:
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you it helps
np