#vrz-billing-modeling
1 messages · Page 1 of 1 (latest)
Are the entities different businesses?
no, as an example, let's say I offer SEO optimization. My products is "Basic optimization", "Pro optimization", and "Extra optimization".
A single customer can buy these products for multiple websites.
PS: I expect to use subscriptions with my service.
so my question is how to create payment link where information about product and website would be stored
So the websites are all owned by the same company?
(What I'm trying to get at is whether or not you should have multiple accounts here)
yes, single customer can have multiple websites.
Though I'm thinking if I should consider every website to be separate customer.
If they truly are separate entities (ie each website is its own separate business), then it would make sense for each to have their own Stripe account with their own products and payment links. You could also utilize Stripe Connect: https://stripe.com/connect if there is going to be some sort of relationship between the accounts.
the term "Stripe account" is confusing for me. Does it mean they have to do some sort of registration at Stripe website? Or is it just synonym for Customer term ( https://stripe.com/docs/invoicing/customer )?
Refers to actual stripe account. If these are each separate websites accepting payments then they'll need a stripe account
Now if they're all operated under the same business entity (llc, corporation, etc) then you could do 1 stripe account
However, if they're different businesses, then each would need their own account
no no, thats not what I meant. Let me explain my use case better:
I'm going to offer a service which will provide some UI component that you can embed into your website.
Based on the product chosen the embedded component will offer different features.
Now single customer of my service may have multiple websites. How do I distinguish for which website the product (or subsription) was bought?
vrz-billing-modeling
is there a way to add some meta information about website into the payment link?
how do I create payment link so after the payment an order will have some metadata assigned automatically ?
What do you call "create payment link"? The problem is that Stripe has numerous different products and way to integrate and I'm quite confused by the vocabulary you're using and what's Stripe-specific versus your own words.
I mean I want to create payment link (and then buy button) like here https://dashboard.stripe.com/test/payment-links/create but assign it some metadata