#Slush

1 messages · Page 1 of 1 (latest)

fierce yarrowBOT
tranquil fjord
#

Hello! You would probably want to store the Charge ID, which are the IDs starting with ch_ and py_.

short halo
#

So store both?

#

or just the ch_ prefix one?

tranquil fjord
#

Both. All ch_ and py_ objects are Charges.

#

ch_ IDs represent card Charges, and py_ IDs represent Charges which used other forms of payment.

short halo
#

So as long as I store the charge id ill be good to go?

tranquil fjord
#

You could also store the Payment Intent instead (pi_) if you're using those. You can pass that to the Refund API as well.

short halo
#

on .net

#

So I should store both ChargeID and PI ?