#Nadiya
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
actually the api call itself not having any issue, but it just misses the charges param it once had
did you upgrade API version?
req_fD5IfmHCGmjtDe
in the latest API version PaymentIntents don't have the charges array anymore, instead you would do $intent->latest_charge->id
yes i did
that's why then
where can i see the info about new changes?