Hey there @BullsMedia,
Just wanted to hop in here to make a suggestion on a possible way to get this working.
Looks like you are on the right track here! Since there isn’t a Search Invoice action in the Stripe integration, you can try using a Webhooks by Zapier GET step to retrieve the invoice using the Invoice ID from the trigger.
Stripe’s API docs on retrieving an Invoice should help with setting up the webhook step:
https://stripe.com/docs/api/invoices/retrieve
I’d try sending the GET to this URL https://api.stripe.com/v1/invoices/, and map the ID from the trigger at the end of the URL.
Like this:
https:
Make sure you fill out the auth information at the bottom of the step.
Zap steps would look something like this:
- Trigger: New Invoice in Stripe
- Action: Delay For by Zapier - delayed for however long it takes the invoice to fully update in Stripe
- Action: Webhooks by Zapier (GET)
Then map the rest of your workflow as needed.
If you run into any issues setting it up, here are some places you can look: