#eytan

1 messages · Page 1 of 1 (latest)

rain mulchBOT
fleet dock
#

Can you tell me what API object you are starting with?

dark pagoda
#

The payment intent object

fleet dock
#

Perfect. Okay so with the Payment Intent you can find the related Charge object for the successful payment, and the Charge object has a related Balance Transaction ID

#

You can get all this in a single API call using the expand parameter

dark pagoda
#

Oh great ! It works ! Thank you !!