#Gadbit

1 messages · Page 1 of 1 (latest)

frigid ruinBOT
earnest cloak
#

What do you mean by receipt number? You want a link to the payment's receipt?

echo knot
#

Just the receipt number

#

A transaction identifier other than payment intent or charge id

#

So the user can see that

earnest cloak
echo knot
#

Oh OK, thanks. But...

#

Is that just for charges?

#

Or how can i get that from confirming a paymentIntent?

earnest cloak
#

Payment Intents use Charges under the hood

echo knot
#

Oh oK

earnest cloak
#

You can get the Charge from the Payment Intent object

#

If you're using an older API version, there will be a list of Charges on the Payment Intent

echo knot
#

Thanks a lot. That's what i was looking for.