Stripe Connect

<% if current_user.stripe_access_token %>

STRIPE CONNECTED!

You are ready to receive payments for your projects!

Your Stripe user ID: <%= current_user.stripe_userid %>

<% else %>

In order to use Stripe payments as your payment processor, you'll need to connect and create a Stripe account. You can do that easily through this Crowdfunding platform.

If you don't have a Stripe account, you'll be prompted to create one

<% end %>

<%= link_to "Back To User", main_app.user_path(@stripe_user), :class => "btn btn-primary" %>