#om.senpai

1 messages · Page 1 of 1 (latest)

fair steepleBOT
fierce ore
#

Hi! Let me help you with this.

#

Could you please share the Account ID?

foggy fog
#

Yes, so this is the Connect Account ID acct_1NiDJfQtxo9U0aT5

fierce ore
#

By verification you mean onboarding?

foggy fog
#

Oh, yes

#

it's onboarding

fierce ore
#

Given it's test mode it might not be accurate, as some of the checks are done manually on our side (in Live).
Is anything not working? Are you not able to charge Customers?

foggy fog
#

i think just about the missing information about the business of connect account, base on the document i tried AccountLink on Express it will have the form to input credit card detail, 2fa, etc but on the Standard account only have the option to get result of AccountLink, do you have any suggestion. i don't have any problem with anything else since the account still in restricted type

fierce ore
#

I understand the account is created in Test mode? What are you planning to do with it?

foggy fog
#

i just want to know how to create and activate the Standard Connect Account

fair steepleBOT
fierce ore
#

It depends if it's Test or Live mode.

foggy fog
#

I don't understand. The reason why I'm in test mode is because I need to develop and test it before go Live

#

If the test mode is different from live mode then how can I be assure that everything works in real life?

#

Anyway, I'm in test mode right now (Standard Connect). I need to simulate a scenario that a seller in my marketplace doing a transaction with an user

#

I'm trying to create Marketplace like Ebay, but the Merchant of Record or Dispute handling is not the platform itself

#

But the seller, that's why I'm using Standard

#

But right now I fail right on the step user onboarding

#

I created a clone account to test it, when the clone account (which will be the seller) click on my link to onboard, I've the option to select "success verification" or something like that that will assure all verifiaction info entered successfully

#

But after that when I check in my platform dashboard, that account is restricted

meager sandal
#

hi! taking over.

foggy fog
meager sandal
#

it should be possible to do all that in test mode. For the accout you mention, what's missing is their payout information(bank details) and some other things like accepting the Stripe TOS. That should all happen during the onboarding(the AccountLink). I think I'd suggest visiting the AccountLink in an icognito window and going through it. But I agree parts of this are very broken

meager sandal
foggy fog
#

is this Stripe test mode issue will happen for long? Or everything will works in a couple days later?

#

And that's mean I need to create a legitimate account with verified bank to test?

meager sandal
#

depends what issue you're talking about specifically 😅 like there's nothing I'm aware of that is actively broken and being investigated right now

#

I do think for Standard accounts you need to enter 'real' bank information(like your own account, or use a site like fauxid.com and get something real-looking), it's always been that way

#

because historically there was no such thing as a test-mode-only Standard account

foggy fog
#

Do I have to verify my citizenship ID or something like that in the connecting account?

meager sandal
#

AFAIK you shouldn't, you use test information for that

#

like I siad, I agree parts of this are very broken

foggy fog
#

Oh so that's mean the Standard doesn't support the test verification

#

Sadly though. Just to confirm, If I use the Epxress account, that's mean my platform will be the merchant of record and MY platform will have to handle disputes? Or "Stripe" platform will handle that?

meager sandal
#

the merchant of record depends on how you implement the charge, not the account type

#

MOR is the connected account if you're using Direct Charges, or Destination Charges with on_behalf_of ; otherwise it's the platform

foggy fog
#

oh so that mean in Express, if I set the merchant of record to the seller, then it's still possible right

#

So in case of dispute, who will handle it?

#

If I use Express

meager sandal
#

again depends on the Charge type

#

Direct -> connected account(but remember Custom/Express accounts don't have a Dashboard, so they can't actually do anything, you need to do it for them by integrating with the API; hence you usually use Standard with Direct Charges instead) ; Destination -> Platform handles refunds/disputes(regardless of the use of on_behalf_of for settlement/MOR)

foggy fog
#

" Destination -> Platform handles refunds/disputes(regardless of the use of on_behalf_of for settlement/MOR)" so that mean although I set on behalf of the seller, my platform still have to handle dispute in Express mode?

meager sandal
#

yes

#

the Dispute is handled by the account that the PaymentIntent/Charge object is created on in the API, which for Destination is the platform

foggy fog
#

Can I use Direct Charge in Express mode to let Seller responsible for that dispute?

#

Like Shopify?

meager sandal
#

you can but then like I said : remember Custom/Express accounts don't have a Dashboard, so they can't actually do anything, you need to do it for them by integrating with the API

#

so for example they'll get a Dispute, but they don't have a Stripe dashboard to log into to view or submit evidence for the dispute

foggy fog
#

That mean in case they want to refund, they need to call my API

meager sandal
#

so if you want them to be able to handle the Dispute in a way other than just auto-losing it, you'd need to build a 'seller dashboard' in your platform and call the APIs. It's generally not recommended, the recommended paths are Direct + Standard ; or Destination + Express/Custom