#astriitss_25967
1 messages · Page 1 of 1 (latest)
hi there!
if you use send_invoice, then each invoice will be sent by email to the user so they can pay.
if you sue charge_automatically, then each invoice will be paid automatically
this is covered here: https://stripe.com/docs/api/subscriptions/create#create_subscription-collection_method
In this section, If I choose email invoice, moving forward it will automatically charge or not?
no it won't automatically charge
it will send an invoice at every billing cycle, and it's up for the customer to pay or not every time
and the invoice will send automatically to customer email or not?
the Invoice will be sent by email to the customer autoamtically yes. but they won't be paid automatically, it's the user who will have to enter their payment information every time to pay.
ok got it, thank you Soma!