#quipeace_api
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/1420742524674510899
š Have more to share? Add more details, code, screenshots, videos, etc. below.
However, I'm not seeing a confirmation_secret property on invoice
in_1SBDVi2TQEjyGjZMyBwM0XaA, even though the paymentinpay_1SBDVj2TQEjyGjZMej4LDcgmis 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
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
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
No worries!