#yagnesh_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ 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.
- yagnesh_unexpected, 6 days ago, 15 messages
the latest invoice: in_1TVKnQBjeyHRleljE5zRDzot
๐ Looks like this subscription was created from this Subscription Schedule: https://dashboard.stripe.com/acct_1SYDS8BjeyHRlelj/subscription_schedules/sub_sched_1TRM3OBjeyHRleljW0P9516d
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
From the dashboard. You may be able to see the details of the creation request here: https://dashboard.stripe.com/acct_1SYDS8BjeyHRlelj/logs/req_cOPjxQjMV52XqO
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
Is it returning a null value, or what exactly is happening?
yes returning the null value, no error is there, this is the same subscription which are talking about
This may be due to a change in the API that changed how invoices expose payment info. Have a look here: https://docs.stripe.com/changelog/basil/2025-03-31/add-support-for-multiple-partial-payments-on-invoices#use-for-payment-element-integrations
Ah, ok. Do you have an example payment intent ID that you're retrieving?
pi_3TVLkkBjeyHRlelj18FwiIZR
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?
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?
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?
Looking at your logs, I see two different retrieve patterns:
1/ using what looks like you own plugin: https://dashboard.stripe.com/acct_1SYDS8BjeyHRlelj/logs/req_9VC4s13sYsMkxa
Note here that your expansion of invoice will no longer work like you expect post-basil, as invoice has been removed from payment intent attributes
2/ Via a 3rd party platform: https://dashboard.stripe.com/acct_1SYDS8BjeyHRlelj/logs/req_ikVof7U6MxD6pI
okay i am using this only for retrieving payment intent and it's secret
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?
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