#jimin - Charge & Payment Intent

1 messages · Page 1 of 1 (latest)

tawdry steeple
#

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.

topaz stratus
#

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.

#

We can't refund with Payment Intent object right?

#

Oh nvm just read I can use Payment Intent ID 😛

#

Thank you!