#CoeliLumen
1 messages · Page 1 of 1 (latest)
Hello! I'm not sure what you mean by integrating by publicId - can you give some more detail?
can i send the link to other payment service's guide with charging the widget? Or maybe show code with other integration
Which widget are you referring to?
Cloudpayments
I want to allow any user can embed the widget on my page and use it for sales
I'm not faimliar with CloudPayments (you'll likely want to talk to them directly to understand how to model this on their integration), but you'll likely need connect accounts for each of those users to allow them to accept payments
I want them to create accounts for accepting payments themselves, and on my side only the payment widget is shown. I think it need to make with publicId and send something on the stripe, but i can't find the guide to do thats
Yeah you'll really need to talk to CloudPayments for that - I'm assuming the "publicId" is a concept on their end (we don't use any publicId in our integration)
i'm about Publishable key
I want any user to be able to embed payments from the stripe to my website
Sorry for my english, i think, i can't convey the idea to you because of the language barrier
Sorry let me back up here - if your goal is to use CloudPayments to accomplish this, then you really need to be talking to them to ask for guidance on what the best way to integrate this is. CloudPayments is a third-party extension/plugin, so we don't have any insight into how specifically they're using our API. I can give you guidance if you plan on integrating with Stripe directly (not with CloudPayments), but otherwise you'll have to talk to them
nooo, i wan't to integrate the stripe, just cloudpayments is a similiar system, and i tried to use it as example
want*
Ah! Gotcha - so I don't know how CloudPayments implements their widgets, but the way to do this would be to sign up your users for connect accounts (so they're connected to your platform account) and you'd have a server endpoint that will create payment intents (that are used to complete payment)
Aaah, i understood. https://stripe.com/docs/payments/quickstart us that the right guide to do this, right? So, i'm a third party service, but i'm anyway need to integrate other accounts to mine, right?
But they are anyway will recieve the money, to their accounts, even if i connect their accounts to mine, right?
Yes, even if they connect the accounts to yours they can receive money - it's up to you (as the platform) to determine how much of it goes to them / if you want to take a fee or not
On top of the doc you linked to, you'll also want to look at all the connect docs like:
need i to buy some plan to connect or something like that, or it free?
Anyway, thank you so much!
I'm not sure waht the pricing for Connect is (you'll want to talk to support https://support.stripe.com/contact for pricing questions)
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
is i connect any registered account to my automaticly, or i need to send them a link to register?
There's a lot that goes into connecting an account to your platform (and it depends on the kinds of accounts you're working with). I'd start off with selecting the kind of connect accounts you're working with, and then from there you look into what's recommended for onboarding those types of accounts
I need to head out, but if you have any follow-ups @simple stratus can help answer them
ok, thank you!
@simple stratus sorry, i'm about stripe integration. Could you send me guide to do something like that? https://help.tilda.cc/online-store-payments/payment-system/stripe
i wan't to make integration like on tilda
Can you be more specific? That's a lot of documentation to read through
We can't build your integration for you
But we can help answer questions
Have you read all our connect documentation that was shared?
not yet. Is the tilda use connect too?
I don't know. Can you explain what tilda is doing that you want to also do?
Allow users to send something to us, that will create payment widget on our site in iframe, but all transactions, account settings and other will be on the user side
so that the user can insert his widget on our site and we just load it
What are they sending to you? Am a bit confused still
Can you describe what the money flow will be?
Then I can tell you if connect will work for you
But I really recommend reading all the links that were shared with you earlier first. Then you can come back with specific questions
want to allow users to embed their widget on our site to pay for what the user wants to sell
but don't want to sell something myself or manage payments
something like that
no
Oh in that case you don't need connect. Your customers will each need their own Stripe account. The easiest way to achieve this would be for them to create payment links for their products: https://stripe.com/payments/payment-links. Then you could link them on your site
yeah, it looks like something, that i need. Thank you very much c:
so, can i allow not to create a link, but charge the widget to payment or something like that?
I don't understand the question. Can you re-phrase?
can I create a payment form for their store on my side?
No. That's something they'd need to do. They would create the stripe account, create a payment link, and then they can share the link to you
Is it a requirement for you to manage all that yourself?
i wan't to injuect widget like this in preview to my site
https://stripe.com/docs/payments/quickstart
but from their stripe account
inject* in js code
load with their data and inject into iframe
Ah so that's a more custom integration flow. If you don't want to touch any money though I have a suggestion. One moment
You create a platform Stripe account. Then, all your sellers will have Standard Connect accounts connected to your platform and you can do direct charges (this way you don't take any funds yourself)
Above links should get you set up
if they already have stripe accounts, will they not need to create new ones to join?
Thank you
Correct. That's covered in the second link I shared
thank you again, lmao. It was a difficult battle, but it seems we done
No problem. Just keep in mind the set up described in the direct charges guide when working your way through the accept a payment guide. A connect setup will require a slightly different config (but that's all covered in the direct charges guide)