#frekis_api

1 messages ยท Page 1 of 1 (latest)

worn shellBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1295379302812221450

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

brittle larkBOT
proven stone
#

hello

floral stone
#

Hi there ๐Ÿ‘‹

#

Can you elaborate a bit? When I look in the response for the request you shared I see latest_charge is populated.

proven stone
#

Okay

#

So already have code for capture intent where we got charges key and inside charges there is lots of information in it so basically we used some information for our receipt like network and card. and it is working as expected as before but when i try today charges key and full charges object is not returned in capture api response.

This is req url :- https://dashboard.stripe.com/acct_1PVAxuSFCi0tdtw3/test/logs/req_nslT1NRjsEIUw5

#

So can you please check and let me know what's wrong with this or can i missed something ?

floral stone
#

I'm not quite sure what that means. Do you have the ID of a request that behaved as expected that you can share?

#

So I can compare it to these ones that you say aren't working as you're expecting.

proven stone
#

req_nslT1NRjsEIUw5

floral stone
#

That's the same one you shared initially, is that the one that worked as expected?

proven stone
#

Okay let me shard expected url

#

Basically both have same transaction but my question is when i called api from backend charges object is not return and some times later it will attached somehow. so backend will gives error because i take some key and his value inside this charges object when capture reponse will successfully get.

floral stone
#

That Event is related to the same request you shared initially, where the latest_charge field is included and populated with the ID of a Charge object.

Is this the one that you say worked as expected? If so, can you share the example of one where latest_charge wasn't populated so I can take a closer look at that?

Or, if this is the one that didn't work as expected, can you elaborate on why? What fields are you looking for that aren't populated?

proven stone
#

No i'm saying about charges was not their

#

you can see this in this url

floral stone
proven stone
#

Okay

#

when i use old stripe version can it appear their ?

floral stone
#

If you use an API version before 2022-11-15, then the API will include the charges array instead of the latest_charge field.

proven stone
#

Okay Thank you!