Sign in

Void invoice

documented

Void an invoice.

POST /v1/invoices/{id}/voidBillingno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.stripe.com/v1/invoices/{{$invoice_id}}/void" \
  -X POST \
  -u "{{STRIPE_API_KEY}}:" \
  -H "Accept: application/json"
Void invoice · Stripe · OpenIntegrations