#nkola19-checkout

1 messages · Page 1 of 1 (latest)

keen jungle
#

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?

solar pagoda
#

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

keen jungle
#

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

solar pagoda
#

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

keen jungle
#

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

solar pagoda
#

so long as merchant gets their secret and publishable key they should be able to enable accepting payment from their online store?

keen jungle
#

Yes

solar pagoda
#

can you point to the endpoint we should use?

keen jungle
solar pagoda
#

👍

keen jungle
#

The first endpoint you will work with, also inside the Doc, is the PaymentIntent Creation API

solar pagoda
#

got it, thanks