#Nil

1 messages ยท Page 1 of 1 (latest)

vast groveBOT
tired salmon
#

๐Ÿ‘‹ Hello, can you provide more information about your integration? How are you integrating Stripe in your app? Also, what exactly are you trying to do with the HTTP GET request?

leaden whale
#

Hey!

#

We use Stripe Invoicing to send an email with the invoice to the client and to make them pay through it

#

We need to get an update in our system when user pays

#

our customer receives this email

#

and we need to make that when user finally pays like here, stripe triggers something to update customer payment in our system

tired salmon
leaden whale
#

Okey perfect. Will check. Thank you so much. If I need more help where should I reopen this case?

tired salmon
#

NP! ๐Ÿ™‚ The threads are auto-archived so you'd likely just want to start by posting in #dev-help channel again ๐Ÿ™‚

leaden whale
#

Perfect thank you!

#

There is another question tho

#

After I send a one-payment invoice using Stripe Invoicing, can I track somehow that its been 30 days without any payment or payment intent so I send an email to the customer to remember they have it pending? (If it can be done using another webhook, would be fantastic)

lilac pagoda
#

๐Ÿ‘‹ stepping in here

#

No that's not really possible. You would mostly need to track this yourself.

#

You can set a due_date to help you with it