#dazzling_hummingbird_68726_05568
1 messages · Page 1 of 1 (latest)
Hi there, do you mean stripe fee?
You can get it from payment_intent->latest_charge->balance_transaction->fee_details
Thank you.
latest_charge always empty, how can it appear😫
Is the PaymentIntent succeeded?
succeeded,but I user test mode
What's the PaymentIntent ID?
pi_3NrwTnFaUD0TqqGO184DhICo
I do see a latest_charge in https://dashboard.stripe.com/test/events/evt_3NrwTnFaUD0TqqGO1ndoqpf7
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
"latest_charge": "py_3NrwTnFaUD0TqqGO1nZXFa5v"
how to use the "latest_charge": "py_3NrwTnFaUD0TqqGO1nZXFa5v" from api
Use the charges API https://stripe.com/docs/api/charges/retrieve?lang=node#retrieve_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.
Thanks a lot!
I got the stripe_fee after use Three times api。Do I have to obtain it layer by layer?Is there a way to obtain it at once?