#meisei81
1 messages · Page 1 of 1 (latest)
It was replaced with latest_charge in one of the latest API updates to save bandwidth.
But this means your Java is forcing an API version that's not default to your account.
No, the API version is fixed to your account. But you can also force set a different API versions for a specific request/when you load Stripe SDK
I would like to get the charges object by sdk because this way is convinient.
You can list Charges by PaymentIntent ID: https://stripe.com/docs/api/charges/list#list_charges-payment_intent
got it. thanks.
Happy to help!