#jackson-capture-currency
1 messages · Page 1 of 1 (latest)
@rapid quail the PaymentIntent's currency is what you charge the customer for real. It's not "converted"
jackson-capture-currency
ok that makes sense. Where can we see how much USD we received in the API?
I have to run but @sly lava is taking over and will explain
Thank you so much for the help
heya! From the Charge [1] , you can expand [2] the response to include balance_transaction. The corresponding Balance Transaction in the response will contain the details you're looking for
[1] https://stripe.com/docs/api/charges/object#charge_object-balance_transaction
[2] https://stripe.com/docs/api/expanding_objects
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.