Stripe Connect onboarding to pay hosts - clearbnb - Part 13

Поделиться
HTML-код
  • Опубликовано: 22 дек 2021
  • Stripe Connect onboarding to pay hosts - clearbnb - Part 13
    #rails #rubyonrails
  • ХоббиХобби

Комментарии • 37

  • @KaiCodingJourney
    @KaiCodingJourney Год назад +7

    finally someone did this whole process of stripe connected accounts, show how it actually works and made it so simple to understand. Thanks!!!

  • @marvinpflaume882
    @marvinpflaume882 2 года назад

    Literally saved my day with this tutorial. Thanks CJ!

  • @mikapp802
    @mikapp802 3 месяца назад

    Thank you so much !!! amazing the first one explain stripe step by step, i like all your videos , i have learn a lot from you , thanks again CJ!

    • @cjav_dev
      @cjav_dev  3 месяца назад

      Thanks for watching! Glad to hear it was useful.

  • @user-by5qc6kk9y
    @user-by5qc6kk9y 7 месяцев назад

    You are very brilliant.

  • @Sky-lk6fi
    @Sky-lk6fi 2 года назад +1

    Waiting for the next video :)

    • @cjav_dev
      @cjav_dev  2 года назад +2

      I know! Thanks for your patience. I moved across the country and broke my ankle so I’m just getting back up to speed

  • @user-dp6do8jy5e
    @user-dp6do8jy5e 10 месяцев назад

    Thank you

  • @user-bx5zi1mv5t
    @user-bx5zi1mv5t 2 года назад

    Great video! Thanks! Is this code shared anywhere?

  • @php6515
    @php6515 2 года назад

    thanks for your tutorial, Any Idea on Secure Remote Commerce ?

  • @AmericazGotTalentYT
    @AmericazGotTalentYT 2 года назад

    dayum beautiful neovim

  • @arthurvannene3370
    @arthurvannene3370 2 года назад

    Question, I saw like the render time in the top left corner. Is that built-in from Rails? How I can enable it in my Rails project? Thank you

    • @cjav_dev
      @cjav_dev  2 года назад

      I don’t know which version of rails that became standard. My guess is maybe 6 or 6.1?

  • @nematelismarius4394
    @nematelismarius4394 Год назад

    Hey, really nice video thank you. Just one question do you available for some call just want to ask few questions 😅😊

  • @Omery-od6vu
    @Omery-od6vu 9 месяцев назад +1

    Is there a node.js tutorial for stripe connect, seller onboard, payouts, one concide video of intro + code walkthrough would be helpful

    • @emilo6008
      @emilo6008 7 месяцев назад

      Hey, have you found something? I'm struggling understanding how this works with nodeJs...

  • @Dorian_Barber
    @Dorian_Barber Год назад

    So with this method I am signing up hosts for Stripe for them within my app?
    Now hosts don’t also need to sign up for Stripe, instead my app does the Stripe Connection for them and all payment info displays on my app?

  • @DanielMartinez-we1lr
    @DanielMartinez-we1lr 10 месяцев назад

    Hello CJ question by any chance do you know if some source to see a tutorial in the implementation of stripe connect in Django. Thank you

  • @GiorgioDiMartino
    @GiorgioDiMartino Год назад

    Can application fee applied in percentage for connect account?

  • @hermanthotan
    @hermanthotan 2 года назад

    Do you have example of Connect Account for .Net?
    1. Merchants Connect Account
    2. Single Item Charges
    3. Subscribe Monthly Charges
    4. Maybe Checkout item combine both above

    • @cjav_dev
      @cjav_dev  2 года назад

      Hey Herman! I don't are you using .net 6 minimal API? I've been playing around with that lately.

    • @hermanthotan
      @hermanthotan 2 года назад

      @@cjav_dev I'm using .Net 6 MVC, I have struggle to ask from stripe help chat.
      Do you have the sample guide to build and understand it.
      The scenario is digital ecommerce product
      allow to put the product into cart, this product can be 1 time charge and subscription. when perform checkout it will pay to the merchants.

    • @cjav_dev
      @cjav_dev  2 года назад

      @@hermanthotan the guide for one time payments is different than the one for subscriptions, but the code is very similar. stripe.com/docs/billing/subscriptions/build-subscriptions

  • @luxcapture
    @luxcapture Год назад

    Hi Avilla. But how i can refund bookings in case guest is canceling and he will getting 50% back?

    • @BraxChat
      @BraxChat Год назад

      The is a question I need answered too

  • @henrimaselati
    @henrimaselati 2 года назад

    Guys. I am unable to get the list of countries that are considered EUROPEAN CARDS. It is a misleading info and the customer support have no clue.
    Is Switzerland a European card? Will it have the conversation fee, and is it 1.4%. What about Ukraine, Russia Belarus, they are European too?
    So what is the rule? To figure out stripe fee ? I can't get the fee on a paymentIntent (uncaptured) in advance..... so I get the card country code, but now I need a list of the european countries that are in the 1.4%.
    Am i the only one that ask this question? Non of the customer supportnor the documation have that list

  • @user-by5qc6kk9y
    @user-by5qc6kk9y 7 месяцев назад

    My requirement is simple. I have to only pay out to different users using stripe-connected accounts in each month manually. As every connected account earns commission or revenue on our platform, I will pay all of them their commission in each month. I want to use only payout to users (using stripe connect api (PHP)), very simple integration.
    Please help me. Thank you for your support.

  • @fxstreamer238
    @fxstreamer238 2 года назад

    tell me first why would i need to create a fking brand new account from terminal when i can use the website. this is all make it even more of a mess.

    • @cjav_dev
      @cjav_dev  2 года назад +1

      You would create the Platform account from the website, but the accounts we're making here is programmatically creating accounts on behalf of other merchants/vendors -- in this case the Hosts so that they can receive money from the platform.

    • @cjav_dev
      @cjav_dev  2 года назад +1

      You can technically create Express accounts with no-code from the dashboard, but I don't want to manually do that for everyone who signs up for my marketplace.

    • @fxstreamer238
      @fxstreamer238 2 года назад

      @@cjav_dev so this is not a brand new account this is a sub account under your platform account. If not then I dont see why a host would need a separate account . the host needs to get paid only from the platform he should not have anything to do with stripe

    • @cjav_dev
      @cjav_dev  2 года назад +1

      @@fxstreamer238 correct this can be seen as a sub account under the platform.

    • @fxstreamer238
      @fxstreamer238 2 года назад

      @@cjav_dev So when a host creates an account from what it says in the doc they get that temporary link url to fill their information. what if they want to change their bank credentials in the future? can they connect to their connected account?

  • @tikivhagiv7090
    @tikivhagiv7090 Год назад

    Hi can you help me with my buymeacoffee site. Got my problem in stripe. My problem is the process onboard