Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Pink
Assigned To: David Forbis
Created By: David Forbis
Created Date/Time: 10/5/2018 2:09 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
 
Time Id: 4095
Template/Type: Ideas & Special Notes
Title/Caption: Stripe
Start Date: 10/5/2018
Main Status: Active

Sorry, no photos available for this element of time.


Notes:

This will be where I gather all the information I can about Stripe and storing it for later reference. Some specific items I have been asked to look for/research:

  • What type of certification do clients need to sign up for stripe? (Depends on if you want to be a Stripe partner {then no} or a verified stripe partner {then yes})
  • Do they offer commissions? Can we become a reseller of Stripe? 

    Does Stripe offer a revenue share program for its partners?

    Stripe does not currently offer a revenue share as part of this program.

It is common for our merchant processors to have high standards to entry (must be open for so long, must be making a certain amount, etc.). We are looking for a merchant processor for new businesses that can start selling. We used Stripe in our Adilas Shop with great success.


Additional Comments/Notes - Subs (5)
Title/Caption Date Time Done By Comment/Note
Email Correspondence 10/10/2018 3:51 pm David Forbis
Hi David,

Chris here, from the Stripe Growth Team. Thanks for getting in touch. My apologies that we have not been able to respond to you before now. We have had a very high volume of contacts in the last few days which has affected our response time. 

I think that our Partner program may be something that you might be interested in. You can check out the details here:
https://stripe.com/docs/partners

Let me know if you have any questions.

Kind regards,

Chris


On Oct 8, 15:28, DavidForbis wrote:

We have a cloud-based business management system. We have tied together CRM, Accounting, Media, Calendaring, HR, Point of Sales functions into a singular program. Plus it can be customized to reflect individual business needs. The one thing we do NOT do is process or store merchant processing information. We have an API connection to a few merchant processors but several of our customers are new businesses without the history needed to qualify with these merchant processors. We are looking for a merchant processor to help new businesses. We have had developers use Stripe and heard good things. You are well documented so our questions are more about possibilities of commissions or becoming a representative, possible aid in connecting and other such details. We appreciate your time!


Information About Connection 10/8/2018 4:12 pm David Forbis

Connect Account Types

Learn more about the three kinds of Stripe accounts you can use with Connect.

With Connect, users of your platform can have one of three types of Stripe accounts:

The documents linked in those bullets walk through using the corresponding account type in detail. However, you should first determine which type is most applicable to your use case, using the information below.

Choosing an approach

As many factors go into choosing the best type of account to use, the following table presents the most important considerations. You can support more than one account type, although that adds complexity to your integration.

 STANDARDEXPRESSCUSTOM
Integration effortLowestLowTypically higher
Integration methodOAuth integrationOAuth integrationAPI-only
Fraud and dispute liabilityUserPlatformPlatform
Platform can specify payout timing?NoYesYes
OnboardingStripeStripePlatform
Identity information gatheringStripeStripePlatform
User can access the Stripe Dashboard?Yes, full Stripe DashboardYes, Express DashboardNo
User support provided byPlatform and StripePlatform and StripePlatform
Ideal for users that areExperienced online businessesAny typeAny type

User refers to the person with the connected account (i.e., the person being paid for providing goods or services through your platform). With Standard accounts, the platform assumes fraud and dispute liability when using destination charges, but the user is responsible when using direct charges.

Note there's an additional cost for using Express or Custom accounts.

Standard accounts

Standard Stripe account is a conventional Stripe account controlled directly by the account holder (i.e., your platform’s user). A user with a Standard account has a relationship with Stripe, is able to log in to the Dashboard, can process charges on their own, and can disconnect their account from your platform.

You can prompt your users to create Stripe accounts, or can allow anyone with an existing Stripe account to connect to your platform.

You should probably use Standard accounts when you:

  • Want to get started as quickly as possible (platforms that don’t manage accounts are easiest to set up and require far less custom code)
  • Have users that are already experienced online merchants or might already have a Stripe account
  • Prefer that Stripe handles communication for account issues directly with the user (e.g., to request more information for identity verification purposes)

To get started with Standard accounts, read more about the onboarding flow.

Express accounts 

An Express Stripe account provides the platform with the ability to specify the flow of funds and the responsibility for handling disputes and refunds, similar to a Custom account. But with Express accounts, Stripe handles the onboarding and identity verification processes. Although your user will have some interactions with Stripe, they’ll mostly still deal with your platform, particularly for the core payment processing functionality.

With Express, the platform has the ability to set the connected account’s payout settings programmatically. Express account holders have access to a minimal Stripe Dashboard, but only to manage their personal information, view payments, and see payouts to their bank.

You should probably use Express accounts when you:

  • Want to get started quickly (letting Stripe handle account onboarding, management, and identity verification)
  • Want significant control over the connected user’s experience
  • Are supporting only individuals, businesses, and nonprofits located in the U.S. (support for more countries is coming soon)

To get started with Express accounts, read more about the onboarding flow.

Custom accounts 

Custom Stripe account is almost completely invisible to the account holder. You—the platform—are responsible for all interactions with your user, including collecting any information Stripe needs. You also have the ability to change all of the account’s settings, including the payout bank account, programmatically.

Custom account holders do not have access to a Stripe Dashboard, and Stripe will not contact them directly.

You should probably use Custom accounts when you:

  • Want complete control over the connected user’s experience
  • Can build the infrastructure required to collect user information, create a user dashboard, and handle support
  • Want to handle all communication with your users, rather than having your users contact Stripe directly

Since creating and managing Custom accounts typically requires a more involved integration than using Standard or Express accounts, we’ve dedicated several pages to the topic, starting with the fundamentals of Custom accounts.

Choose your account type

Know what type of integration you'd like to have? Read more about the specific account integration steps.

Pricing 10/5/2018 2:25 pm David Forbis

Pay As You Go:

2.9% + $0.30 per successful card charge (No setup, monthly or hidden fees; Pay only for what you use; Real-time fee reporting)

Run Online business at Scale:

Account management, Volume discounts, Migration assistance, Dedicated support

Open Source 10/5/2018 2:11 pm David Forbis

https://stripe.com/open-source - community pieces and projects

Documentation 10/5/2018 2:09 pm David Forbis

https://stripe.com/docs - documentation

API

https://stripe.com/docs/api#intro - to get to the ColdFusion stuff - look on the right side and click the link for other languages. Here is the link for ColdFusion stuff - https://stripe.com/docs/libraries#third-party