#bkrnetic

1 messages · Page 1 of 1 (latest)

acoustic dewBOT
uncut dove
#

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?

quaint jackal
#

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

Learn more about the different types of Stripe accounts you can use with Connect.

#

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

uncut dove
#

Okey, thanks a lot for the response. Have a nice day

quaint jackal
#

NP - you too!