КОМЕНТАРІ •

  • @morrismenanya9059
    @morrismenanya9059 Рік тому +1

    This is very confusing. how are you able to pass the amount in eur. I am seeing EUR19.99

  • @TheBeatBen
    @TheBeatBen Рік тому +1

    It's awesome!
    I wish all the tutorial vids are like this.
    Cool lector we got here. :)

    • @StripeDev
      @StripeDev Рік тому

      Thanks for your kind words! We're glad that you find these tutorials helpful.

  • @clamgts
    @clamgts 2 роки тому +1

    Can you guys please make a tutorial for implementation on backend only and testing with postman. Its ridiculous for me to build a small frontend just for the sake of testing Stripe. I literally cant find a tutorial anywhere that covers this.

  • @StripeDev
    @StripeDev 2 роки тому +2

    Hi Akash, this documentation about placing a hold on a card may help answer your question: stripe.com/docs/payments/capture-later

    • @akashsamuel5298
      @akashsamuel5298 2 роки тому

      and the card element looks simple how to customize it?

    • @StripeDev
      @StripeDev 2 роки тому +1

      You can find more information on customising elements here: stackoverflow.com/questions/47097403/how-to-customize-credit-card-form-in-stripe and stripe.com/docs/js. Let us know if these help answer your question.

  • @TheBeatBen
    @TheBeatBen Рік тому

    In this example we have "CardElement". But if I want to setup my form myself with separate CVC code, expiration date.
    What should I provide to payment method then?

    • @StripeDev
      @StripeDev Рік тому

      Hi there-to make sure we have a clearer understanding of your current integration, can you please contact us through support.stripe.com and we can assist you with this further?

  • @victorcesardepaularangel2016
    @victorcesardepaularangel2016 3 роки тому +1

    What if i'm not using the stripe elements?

  • @mattiapalmese2971
    @mattiapalmese2971 2 роки тому

    This man is going super saiyan, thank you for the video. Amazing.

  • @StripeDev
    @StripeDev 2 роки тому

    Hi there! Sorry about that, you can find it here: github.com/stripe-samples/accept-a-payment/blob/main/custom-payment-flow/client/react-cra/src/Card.js

  • @StripeDev
    @StripeDev 2 роки тому +1

    Hey there, the provider component is used around the 11:09 mark (ua-cam.com/video/IhvtIbfDZJI/v-deo.html), and is required. You can read more here: stripe.com/docs/stripe-js/react#elements-provider.

  • @coreyhansen447
    @coreyhansen447 2 роки тому

    I am confused as to where the price is coming from.
    I notice you don't specify a price id anywhere or a specific dollar amount.
    Does your specific stripe public key specify just a single available item available to purchase?
    In other implementations of stripe a price_id is required...

    • @StripeDev
      @StripeDev 2 роки тому +1

      Hey Corey, thanks for reaching out. You can find the code used in the tutorial here: github.com/stripe-samples/accept-a-payment/blob/main/custom-payment-flow/client/react-cra/src/Card.js. This code doesn't include 'price', but does include the amount, which is specified in this backend code here: github.com/stripe-samples/accept-a-payment/blob/main/custom-payment-flow/server/node/server.js#L55 as '5999'.
      As for your third question, the publishable key is not tied to a particular purchasable item. For instances where a price_id is required, one such instance is for the creation of checkout sessions. You can find an example of this here: github.com/stripe-samples/accept-a-payment/blob/main/prebuilt-checkout-page/server/node/server.js#L54.
      Hope this helps, but let us know if you have any other questions!

  • @worthyvibes9989
    @worthyvibes9989 Рік тому

    where is the backend of this '/config' and '/create-payemnt-intent'

  • @23pointblank
    @23pointblank Рік тому

    the 3184 test card does not bring up the modal. What should i be looking at?

    • @StripeDev
      @StripeDev Рік тому

      Hi Felix! We'd love to help you out here, could you give us a little more context on the problem you're facing?

  • @TheJason118511
    @TheJason118511 2 роки тому

    Hey man! thanks for the helpful vid, how'd you get your form and everything to display so nicely? I didn't see you add any css, just wondering why yours is so great out of the box

    • @vsowill
      @vsowill 2 роки тому

      Put the form in a div then style the div with padding and a shadow.

  • @akashsamuel5298
    @akashsamuel5298 2 роки тому

    how can I authorize a payment now and capture the amount after a specific time?

  • @StripeDev
    @StripeDev 2 роки тому

    Hey Jason! Glad you found this helpful-the UI is actually pre-built in the React Stripe.js library: github.com/stripe/react-stripe-js

  • @redrum884
    @redrum884 Рік тому

    How can we know which user is creating a payment Intent? Can we send the customer info while creating a payment Intent ?

    • @StripeDev
      @StripeDev Рік тому

      Hey there-great question! You can use the "customer" parameter, which would contain the customer ID of the user. You can find more details on this here: stripe.com/docs/api/payment_intents/object#payment_intent_object-customer

    • @redrum884
      @redrum884 Рік тому

      @@StripeDev I am creating a application in which user can pay one time with the help of stripe. For my understanding first we have to create customer and then payment intent and attached that paymentIntent to created a customer. But I am finding some way
      if a create a paymentIntent along I can send the customer info and stripe will create a user and attached the paymentIntent for me.

    • @StripeDev
      @StripeDev Рік тому

      You would need to have created a Customer object before the parameter could be attached to the PaymentIntent, as the customer parameter for PaymentIntents only contains the customer ID itself, not any other details for the customer. These other details would be contained within the Customer object. You'll find more details about creating Customer objects here: stripe.com/docs/api/customers/create.

  • @dhavalprajapati2084
    @dhavalprajapati2084 2 роки тому

    I want the source code of this implementation sir, where can I find this? I have tried to access through GitHub URL but it isn't available there

    • @StripeDev
      @StripeDev 2 роки тому +1

      Hi there! Sorry about that, you can find it here: github.com/stripe-samples/accept-a-payment/blob/main/custom-payment-flow/client/react-cra/src/Card.js

    • @dhavalprajapati2084
      @dhavalprajapati2084 2 роки тому

      @@StripeDev Thanks sir for your kind and Instant Reply

  • @ratnabhkumarrai5594
    @ratnabhkumarrai5594 2 роки тому

    Hi, the "create-payment-intent" endpoint is our own custome endpoint or the stripe api which sents back the clientSecret key ?

    • @shubhendusen2
      @shubhendusen2 Рік тому

      Yes, this video assumes that part is already completed by the user

  • @milanm2605
    @milanm2605 2 роки тому

    How do you attach a customer? When showing the dashboard the customer had the value of "None".
    Isn't a payment without customer info pretty useless?
    I mean, surely you would need the name, e-mail, address and so on so you know who to contant or where to send the product.

    • @StripeDev
      @StripeDev 2 роки тому

      Hey Milan! Can you please tell us a little more about what you're trying to do with Stripe, and what issues you're running into? We're happy to help.

    • @LegacyUntouched
      @LegacyUntouched 2 роки тому

      I dont know if this helps, but I think it's just because we never attached a customer to the payment. Whenever I build a site, I typically have a login/signup that stores my customer into a DB (just the customer, no payment info).
      then when the customer makes a payment, they get all info generated and is displayed on their dashboard and a successful payment is then sent to me with the customer based on the database ID for easy lookup.
      I may be explaining it wrong as I'm still a JR and primarily work on front end but I'd imagine here we just don't have any customer information because a customer hasn't been built at all.

  • @tszchunlau5643
    @tszchunlau5643 2 роки тому

    is it possible to add card holder name or email text field ? since i want to make a record

    • @StripeDev
      @StripeDev 2 роки тому

      Hey! Can you tell us a bit more about what you're trying to do? Where do you want to add the card holder name and what do you mean by 'email text field'?

    • @tszchunlau5643
      @tszchunlau5643 2 роки тому

      @@StripeDev actually I want to know who pay for me , but seems like here’s only have card number I know I want to know who pay me according to email

    • @StripeDev
      @StripeDev 2 роки тому

      Thanks for getting back to us. It seems what you're looking for might be here: stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-customized_fields
      We do also have a React document here, if it helps: stripe.com/docs/stripe-js/react

  • @iamdhison
    @iamdhison 2 роки тому

    Hello, thank you for awesome video. I am currently building a website same like Airtasker or Airbnb where I need to collect booking payments from customer and then after the job completes, I need to deduct my service fee and pay to the tasker in their AU bank account.
    Could you please help me with this scenario how to achieve?
    Thanks heaps!

    • @StripeDev
      @StripeDev 2 роки тому +1

      Hi Dhiraj, this page shows how you can split funds between your platform and your connected account by creating charges.
      This page is helpful for those who want to create marketplaces and pay out money to service providers: stripe.com/docs/connect/charges

  • @munawarbasha2799
    @munawarbasha2799 2 роки тому

    Hi, very helpful video. Can you help me stripe with ACH using react?

    • @StripeDev
      @StripeDev 2 роки тому

      Hi there-would you mind expanding on what you need help setting up?

    • @munawarbasha2799
      @munawarbasha2799 2 роки тому

      @@StripeDev we need to accept payments via card and ACH bank accounts of US, as part of it i am clear on how to accept payment via card but not clear with ACH...i am using React in Frontend and Java in backend

    • @StripeDev
      @StripeDev 2 роки тому

      You can use Sources, a single integration path for creating payments using any supported method.
      We also have documentation here: stripe.com/docs/sources/ach-credit-transfer

  • @Frank-wb2ds
    @Frank-wb2ds 3 роки тому

    What is the name of this VScode theme!?

  • @omaralexandro2928
    @omaralexandro2928 3 роки тому

    Integration with Angular please!

  • @emeryd7432
    @emeryd7432 3 роки тому

    Hello could you add the source code on git , please ?

    • @cjav_dev
      @cjav_dev 3 роки тому

      Hey Emery, the git repo is linked in the description.

    • @theonethatprotectsyoufromt9271
      @theonethatprotectsyoufromt9271 3 роки тому +3

      @@cjav_dev The link to github in the description leads to 404 page. Please add a working link.

  • @ikrommurodov6639
    @ikrommurodov6639 Рік тому

    thanks

  • @jovietrostky
    @jovietrostky 2 роки тому

    Your too strong

  • @StripeDev
    @StripeDev 2 роки тому

    Hi Ratnab, yes, this would be a function/route in your own server implementation, which would call the Stripe API using your secret keys. You can find an example of this here: github.com/stripe-samples/accept-a-payment/blob/main/custom-payment-flow/server/node/server.js#L40.

  • @StripeDev
    @StripeDev 3 роки тому +1

    Hey Emery, we'd recommend checking out github.com/stripe-samples/accept-a-payment/tree/main/custom-payment-flow/client which has multiple clients and the servers as well for more info!