Allow for Stripe collection_method
to be set to send_invoice
.
#301
Unanswered
lukeholder
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Typically all subscriptions are made with a payment method that Stripe supports, to charge the subscription automatically.
Stripe does support a
collection_method
set tosend_invoice
which doesn't charge a payment method, but allows payment outside of Stripe.We are investigating adding support for this, please track the issue here.
Beta Was this translation helpful? Give feedback.
All reactions