Stripe Send Invoice
Status: Open · Asked by mikec29526 on · 0 views
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
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.
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.