Question

Create a Stripe invoice via Zapier

  • 21 November 2022
  • 1 reply
  • 332 views

Userlevel 1

I need to create a Stripe invoice from a Spreadsheet. I'm using Zapier to automate it but I'm having an issue with it and need help with POST functionality. I need help with Step 3. What parameters should I include? 

If anyone has a similar guide, that would be great :)

 

Zapier logic:

✅ Step 1 - Get data after a specific row in the spreadsheet is updated

✅ Step 2 - Create a customer in Stripe

🤯 Step 3 - Create a Stripe invoice (using customer id from Step 2) such parameters should be included (description, amount, item, payment_methods )

⏳ (didn't start) Step 4 - Get a Payment Link

⏳ (didn't start) Step 5 - Update a spreadsheet with the invoice number and Payment Link

 

I'm using POST in Webhooks by Zapier. But I'm getting an error when I'm adding a dynamic customer id. The app returned "No such customer: 'XXX'".

 

When I'm using a static customer id, I have a different issue: The app returned "Nothing to invoice for customer".

 

 


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

1 reply

Userlevel 7
Badge +14

Hi @Andrii_O 

Good question.

Please post detailed screenshots with how your Zap steps are configured in order for us to have proper context, thanks.