Best answer

How to track payment status in Stripe

  • 17 November 2022
  • 3 replies
  • 284 views

Userlevel 2
Badge

In the first zap, I create product and price in stripe and send payment link to customer.

Do you use the same zap to do a Stripe ‘Find payment’ step by payment id to wait for a payment completion?

 

Of do you create a separate zap with Stripe ‘New Payment’ step. Once one happens, how do you know which of the dozen payment links is this for? by first recording customer name, product, price, in google sheet then in second zap you try to find a matching row?

icon

Best answer by MohSwellam 18 November 2022, 10:52

View original

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

3 replies

Userlevel 7
Badge +8

Hi @wishstr 

 

The 2nd option is correct, you create a new zap for that with the trigger New Payment. 

 

You can track that by the payment id. So the first zap would need an extra step to add that payment id to your data base (Google Sheets, Airtable, or Zapier Tables - currently in Alpha, coming soon ;) )

 

Then in the second zap, you would search for that payment id. 

Userlevel 2
Badge

Thanks! 

Userlevel 7
Badge +8

welcome @wishstr 

 

did that fix your issue? If so, please mark it as Answer so others can benefit from it :)