#modestmouse1

1 messages · Page 1 of 1 (latest)

wheat ivyBOT
robust cipher
#

hello

#

i hope this is the right place to ask. When a payment fails. I want Stripe to send an email to my business address.

#

Pretty much in the exact same way, when a new customer signs up i get an email saying "new customer signed up". I would like to notification through email when a customer has failed all their payment retries so i can send them an email asking them to sign up again

#

what is the technical difficulty to this?

somber gust
#

Hi, this is the correct place, welcome.

robust cipher
#

fantastic

#

is this something that can be solved by myself or will i need an expert?

#

I am willing to look through user guides but could not find anything that seemed to match this requests, some recommendations on articles to read / youtube videos to watch to help solve this problem

#

if you feel this is too difficult, what would it cost to get a programmer to do this for me

#

i feel like it is a small job but i could be wrong 😛

somber gust
#

Then from these webhooks, you can trigger an email from your end.

robust cipher
#

yes i have set that up

#

i have on my stripe on the developer tab "listening for 2 events" these events are the ones that i am looking for

#

invoice.payment_action_required
invoice.payment_failed

#

How would i / where could i learn how to create a trigger to email me when this comes up

somber gust
#

That would be on your own code and you'd build this on your end. Once you receive these events, you can add that logic.

robust cipher
#

is there any guides on how to do that?

#

or get in contact with people who know how

#

I have code snippets in PHP but i dont know how to make it work with stripe

somber gust
#

There is not. This is outside of Stripe product offering