#CoeliLumen

1 messages · Page 1 of 1 (latest)

rustic imp
#

Hello! I'm not sure what you mean by integrating by publicId - can you give some more detail?

paper lynx
#

can i send the link to other payment service's guide with charging the widget? Or maybe show code with other integration

rustic imp
#

Which widget are you referring to?

paper lynx
#

Cloudpayments

#

I want to allow any user can embed the widget on my page and use it for sales

rustic imp
#

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

paper lynx
#

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

rustic imp
#

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)

paper lynx
#

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

rustic imp
#

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

paper lynx
#

nooo, i wan't to integrate the stripe, just cloudpayments is a similiar system, and i tried to use it as example

#

want*

rustic imp
#

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)

paper lynx
#

But they are anyway will recieve the money, to their accounts, even if i connect their accounts to mine, right?

rustic imp
#

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

paper lynx
#

need i to buy some plan to connect or something like that, or it free?

#

Anyway, thank you so much!

rustic imp
#

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)

paper lynx
#

is i connect any registered account to my automaticly, or i need to send them a link to register?

rustic imp
#

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

paper lynx
#

ok, thank you!

simple stratus
#

Sorry I don't understand

#

What exactly are you trying to do?

paper lynx
#

i wan't to make integration like on tilda

simple stratus
#

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?

paper lynx
#

not yet. Is the tilda use connect too?

simple stratus
#

I don't know. Can you explain what tilda is doing that you want to also do?

paper lynx
#

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

simple stratus
#

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

paper lynx
#

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

simple stratus
#

Ok

#

But will you get a cut of the funds?

#

A percentage?

paper lynx
#

no

simple stratus
#

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

Use Payment Links to sell online without a website and without any code. Create a full payment page in just a few clicks and share the link with your customers.

paper lynx
#

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?

simple stratus
#

I don't understand the question. Can you re-phrase?

paper lynx
#

can I create a payment form for their store on my side?

simple stratus
#

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?

paper lynx
#

but from their stripe account

#

inject* in js code

#

load with their data and inject into iframe

simple stratus
#

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

paper lynx
#

if they already have stripe accounts, will they not need to create new ones to join?
Thank you

simple stratus
#

Correct. That's covered in the second link I shared

paper lynx
#

thank you again, lmao. It was a difficult battle, but it seems we done

simple stratus
#

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)