# Okay. First, the Payment Intent is the more robust object and can better handle full payment lifecycle actions.
# Confirming and capturing a payment intent does create a Charge object which gets appended to the PI.
# But refund object needs Charge Id right? So I guess it makes sense for us to either retrieve it at that stage or store it somewhere.