#carlosbilangieri5521973113198
1 messages · Page 1 of 1 (latest)
👋 How can I help?
Hi...
I am having the following issue... I am creating a Payment Intent with the API, with no problem.
Then I am trying to do to a refund on this payment.
I call the API POST https://api.stripe.com/v1/payment_intents/pi_XXX..... and trying to discover the charge ID.
But the response does not have the Object charges/data....
Can you share the request ID?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
I see a charge under latest_charge on the PaymentIntent
Also, you can create a refund with PaymentIntent ID too. You don't need to retreive a charge specifically
https://stripe.com/docs/api/refunds/create
Yep yep
I will try