#Figorent
1 messages · Page 1 of 1 (latest)
can you share the ID pi_xxx of that PaymentIntent so I can have a look?
I think you have a typo in that, I can't find it
ok, I ll check
you can just click the "clipboard" icon in that screenshot and paste here
I ask my dev to send it to me.. bare with me
well this is a chat for developers so probably best for them to just ask here directly
sure, you are right I am at the head of dev team
Maybe I found the issue, in case I will come back to you .. thhanks for now
ok!
No, it is correct... here is the id
in_1NTPebGviUkT4pN2jEceINxR
as you can see the process started at 3.33 and ended at 16 39
well if it's an Invoice then that's mostly normal
ok well you don't use Subscriptions, you create the Invoice directly, but same thing.
you create the Invoice and you finalize it(you can look at the logs at https://dashboard.stripe.com/invoices/in_1NTPebGviUkT4pN2jEceINxR). We wait an hour after an invoice is finalized before charging it, which is normal behaviour for our Invoices product(https://stripe.com/docs/invoicing/integration/automatic-advancement-collection).
if you want the payment to happen immediately you can confirm the PaymentIntent associated with the Invoice directly in your frontend, or call the https://stripe.com/docs/api/invoices/pay endpoint directly after finalizing the invoice.