#quipeace_api

1 messages Ā· Page 1 of 1 (latest)

vagrant blazeBOT
#

šŸ‘‹ 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/1420742524674510899

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

ripe scarab
#

However, I'm not seeing a confirmation_secret property on invoice in_1SBDVi2TQEjyGjZMyBwM0XaA, even though the payment inpay_1SBDVj2TQEjyGjZMej4LDcgm is stuck with "requires_action".
You can get the secret by fetching the payment attempts of that invoice and get the related PaymentIntent then you'll have the client_secret

little laurel
#

That's what I've done now as a workaround, but the migration guide is asking me to use the confirmation_secret from the invoice

#

I'm puzzled as to why it's not returned

ripe scarab
#

Are you passing expand param when you fetch the invoice ?

#

You need to expand confirmation_secret attribute

#

In your creation request I don't see any expand param:
req_83CqYEGS2ihMZc

little laurel
#

šŸ¤¦ā€ā™‚ļø

#

Thank you... Silly mistake on my end

ripe scarab
#

No worries!