#jim-connect-setup-pm

1 messages · Page 1 of 1 (latest)

winter basaltBOT
lavish depot
#

Hello

How can I help?

nimble badger
#

Hi. We're currently using Bambora for our CC payments. Our flow goes like this:

  1. User enter's credit card details into our form on the mobile app.
  2. We send the card details to Bambora and are issued a 'token' for said card.
  3. We send this token to our server and save/charge it.
#

How do I achieve this with Stripe Connect?

#

We should be able to charge this user at any time, repeatedly using the said token.

lavish depot
#

Can you provide more context on how Stripe Connect fits into this?

nimble badger
#

We (the company) have clients who will then have clients of their own.

#

To make direct payout easier, we were recommended Stripe Connect.

lavish depot
#

Gotcha. would you be charging the customers as a platform or will you be using the connected accounts (your clients) for this?

nimble badger
#

Yes. the client accounts will be used for charging their customers.

lavish depot
winter basaltBOT
#

jim-connect-setup-pm

nimble badger
#

This is supported in the Standard Connect service?

lavish depot
#

Not sure what you mean by that? Can you elaborate?

nimble badger
#

Scratch that. Yes we will be using Direct Charge.

lavish depot
#

Cool, so one thing I'd like to clarify is that our APIs don't allow sending raw PANs to our endpoint.
So you won't be able to use your own form to collect payment method information.

You'd need to use Stripe Elements like PaymentSheet or CardElement
https://stripe.com/docs/payments/mobile

We have an end to end guide here on how you can set up payment methods on a Stripe account
https://stripe.com/docs/payments/save-and-reuse?platform=ios&ui=payment-sheet

But since you'd be setting them up for Direct charges, you'd need to make API calls by incoporating this too
https://stripe.com/docs/connect/authentication

nimble badger
#

Thanks, I think I understand what to do now. A couple more questions now.

lavish depot
#

sure

nimble badger
#

What is the review process for a new connect account?

Context: Company signs up with us, we want to create a connect account for them automatically. How much and what information do we collect before account creation, and is there any review process involved by Stripe?

lavish depot
nimble badger
#

Great. One final question.

We, as a company, want to charge our connect account customers a monthly fee. Is there a way to do this directly?

nimble badger
#

Thanks a lot for your clear and concise responses. Can I ask further questions in this thread at a later date? Or do I need to create a fresh one?

lavish depot
#

We typically close out the threads daily. Feel free to ask a question in #dev-help and reference this old thread.

#

We won't re-open the thread but would be useful to provide context

nimble badger
#

Thanks. Have a good day.