#cj_subscription-fees

1 messages ยท Page 1 of 1 (latest)

inland helmBOT
dreamy arrowBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

inland helmBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1274000867573633147

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

pulsar lake
topaz wyvern
#

If I want to charge a fixed amount, whats the best to acheive this

#

or are you saying its impossbile / no workaround?

pulsar lake
topaz wyvern
#

I see... is there any stripe fee associated with account debit?

pulsar lake
#

Not sure. We don't know anything about fees/pricing in here

#

We just answer api questions

#

You could ask our support team: https://support.stripe.com/contact

topaz wyvern
#

I see. If a payment intent is not captured and refunded, will Stripe take any fee off that?

#

I guess I need to ask the support lol

pulsar lake
#

Yeah not sure

topaz wyvern
#

Is there any invoice generated for the application fee taken for the destination charge?

pulsar lake
#

It's not a separate invoice

#

It's an application fee on the regular subscription invoice

topaz wyvern
#

can the connected accounts view how much application fee they paid?

#

like aggregate view for the month

pulsar lake
#

What kind of connect accounts?

#

Not really sure though. We also don't know much about the dashboard in here

topaz wyvern
pulsar lake
#

yeah

#

Really I recommend you just test this out in test mode to see what the account holder can see

topaz wyvern
#

I see. is there any way to make all the subscriptions to start on the same day? but still get them to pay the partial amount for the 1st month

For example,

I want my billing cycle to be 25th of every month.

Let's say person A signs up for a subscription on 17/08/2024.

  • I want the first invoice to be prorated amount from 17/08/2024 to 25/08/2024
  • I want the 2nd invoice to be a full month from 25/08/2024 ~ 25/09/2024
pulsar lake
#

You need to set billing cycle anchor to the 25th

topaz wyvern
#

awesome, is it possible to create a monthly subscription but the price is calculated daily?

i.e. Feb should be cheaper than other months

wise thicket
#

Hi there ๐Ÿ‘‹ jumping in as my teammate needs to step away soon. No, we don't have prebuilt functionality for that, you would need to build custom logic for that.

topaz wyvern
#

I see ๐Ÿ˜ฆ

inland helmBOT
#

cj_subscription-fees

topaz wyvern
#

when I'm onboarding accounts to my Connect platform, is there way to bypass the mobile phone verification step?

wise thicket
#

No, not with our hosted onboarding flows.

topaz wyvern
#

what about if I use embedded or api?

wise thicket
#

An embedded onboarding flow is still one we host, so no. An API onboarding flow is where you build your own UI for onboarding connected accounts, so you're free to build that as you see fit.

topaz wyvern
#

oh so api won't block me from creating connected account if it didn't do the "verification" step

#

will that connected account have any restriction for not doing the verification?

wise thicket
topaz wyvern
#

is verifying phone number a requirment for api onboarding?

wise thicket
#

The necessary information for onboarding fluctuates with account type, capabilities, service agreement type, platform country, and connected account country. You can use the table on this page to see a list of required information for onboarding an account, after populating the form above the table with the details of your scenario:
https://docs.stripe.com/connect/required-verification-information

Learn what required verification information you need to collect for each country when using Connect.

topaz wyvern
#

I see

Phone - First charge - individual.phone

Will this number need to be verified (i.e. getting the short-code via sms) or can I just enter a number without verification

#

does Stripe have an API endpoint specifically for managing phone number verification?

wise thicket
#

I believe it just needs to be provided, testmode should replicate that behavior if you want to test and confirm.

topaz wyvern
#

I cant find any api relating to phone number verification :/ maybe its not even a thing?

wise thicket
topaz wyvern
wise thicket
#

Okay, so it needs to be provided, and we'll likely do basic validation on it, but it doesn't need to be verified then.

topaz wyvern
#

i see awesome!

#

thank you ๐Ÿ™‚ I'll go back to implementing but will prob come back with more Qs haha