In CSV - Stripe Data Uploader quick-start template, there is only one flow involve. Please follow below-mentioned instruction to configure the flow.
Flow: Void Stripe Invoices with CSV
This flow retrieves invoices from a CSV file using the IO data uploader and sends them to Stripe for voiding the Invoices.
Integration Method:
- Data Formats: URL encoded
- Transport Protocol: HTTP
- API Endpoint Name: POST Void an invoice
- API: POST /v1/invoices/:id/void
- HTTP Request Body: {{{jsonSerialize null}}}
Setup Instructions: Create a CSV file with a header column labeled 'Stripe Invoice ID' and then populate the column with the corresponding Stripe Invoice IDs.