#bkrnetic
1 messages · Page 1 of 1 (latest)
I just stumbled upon part of the docs that says that only payment intent with amount is required, no price_id is necessary.
Thus there is no need to create products in Stripe dashboard when using Stripe Connect, right?
It depends on the kind of accounts and charges you're using. With Standard account & direct charges, yes, the objects for everything reside in each connected account.
For Express/Custom accounts and destination charges, these things all live in your platform account.
https://stripe.com/docs/connect/accounts#choosing-approach
Yes, it also depends on how you're creating payments
if you're using just payment intents, no price/product objects are required.
If using Checkout or Subscriptions/Invoices, you'd want to create those products and prices to reference
Okey, thanks a lot for the response. Have a nice day
NP - you too!