#bugkiller.

1 messages · Page 1 of 1 (latest)

stable shardBOT
main ginkgo
#

Hi, let me help you with this.

#

Yes

misty mica
#

so how can I change it?

#

stripe.Subscription.modify(
"subscription_id",
"collection_method": "send_invoice"
)

#

is this correct?

main ginkgo
#

Yes

misty mica
#

next invoice date is Oct 29

#

so if I change it today, then user will get invoice email on Oct 29?

main ginkgo
#

That's correct.

misty mica
#

let me try

#

stripe.Subscription.modify(
"subscription_id",
"collection_method": "send_invoice"
)
I think this is incorrect 😄

stripe.Subscription.modify(
"subscription_id",
collection_method= "send_invoice"
)
maybe this correct

main ginkgo
#

What language are you using?

misty mica
#

python

main ginkgo
#

The second example looks good.

misty mica
#

looks like it's working

main ginkgo
#

Glad to hear.

misty mica
#

thank you

main ginkgo
#

Happy to help.

misty mica
#

Is there any place so that I can check if invoice sent ir not

#

stripe dashboard, somewhere list invoice email sent

main ginkgo