#arvindt-subscription-email
1 messages · Page 1 of 1 (latest)
Can you send me the ID of that subscription? As far as I know subsciptions by default should immediately bill for the current month
cus_OfsGX62tmCbCy1
sub_1NsWg3GhiKfcCMrq2QXB7f1o
this test mode
thanks for the response
arvindt-subscription-email
but it is setting the invoice for the next month.
What do you mean by that @grim fossil? Can you provide a bit more info/context on what you are looking at and what is confusing you?
I am creating this subs and expecting to get the invoice email immidiatly
my question is
is there any api parameter which I have to send ?
Please try and explain your question/attempts in more details
- we don't send emails in Test mode
- send_invoice does not finalize the Invoice immediately
I'm struggling to follow your real question
Ok
let me explain
As per my use case
- I wd like to send paument links to my customers everymonth automatically.
- when customer create subs, they should get the email with the payment link asap
what does that mean "send payment links" though? We have a PaymentLinks product that seems completely separate.
no
You're misunderstanding how "send invoice" works. The goal of that product is usually more for B2B transactions where you want the company to wire funds later.
So I'm fairly certain none of this is what you really want
Are you a developer writing full code here? Or just doing this manually in the Dashboard as no code?
Are you a developer writing full code here? Or just doing this manually in the Dashboard as no code?
Okay so why are you creating a Subscription this way? Isn't your customer on your website/app already ready to pick the Price they want to pay and pay?
is it possible to have a voice call
nope
I cna explain
I'd recommend reaching out to our support team instead if you want a phone call: https://support.stripe.com/contact
why?
I will create customers and subscription
it is early stage and lot of work I want to avoid
You should use PaymentLinks in that case https://stripe.com/docs/payment-links
You are not. The Subscription you gave earlier was not created with a PaymentLink, it was created in Node.js with your own code
I am creating subscription from code but. I have setup product and pricing plan with payment link option
please look at price_1NoXl0GhiKfcCMrq78suQnw3
@grim fossil I'm sorry you do seem really lost with it all right now. If you are using PaymentLinks then you should not be writing code to create a Subscription. You should be using that big URL at the top near the big blue button and that link will allow you to start a Subcription, collect payment method details and such
hmm