arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
453 stars 130 forks source link

feat: add support for voiding invoices #562

Closed levkk closed 2 months ago

levkk commented 3 months ago

Summary

Add support for /api/invoices/void.

Checklist

arlyon commented 2 months ago

Merged in a diff PR, thanks for taking the time though.