#Cpark14
1 messages · Page 1 of 1 (latest)
Hi, can you share the request id where you're seeing this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I apologize but I had the wrong question. The question I should have asked is, after processing the payment successfully, the paymentIntent.getLatestChargeObject() returns null, though paymentIntent.getLatestCharge() seems to return the id of the latest charge. Is there a reason that the first method might return null, and can we verify the second method will return the id of the charge we're looking for?