#dingkai031
1 messages · Page 1 of 1 (latest)
You would want to list all Invoices first, then find the PaymentIntent inside each Invoice
okay, thank you
Hello, I'm still lost. I have done getting the. payment_intent object. But I can't found payment details like in the dashboard
I need the data of amount, payment exchagen rate, fee and net
Um that's a bit deeper. You would want to look at the Charge object, then Balance Transaction https://stripe.com/docs/api/charges/object#charge_object-balance_transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Here are the fee detail https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-fee_details
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.