Petram PVC
Member
Hello,
I am trying to create a workflow where when a successful Stripe payment is made it automatically updates its associated Wave invoice status to "paid".
Upon getting the "Wave update invoice action" created I'm getting errors regarding invalid invoice status:
Variable "$input" got invalid value "PAID" at "input.status"; Value "PAID" does not exist in "InvoiceCreateStatus" enum.
looking at the Stripe documentation it appears that the only valid values for "InvoiceCreateStatus" are "draft" and "saved"
The options for other invoice statuses is present in the wave action:
it seems like maybe InvoiceCreateStatus is not the correct object? invoicestatus, meanwhile, does have the full list of statuses?
Any advise is welcome.
Thank you!
I am trying to create a workflow where when a successful Stripe payment is made it automatically updates its associated Wave invoice status to "paid".
Upon getting the "Wave update invoice action" created I'm getting errors regarding invalid invoice status:
Variable "$input" got invalid value "PAID" at "input.status"; Value "PAID" does not exist in "InvoiceCreateStatus" enum.
looking at the Stripe documentation it appears that the only valid values for "InvoiceCreateStatus" are "draft" and "saved"
The options for other invoice statuses is present in the wave action:
it seems like maybe InvoiceCreateStatus is not the correct object? invoicestatus, meanwhile, does have the full list of statuses?
Any advise is welcome.
Thank you!