#Figorent

1 messages · Page 1 of 1 (latest)

meager shardBOT
tame lark
#

can you share the ID pi_xxx of that PaymentIntent so I can have a look?

solid forum
#

thanks

#

pi_3NTPecGviUkT4pN12ZadFA09

tame lark
#

I think you have a typo in that, I can't find it

solid forum
#

ok, I ll check

tame lark
#

you can just click the "clipboard" icon in that screenshot and paste here

solid forum
#

I ask my dev to send it to me.. bare with me

tame lark
#

well this is a chat for developers so probably best for them to just ask here directly

solid forum
#

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

tame lark
#

ok!

solid forum
#

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

tame lark
#

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.