#Gautam
1 messages · Page 1 of 1 (latest)
Hi there, you can find the info about billing cycle anchor here https://stripe.com/docs/billing/subscriptions/billing-cycle
If a month doesn’t have the anchor day, the subscription will be billed on the last day of the month.For example, a subscription starting on January 31 bills on February 28 (or February 29 in a leap year), then March 31, April 30, and so on.
About the second question, yes you can add a description to an invoice https://stripe.com/docs/api/invoices/object?lang=ruby#invoice_object-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
for second question -- I mean to say invoice url (invoice pdf ) --if we could add some dynamic field from our side ..so it should reflect in pdf
Yes it will
how we can do this ..any documentation
You can test it out yourself. I've sent you the API reference link in the earlier message.
Thanks .. I got