#nkola19-checkout
1 messages · Page 1 of 1 (latest)
Hi, sorry I am not sure I follow the question. Could you elaborate more on the application you are referring to?
Does the application belongs to another Stripe account, and you are referring to how to onboard Stripe accounts to the Stripe account - owner of the application?
it is the online application of the merchant
how can the merchant use existing Stripe checkout account to accept payments from customers using APIs.
what end point to use and what parameters to pass to stripe
Sorry for more questions, but what do you mean by "Stripe checkout account"?
There is only one type of Stripe account. When a merchant has it, they have the Secret Key and Publishable Key to start integrating with Stripe
my understanding is that Stripe has different type of accounts like checkout, connected...etc.
connected is for market place and checkout for individual merchant accounts
No, they are different API/products. You use one Stripe Account to integrate them
Stripe Connect is a bit different, it involves multiple Stripe Accounts for a fund flow. But basically each merchant only has one Stripe account
so long as merchant gets their secret and publishable key they should be able to enable accepting payment from their online store?
Yes
can you point to the endpoint we should use?
There would be multiple steps. I recommend starting with this guide: https://stripe.com/docs/payments/accept-a-payment
👍
The first endpoint you will work with, also inside the Doc, is the PaymentIntent Creation API
got it, thanks