#rq-sagar-subscriptions
1 messages · Page 1 of 1 (latest)
I thought this will generate a new invoice and I can share the payment link with user.
it doesn't , no, it tries to charge the customer immediately for the first period of the subscription.
why not use Checkout instead? Might fit your use case better
I am dealing with a billing manger of company. He doesn't want to visit my website and login. He wants an invoice over email
I have done this in past but using the Dashboard. With API, it's failing
Reason I can't use Dashboard- backdate_start_date is supported only via API
then maybe you want to use collection_method:send_invoice instead!
https://stripe.com/docs/api/subscriptions/create#create_subscription-collection_method
it's the same setting as what the dashboard shows as this :