Question

How to Track the Stripe "Incomplete" payments?

  • 1 February 2023
  • 2 replies
  • 303 views

Hi there,
I need to track Stripe payments with Zapier. I’m able to track new customers and ‘Failed Payment’ but there are alots of ‘incomplete’ payments in Zapier. I want to track them. 
 

Per my research, there is not “incomplete’ payment trigger available. 

I would really appreciate your response.

Many thanks!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @Tonybrunch 

Good question.

You’ll likely need to configure a webhook in Stripe for the desired event.

Go here: https://dashboard.stripe.com/webhooks

Then, [+ Add Endpoint] and configure.

 

List of Stripe Events you can subscribe to be notified about via a webhook: https://stripe.com/docs/api/events/types

 

The Zap trigger will be Webhook - Catch Hook, which will provide the webhook URL to place in Stripe.

Userlevel 7
Badge +9

Hey there, @Tonybrunch! Thanks for reaching out in community!

I did some digging and full transparency, I’m not sure this workflow is possible at the moment. I found this article on payment intent status (succeeded, canceled, processing, etc.).

Troy pointed us to Stripe’s API docs, and these were the only intent status listed:

We’ve got a ton of crazy smart members in the community so it’s certainly possible someone has achieved a workaround for this! That said, it would likely require some dev intervention. 

Sorry to not have better news here but thanks again for raising this in community!