#sleepys-connect-onboarding
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- sleepys4720, 20 minutes ago, 9 messages
Hi, where are you seeing this? Can you add more details?
On this screen. I am onboarding a express account
The people connecting to my platform is not getting paid we are using their connected account to place charges for using my platform
Or am i using a wrong connect type to handle this usecase
sleepys-connect-onboarding
No you can't change any of this
I don't really understand what you are saying though. If you accept payments for them, they are getting paid
For context, my platform needs users to connect thier stripe accounts so when they place an order on it, we just automatically charge them
Should i not be using stripe connect for this?
They can attach their shopify store, and resale the items. So techcnially they are merchants
yeah that doesn't really make sense to me right now. It's impossible for you to "charge a Stripe account" so you're definitely going down the wrong path.
So what is the approach i need to take?
Have users type in their card information and store it?
On the merchants dashboard on stripe?
this is an extremely old doc, highly deprecated
Sorry, I still have no idea what your business model is unfortunately. Can you take a step back and clearly outline exactly who pays what when, so that I can make sense of it?
My platform is a t-shirt customizing website. We allow users to customize their shirts and then place orders. We would like to use stripe as the payment gateway for this. Rather than having those users type in their credit card information every single time during checkout, we want to enable storing of said card / account. The platform allows users to link to their Ecommerce website, like Shopify, to sell said designed t-shirt
Which will then get picked up by the platforms CRON to process orders through event bridge. Which then will apply a charge automatically to that user
Hopefully that makes sense
Okay, so you definitely do not want Stripe Connect at all. My understanding is you just have customers (the people paying) visit your site and order t-shirts. That's a normal "payment flow". Just you want to store their card details so that if they come back later they can pay quickly because you saved their info, like Amazon and most websites do right?
The thing is they can connect their Shopify store and have others order those products [ the designed products ] on their storefront
So resaler
To answer your question yeah technically yes, just need something to charge against when they place orders
but that's completely different from what you described lol
if they are resellers, they are definitely going to get paid which is what you didn't like in that screenshot right?
How are they getting paid, when we are the ones charging them to create the shirt send the shirt etc..
We are not paying them anything
hum
You can think of this exactly as Printful
If I am John Doe and want to buy that store's t-shirt, aren't they getting paid?
They are getting that "paid" through Shopify not our platform. They can place their designed products to Shopify at a higher price to indicate how much they are receiving. When orders are placed on the platform, we charge something
Merchants who connect to our store does not recieve any payment from the platform
They charge whatever they need to on their Storefront, when connecting the products
gotcha
But yeah it's impossible for you to charge their Stripe account in any way here. So you basically are accepting payments from each of those businesses. So they pay you (B2B) and in that world you have your Stripe account, and they are a Customer object with their saved PaymentMethod. But it's impossible to use their balance in their Shopify/Stripe account
So stripe is the incorrect payment gateway for this then?
Are they not able to store payment details to be used later on?
Or what is this thing about transfer? can we not initiate a transfer for said order
Stripe Connect will not work for this. Stripe will work totally fine, if you build your integration to accept payments from those individuals. You just thought "oh they have a Stripe account, let me debit their balance" which is reasonable (and asked often), but not supported
So on the platform, I need to use customer portal?
This allows them to store billing information to charge, is that correct?
No, nothing to do with CustomerPortal at all
Sorry I'm not trying to be cryptic, you just seem quite lost (fair really) and you're trying to find a perfect product and that won't really work. Unlearn most of what you skimmed/thought you knew.
You;re a business, you're charging an entity (here a company for your service), use the basic "Accept a payment" guide: https://stripe.com/docs/payments/accept-a-payment
How would you handle payments made from a CROn that needs to be automatic
We have a product named Billing that lets you accept recurring payments, no need for a CRON job: https://stripe.com/docs/billing/subscriptions/overview
Doesn't really change what I said earlier. When you accept a payment you can save card for future payments too
Ok, so does this make sense.
I will add a card input form on my site which will vault that payment method
This vaulted card can be used to initiate that payment
Is that correct
yep
The best option is to simply use our Checkout product which lets you collect card details (or any other payment methods) while starting a Subscription to charge say $15/month for example
Will that vaulted card be returned as a payment method which ican store on my db, to be used again for later charges?
We won't be using reoccuring subscription charges, only when the order is placed do we charge
in that case you want https://stripe.com/docs/payments/save-during-payment
but it still all works with Checkout to collect card details yes
Meaning a CRON that processes orders, can technically say hey I want to use this vaulted card to charge
Is that correct?
yes
Ok great, thanks. Will just use this rather than connect
yeah Connect is specifically if you facilitate payments for them in this world. So if you built the whole payment flow on top of your manufacturing/shipping feature
You're not wrong to think "but they have a Stripe Account with funds, why can't I debit them". We want to build this one day too 🙂
Sounds good apprecaite the help
sure thing!
Sorry one thing, Do i need to intiaiate a payment intent inorder to just have a page where they can vault the card?
Ill have a specific page to just input card information to vault
You can use PaymentIntents to collect card details as part of a payment (what I shared earlier)
Or you can use SetupIntents to collect card details without charging them upfront, see https://stripe.com/docs/payments/save-and-reuse
Thank you!
sure thing!