#François-connect

1 messages · Page 1 of 1 (latest)

tribal halo
signal talon
#

what kind of Connected Account are they in those cases ?

tribal halo
#

Which cases?

signal talon
#

actually, for now, we only have Custom

#

looks like they have to be standard acccounts

tribal halo
#

Why must they be standard accounts? For a business requirement?

#

Do you have a specific question I can help with?

signal talon
#

We are working like shopify for now. We use Custom Connect accounts for this.
Some of our users want to handle their own Stripe Account, so we are looking at this. Looking at what you say, we have to use Connect, but Connect have 3 differents accounts type

#

what type should we use, and is it possible to use it with "destination charge" ?

tribal halo
#

Some of our users want to handle their own Stripe Account
They'll need to be a standard account then.
and is it possible to use it with "destination charge" ?
You shouldn't use destination charges with standard accounts.

signal talon
#

so what should I use instead ?

#

on a PaymentIntent request for example

tribal halo
#

This doc breaks down the type of connected account payments and their appropriate usage: https://stripe.com/docs/connect/charges

Learn how to create a charge and split payments between your platform and your sellers or service providers when you accept payments.

signal talon
#

I thought you wanted to shutdown direct charge integration

tribal halo
#

Nope. What gave you that impression?

signal talon
#

multiple emails with Europe CEO

#

Thank you, I have all what I need to start working !

tribal halo
#

That's different to using direct charges with Connect (which uses Payment Intents, not Charges)

signal talon
#

I'm talking about direct charge. we've been using it since the beta

#

we've switched to destination charge a few years ago

tribal halo
#

We're definitely not deprecating direct charges

signal talon
#

ok cool

#

mmmh sorry, but Standard account, can be an already registred account right ?

#

because I don't see anything in the documentation to have the workflow to use a button "connect my stripe account"

tribal halo
signal talon
#

we can add customized data the the button to get it back after redirect ?

tribal halo
#

What specifically?

signal talon
#

internal data to get our site id to connect with

onyx compass
#

to add to what was mentioned above though, we're generally moving away from connecting to existing Stripe accounts. In most cases where you want to facilitate payments for a merchant, you'd use the Standard approach that creates a new account under that merchant's Stripe user, but isolated to your platform. Use cases where you want to connect to an existing Stripe account to do things like analyse their data are more what we call "Extensions" and today use OAuth but will transition to the new Stripe Apps platform.

signal talon
#

mmmh ok so I'd better start working on Stripe Apps ? is there any documentation about this ?

onyx compass
#

well it depends on the use case

#

the distinction is if you're a platform that facilitates payments for a Stripe account, or an extension that adds features to the account's experience. Extensions have a migration guide here https://stripe.com/docs/stripe-apps/migrate-extension but it's very early days

#

if you're the former(a platform facilitating payments)(you say you are "like Shopify) then you're not an extension I'd imagine so that doesn't apply

signal talon
#

We are an ecommerce application. We just want to be able to drive an external stripe account, so our users can use their own stripe account, instead of our Custom Account integration

onyx compass
#

but you wouldn't generally use OAuth, the preferred approach is the default one where you create an account for them

signal talon
#

mmmh so just to be sure, in our case, we don't need a Stripe Apps, and the best thing to do is to use 0Auth to connect external Stripe account, right ?

onyx compass
signal talon
#

with this options, a merchant can leave our platform and use it's Stripe account the way he want ?

onyx compass
#

yes, though that wouldn't be a common thing to happen

signal talon
#

we have a special price with our platform for card payments. do they will benefit from it ?

onyx compass
#

It depends exactly what your pricing agreement with us is

#

generally as far as I know the answer is no(that's why you use Destination charges). I'd suggest talking to your sales contact.