#thomasnevink
1 messages · Page 1 of 1 (latest)
Are you talking about the latest_charge https://stripe.com/docs/api/payment_intents/object#payment_intent_object-latest_charge ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No, something like a Stripe payment gateway charge in $
Yes
Ok, you can get it from payment_intent->latest_charge->balance_transaction_fee_details
What do you mean by "Payment reference no"?
Once the status of the paymentIntent is confirmed, I want the payment reference no for this successful payment
You mean the PaymentIntent ID?
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-id you can get the ID directly from the PaymentIntent object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks @blazing pollen