#sasindum_70251
1 messages · Page 1 of 1 (latest)
is it possible to have a custom cycle period for subscriptions other than daily, weekly, monthly and yearly?
Yup! Custom cycle can be specified inrecurringfield: https://stripe.com/docs/api/prices/create#create_price-recurring
Is it possible to have a custom on boarding UX when I use Stripe Connect with Express accounts?
There is very limited customisation on the hosted onboard page. The customisation can be done here underBrandingsection: https://dashboard.stripe.com/settings/connect
Also if I wish to use Stripe Tax with Stripe Connect (with Express accounts, invoices and destination charges), which seem to be in beta right now, is there a expected general availability timeline, what are the prerequisites to use it?
Who is liable for the tax? Platform or connected account?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
@upper hedge Thanks a lot for the quick answers. recurring.interval only allows day, week, month, year, my question was is there a way I can use anything other than those?
In the case of tax we would like to have it in a way the connected account is responsible for tax remittance etc
You can use along with interval_count. For example, if you want to charge every 10 days, it'll be:
recurring.interval:'day'recurring.interval_count:10
i see thanks
In the case of tax we would like to have it in a way the connected account is responsible for tax remittance etc
Thanks for sharing! For connected account which is liable for tax on Invoices with Destination Charges, this is a beta feature indeed. You can reach out to Stripe Support for the beta access in https://stripe.com/docs/tax/connect#beta
thanks, I will reach out there 👍