Stripe Send Invoice

Status: Open · Asked by mikec29526 on · 0 views

mikec29526 — Question ·

I am doing a workflow "Create an invoice" with Stripe. Everything is working but I don;t see where to put the amount for the invoice. That is probably why I see a "nothing to invoice for customer" error message. Where do I put in the amount to invoice? The amount would be $100.00
My task history ID is

IjU3NjIwNTZkMDYzNTA0MzY1MjZjNTUzMzUxM2I1MTYzNTQzNSI_3D_pc

Arshil Ahmad — Reply ·

Hi @mikec29526,

As per Stripe's API documentation, there is no 'amount' field available for the 'Create an Invoice' endpoint. https://stripe.com/docs/api/invoices/create

The 'amount' is supposed to be entered in the 'Create an Invoice Item' action event, as shown in the video shared below. It appears that you have already added this step to your workflow.

youtube.com/watch?v=FLm_NXYI5zk

Please allow me some time to discuss your issue with my team. I will get back to you with an update soon.

Arshil Ahmad — Reply ·

I discussed with the technical team, and they informed me that you need to use the 'Create an Invoice Item with Price Object' action event, followed by the 'Create an Invoice' action event to generate an invoice.

Back to all forum threads · Log in to reply