#sasindum_70251

1 messages · Page 1 of 1 (latest)

viral waspBOT
upper hedge
#

is it possible to have a custom cycle period for subscriptions other than daily, weekly, monthly and yearly?
Yup! Custom cycle can be specified in recurring field: 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 under Branding section: 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?

rare dagger
#

@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

upper hedge
#

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
rare dagger
#

i see thanks

upper hedge
#

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

Understand how Stripe Tax can help your platform and your connected accounts comply with tax obligations.

rare dagger
#

thanks, I will reach out there 👍