#nsotelo
1 messages · Page 1 of 1 (latest)
Hello! Yep, for the marketplace model we have Stripe Connect: https://stripe.com/docs/connect
And for card payments and next actions, I'm not sure exactly what you mean by "statuses". Can you be more specific about what you're looking for?
I mean the possible actions we can be requested
I don't think we have a comprehensive list anywhere, but it's not something you need to worry about as the Stripe frontend libraries take care of it for you. For cards, the big two are going to be 3D Secure and, rarely, a captcha challenge if we detect high levels of abuse.
Ok, but the API integration would require us to take the action, right?
I mean, redirecting the user for instance
Meaning if you don't use our client libraries at all?
Yes, we are thinking of using Stripe Elements for tokenization, but not the full Stripe's checkout experience
We would tokenize with elements, and then process the payments directly via API. This means, we understand, that we can receive "next action... 3ds" (for example) and we would have to redirect the user, or whatever action
Meaning you want to confirm server-side?
If so you can still use Stripe Elements to handle the next action using handleNextAction in Stripe.js: https://stripe.com/docs/js/payment_intents/handle_card_action
Oh, cool! We gonna check that
many thanks
Last question, I was reviewing the Connect documentation
Just to confirm:
1- with standard accounts, the $ from the transaction goes directly to the connected child account, right?
2- does the "main" account have any extra transaction charge or fixed cost from Stripe? (this is to make sure that the fees are in charge of the connected accounts)
That depends on the type of charge, not the type of connected account. See here for details: https://stripe.com/docs/connect/charges