#venkateshjsoft
1 messages · Page 1 of 1 (latest)
Hi what issue are you facing?
Hi
I want to setup a push notification on stripe, whenever stripe sent payment email to the user
we want to know whenever stripe sent email to the user for the payment reminder for our internal logic
Yeah. Have you seen https://stripe.com/docs/webhooks and https://stripe.com/docs/webhooks/quickstart for how to set up a webhook?
I know how to setup webhook, but im nto sure how to link webhook with payment reminders
i want this webhook to reach out server only when payment notification sent to user
is my requirement clear?
We don't have webhook events for when we email customers
is there any other solution for this?
we want to sent to payment collection agency if user not paid after 3 attempts
Well you can listen for payment attempts and keep track of payment count on your end
how can I listen the payment attmpts
first time payment is happening via our UI, so we have the control
but subsequent payments are happening directly on the Stripe
Are these invioces?
we have 3rd party service (zuora) for managing our subscriptions
first time we call stripe directly to collect the premium fee
during renewal process, zuora calls stripe to collect the payments from the user
we want stripe to send notification to us whenever stripe sent the payment notification to the user
for e.g. if user didnt pay first attempt, we want to retry payment again after one day upto 3 attempts
we want to receive notification whenever stripe sent notification to the user
Does Zuora use Invoicing within Stripe?
no
yes
Do you have an example payment intent id that was retried handy? I just want to see exactly what Zuora is doing so I can recommend the right event(s) to listen to
They're a 3rd party integration so I'm not familiar with what they do
okay i understand