-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingprioritizedPrioritized issuePrioritized issuetriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
With Stripe SDK, I'm able to create an invoice that has no line items:
const invoice = await stripeRequest('invoices', {
customer: customerId,
due_date: nowPlus30minutes,
collection_method: 'send_invoice',
});That's because I pass collection_method: 'send_invoice' and future due_date.
If I try to replicate the same via Pipedream action I get: Nothing to invoice for customer
I suspect some prop might not get passed well? Or perhaps there's something about invoices and Stripe API I don't understand well enough yet.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingprioritizedPrioritized issuePrioritized issuetriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done