#yagnesh_unexpected

1 messages ยท Page 1 of 1 (latest)

tacit dockBOT
#

๐Ÿ‘‹ 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/1508805069863129209

๐Ÿ“ 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.

fast harbor
#

the latest invoice: in_1TVKnQBjeyHRleljE5zRDzot

desert vigil
fast harbor
#

okay, can you please tell me if it that schedule was created from dashboard or api, if from api then what is the application name

desert vigil
fast harbor
#

Okay thanks,
I had to confirm since i only have the api access and I dont have dashboard that's why.

#

So what about that not getting client_secret in payment intent for 3d payment confirm

desert vigil
#

Is it returning a null value, or what exactly is happening?

fast harbor
#

yes returning the null value, no error is there, this is the same subscription which are talking about

desert vigil
fast harbor
#

okay but i am using the payment intenet retrieve call to get the client_secret

desert vigil
#

Ah, ok. Do you have an example payment intent ID that you're retrieving?

fast harbor
#

pi_3TVLkkBjeyHRlelj18FwiIZR

desert vigil
#

Strange, I can see a client_secret on that PI. Can you share the exact code you're using to retrieve the PI and read the client_secret?

tacit dockBOT
fast harbor
#

the thing is for this subscription's payment intent only i am unable to get the secret, for other my subscription it is working fine.
is there anything to do with when subscription is created from dashboard and i try to confirm intent it via api?

static stone
#

hey there, stepping in for dougal who needs to step away

#

Can you share the code you're using to retrieve the intent, and an example request ID?

#

Actually i see the create request above, looking at that

#

But you mentioned a retrieval, do you have an example of that too?

fast harbor
static stone
#

Right, but can you clarify with a specific retriece request to help me understand the two above examples?

#

Which version are you doing?

#

Ah this is likely because your retrieving this as an application which did not create the intent (since it was created with the dashboard for the account itself). Can you try this using the same key/pattern to create the subscription/schedule, then retrieve the same way?

tacit dockBOT
fast harbor
#

i am retrieving other secret same way which are working perfectly are created by the api and my application only, so i think due to that it is working as expected