#zen_papaya_41784
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- zen_papaya_41784, 1 hour ago, 4 messages
Hi
Could you please share more details ?
@halcyon eagle you have an open thread here
let's keep talking here please
i need to retrieve the date on which the amount was successfully debited from customer using Stripe API
How are you accepting the Payment using Stripe
Can you share the related Stripe object Id ?
pi_3MyXOlEqqZknt1KO07x5aGJk this's the payment intent id
i need to retrieve the date on which the amount has been successfully debited from the customer
You cna refer to the latest_charge object:
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-latest_charge
but i don't find any data in the paiment json object
and you refer to the Charge's created date:
https://stripe.com/docs/api/charges/object#charge_object-created
thank's