Introducing Stripe Insiders
1:34
The new Stripe Connect
2:01
Ай бұрын
Automating tax on subscriptions
7:07
Join the Stripe Workbench beta
34:06
Stripe Connect account onboarding
23:28
Accept PayPal on Stripe in the EU
3:30
Stripe Connect charge types
7:48
Жыл бұрын
Stripe Connect account types
9:44
Payment Objects Overview
7:34
Жыл бұрын
Build a basic webhook handler
11:24
Пікірлер
@aaaddd732
@aaaddd732 Күн бұрын
how to display only apple payment
@StripeDev
@StripeDev Күн бұрын
Hi there-you can override Stripe's default logic of sorting payment methods by relevance and set your preferred order using the paymentMethodOrder option.
@aaaddd732
@aaaddd732 3 сағат бұрын
@@StripeDev tks much , i'll try it
@lamente5071
@lamente5071 Күн бұрын
Is it possible to add some kind of regex to thr custom field? I wish to validate data somehow. I'm using stripe hosted page.
@himalayaputra3021
@himalayaputra3021 Күн бұрын
Nice tutorial 🎉 *but in your screen/ this video, why gpay and applepay buttons are not being shown at checkout payment element where you have enabled these ON in your stripe dashboard?* Anyone please help
@StripeDev
@StripeDev Күн бұрын
Hi there-can you please contact us via support.stripe.com so we can look into this further?
@himalayaputra3021
@himalayaputra3021 Күн бұрын
@@StripeDev thanks for responding, I have edited my comment, can you please read it again I hope you will get my query now
@StripeDev
@StripeDev Күн бұрын
We would still need you to contact our support team. We have no way to review your current integration or set up from here. We're more than happy to get this looked into and answer that query through support.stripe.com. Thanks.
@himalayaputra3021
@himalayaputra3021 Күн бұрын
@@StripeDev sure we will contact there. Thanks
@himalayaputra3021
@himalayaputra3021 Күн бұрын
Nice tutorial 🎉 One thing I am not getting I can see you have enabled gpay and Apple Pay in your stripe dashboard But the gpay and Apple Pay buttons are not being displayed in your stripe checkout element But others like card and some others showing Any one can help
@CoryDambach
@CoryDambach 2 күн бұрын
By far the best video introduction on stripe for programmers, this should be the first thing you see when you click on the docs for programmers.
@camilopimentel7471
@camilopimentel7471 3 күн бұрын
Hello Developers, I have tried several payment methods, followed the process and the same error occurs: ERROR Error code: Failed ERROR Error message: The provided key 'pk_test_*********************************************************************************************CiaOFS' does not have access to account '' (or that account does not exist). Application access may have been revoked. Please note that I am in test mode before going into production. Thank you.
@StripeDev
@StripeDev 3 күн бұрын
We can definitely help-please reach out to us over Discord so we can take a look: stripe.com/go/developer-chat. Thank you!
@jhmesseroux
@jhmesseroux 5 күн бұрын
Great video ! If i want to collect the amount instead of using a fix one in the paymentIntent , how can i do so ? Because i want the user to type or select from a dropdown the amount he wants to give . Thanks !
@StripeDev
@StripeDev 5 күн бұрын
Hey there-great question! You should create a UI control on the page for amount input, and send the amount to your backend so that you can create a PaymentIntent with that amount.
@jhmesseroux
@jhmesseroux 5 күн бұрын
@@StripeDev ok i understand but i wanted to grab all of those information(card details,amount,description text) together and make one request to the server to make the payment , so if that it's not possible i will consider your approach . thanks
@lilbrusselsprout8261
@lilbrusselsprout8261 5 күн бұрын
with this set up, what fees do I pay if someone chooses paypal to purchase? Stripe's or Paypal's or both?
@crimez9191
@crimez9191 8 күн бұрын
Crazy disappointed! Might be good for ecom but for agencies it’s the worst. I just want to create a simple german invoice. Not possible. Can’t change the language, no deposit feature, can’t costumize the header. No tutorials on yt. Really bad
@StripeDev
@StripeDev 8 күн бұрын
Hi Tim-you do not need to change the language because the invoice will automatically display the customers language based on their browser settings. This can be found here: support.stripe.com/questions/language-recognition-for-invoices-with-stripe-billing. We also have more customisable options through the API here: docs.stripe.com/invoicing/customize.
@crimez9191
@crimez9191 8 күн бұрын
@@StripeDevSorry about the language complaint. But nothing is really costumizable. Why can’t you just make an option where i have a template with variables. Like many others do. I can’t position anything. I want the adress details but not an extra field with the „sent to“, just the „bill to“ field. And why is at my company info just my phone number. It should be my adress and not that big, just small i little above the client information. I mean that’s all basic stuff. Really disappointed as i said. ​​⁠ Haven’t looked into the api docu but I won’t code anything just to do that simple stuff which every other platform is able to do eeeeaaasily. I mean come on.
@djeragon6544
@djeragon6544 9 күн бұрын
Is there a way to do this in stripe but for tap to pay on iphone?
@StripeDev
@StripeDev 9 күн бұрын
Hi there-good question! Yes, tap to pay in iPhone is available for use via Stripe Terminal in America, England and Australia. You can read more about it here: stripe.com/in/terminal/tap-to-pay-on-iphone. Let us know if this helps!
@haazmedia
@haazmedia 9 күн бұрын
Is this still up to date? It seems to differ somewhat from the Stripe docs, specifically the DiscoveryConfiguration you use is very different.
@ThePremiseSC
@ThePremiseSC 10 күн бұрын
For the people that have never seen coding 😅
@Chris-nu1is
@Chris-nu1is 10 күн бұрын
You did not consider your audience during this 160km/h tutorial. You're a very bad teacher.
@Max-kg4yf
@Max-kg4yf 10 күн бұрын
For most online businesses you don't know ahead of time where your sales will originate. So do you need to register with every jurisdiction in the world before you start selling? How do you suggest handling this issue?
@StripeDev
@StripeDev 10 күн бұрын
If you're using Stripe Tax, it should automatically collect tax based on your customer's location. You can see how this works here: docs.stripe.com/tax/calculating
@Max-kg4yf
@Max-kg4yf 10 күн бұрын
@@StripeDev That is not the question. Correct me if I am wrong, but the documentation indicates that Stripe Tax calculates tax for locations where you have a registration. If you are just starting out, you do not know where your customers will come from. Will Stripe track your sales by location even if you do not have any registrations and let you know when you are approaching the threshold nexus that requires registration?
@StripeDev
@StripeDev 10 күн бұрын
You would be responsible for identifying any regions where you would have tax obligations and registering with those regions, though there is a beta that you can sign up for to have Stripe register for you instead, and you'll find more details on all of this here: docs.stripe.com/tax/registering
@Max-kg4yf
@Max-kg4yf 10 күн бұрын
@@StripeDev Will Stripe track sales by location and notify me when I am approaching or exceeded a location's threshold nexus so that I can register that location? To do this does Stripe Tax need to be active? If so, then it seems you need at least one registration? To set up tax, Stripe is insisting that I enter a registration. Please read this question carefully so we don't go in circles. Thanks!
@dyannamccaffery773
@dyannamccaffery773 11 күн бұрын
Locations is not an option for me, so it stops there. I have two physical terminals I bought through account and no way to get them activated and useable.
@StripeDev
@StripeDev 11 күн бұрын
We definitely want to take a look-please reach out to us over Discord using this link: stripe.com/go/developer-chat. Thank you!
@raphaelamericano4115
@raphaelamericano4115 13 күн бұрын
Awesome! You save me! Thanks from Brasil!
@wzup23
@wzup23 15 күн бұрын
Dude you're such a pro! You explained clearly and gave practical options in just 15 mins.
@NaeemMahaar-y1t
@NaeemMahaar-y1t 15 күн бұрын
01:34 when I try to add a new price to my existing product it dont show the option of customer choose price as you show in the video.actually I want to collect recurring donations I want a fix price and the custom price but i dont know how to add change amount button under the fix price.please help
@StripeDev
@StripeDev 15 күн бұрын
Hey! Feel free to reach out to our team on Discord at stripe.com/go/developer-chat and we can help you further.
@bandarker
@bandarker 18 күн бұрын
This video would be better if you spoke more slowly and clearly
@VINAYKUMAR-gv4tx
@VINAYKUMAR-gv4tx 19 күн бұрын
import Image from 'next/image' import useTranslate from 'common/hooks/useTranslate' import { loadStripe } from '@stripe/stripe-js' import { Elements, useElements, useStripe } from '@stripe/react-stripe-js' const Applepay = () => { const elements = useElements() const { translate } = useTranslate() // const stripe=useStripe() const stripe= loadStripe('pk_test_51BTUDGJAJfZb9HEBwDg86TN1KNprHjkfipXmEDMb0gSCassK5T3ZfxsAbcgKVmAIXF7oZ6ItlZZbXO6idTHE67IM007EwQ4uN3') const pr = stripe.paymentRequest({ currency: 'USD', country: 'US', amount: 1000 }) getting this error plz help me (Property 'paymentRequest' does not exist on type 'Promise<Stripe | null>')
@webdesignengineeringservic6515
@webdesignengineeringservic6515 20 күн бұрын
A Good video but out of date! Please update with the latest look and then it will be great.
@MrWalrusxD
@MrWalrusxD 20 күн бұрын
I get the message 'Permission denied' when i try to login via CLI. I think its because of the API keys, does anyone else know how to solve this issue?
@StripeDev
@StripeDev 20 күн бұрын
Hey there! You'll want to make sure your restricted keys are up to date and valid-take a look at our doc here for more info: docs.stripe.com/stripe-cli/keys.
@amitsamadder666
@amitsamadder666 22 күн бұрын
Hello Sir, I have a question about the custom_fields. How can I show the custom_fields data in the invoice? please let me know, it will help me a lot. Thanks in advance. by the way I am using next js (API)
@StripeDev
@StripeDev 22 күн бұрын
Hi Amit! Check out the docs here for adding custom fields to invoices: docs.stripe.com/invoicing/customize#custom-fields
@mikodigital2226
@mikodigital2226 6 күн бұрын
@@StripeDev ok so when you call our webhook, i call the stripe api to update the custom field on the invoice but the invoice is locked because it s finalized. so now i guess i need to remove the "invoice_creation.enabled" when i create the checkout sessiion in the firts place. but can i create an draft invoice on a payment later on? (then i can update it and finalize it). which routes will i use? thanks
@StripeDev
@StripeDev 6 күн бұрын
Hi Miko-it sounds like you need to stop the Stripe Billing engine from automatically finalizing, reattempting payments on, sending reminders for, or automatically reconciling invoices so you can edit it before finalization. If that's the case, you'll want to make sure you pass auto_advance=false.
@mi24academy
@mi24academy 28 күн бұрын
I have stripe account. Verified. But i am not able to enable issuing. i already submit request to sale team for active issuing. but i am not received any reply or message
@StripeDev
@StripeDev 28 күн бұрын
Hey there-we're sorry to hear that. Please send us an email here: support.stripe.com/express/contact/email and we'll take a look.
@mi24academy
@mi24academy 28 күн бұрын
@@StripeDev i am already submit please check.
@StripeDev
@StripeDev 28 күн бұрын
Thanks for the confirmation. A specialist team will look into this and get back to you.
@badreddinebenzahra7503
@badreddinebenzahra7503 28 күн бұрын
Great video! Thank you for sharing
@matrilhamilton1568
@matrilhamilton1568 28 күн бұрын
Nope, this video's out of date. Delete it!
@adnan-b5f
@adnan-b5f Ай бұрын
Can we transfer money directly to some random account if not can we transfer money between connect account if that also not then can we say collect money from one connected account and transfer to another connected account
@StripeDev
@StripeDev Ай бұрын
Hi there-we'd recommend referencing our documentation on this: docs.stripe.com/connect/separate-charges-and-transfers.
@Squiel91
@Squiel91 Ай бұрын
Awesome content. Thank you!
@codewithamna
@codewithamna Ай бұрын
"Hey, I am using a Stripe payment link in different places like websites and Instagram. My question is how I can track these payments to see where they are coming from. Is it possible to see the source directly in the Stripe dashboard? Thanks."
@StripeDev
@StripeDev Ай бұрын
No sorry. A payment link once generated can be used anywhere, they're not platform specific so you won't see where it is. You would need to manage this separately.
@jordanschwartz6871
@jordanschwartz6871 Ай бұрын
I didn't see the user needing to login during the onboarding, yet I am experiencing that flow with my implementation. Can you confirm if the user needed to login before starting onboarding?
@StripeDev
@StripeDev Ай бұрын
Sorry Jordan, could you elaborate on the question please?
@jordanschwartz6871
@jordanschwartz6871 Ай бұрын
@@StripeDev Sure. The first screen the user sees when they are redirected to the onboarding flow (hosted by Stripe) shows "Get started with Stripe" and asks for an email address. Then next screen asks for a password. I didn't see that in your demo. I was wondering if you encountered the same experience or was able to get around the user having to create an account and sign in. Make sense?
@StripeDev
@StripeDev Ай бұрын
No they can't circumvent creating the account.
@jordanschwartz6871
@jordanschwartz6871 Ай бұрын
@@StripeDev Thanks - creating the account was understood. But the redirect forced the user to log in. I was able to get around that by turning off the built in external account collection (banking info) - that disabled the stripe auth popup.
@Plunzi
@Plunzi Ай бұрын
Great job Josh!
@boscotsin4476
@boscotsin4476 Ай бұрын
can i do something similar through Storyboard??
@StripeDev
@StripeDev Ай бұрын
Hey Bosco-could you provide some more context? Happy to take a look.
@boscotsin4476
@boscotsin4476 Ай бұрын
@@StripeDev Hi! I mean this video assumes that I develop my iOS app through the use of SwiftUI through struct and etc.. But SwiftUI is relatively new and my team and I are accustomed to developing iOS apps through storyboard. While the programming language is still swift, the codes will be quite different. Do you also have tutorials on how to implement something similar through storyboard? Hopefully this clarification is clear?
@StripeDev
@StripeDev Ай бұрын
Got it! If you're asking about UIKit support, yes we support it. You can find the example code for UIKit in our integration guide docs.stripe.com/payments/accept-a-payment?platform=ios&uikit-swiftui=uikit
@HORKimhab
@HORKimhab Ай бұрын
how to auto selected set default payment method not card but other like iDEAL. Thank you.
@itsmkb1213
@itsmkb1213 Ай бұрын
is tap to pay available for web apps
@StripeDev
@StripeDev Ай бұрын
Tap to pay is available for Terminal integrations, which you can see how to get started here: docs.stripe.com/terminal/overview.
@itsmkb1213
@itsmkb1213 Ай бұрын
How do use wisePose E for a ride share app. where driver needs to keep it so how do use Wi-Fi.
@StripeDev
@StripeDev Ай бұрын
Hey there-we'd recommend reaching out to our sales team: stripe.com/contact/sales. While you'd normally need wi-fi access for this, we do have an Offline mode that's currently invite-only.
@itsmkb1213
@itsmkb1213 Ай бұрын
@@StripeDev I haven't set up my actual account. I'm still using test account. Can you explain little more what do you mean by invite thing there 🤔
@itsmkb1213
@itsmkb1213 Ай бұрын
How can I connect with Roshan? I want to talk about terminal as I am gonna use it!!
@aliimranadil2
@aliimranadil2 Ай бұрын
you are spot on..thank you
@joaovitorgomes43
@joaovitorgomes43 Ай бұрын
Awesome!
@harambeboy
@harambeboy Ай бұрын
Stripe is incredible
@nickdeluca6914
@nickdeluca6914 Ай бұрын
This video is exactly what I was looking for and you explained everything simply with enough detail and with direct examples. Excellent job!
@simiano
@simiano Ай бұрын
I have a marketplace in uk, I can onboard connect accounts in uk, but cant onboard new suppliers in USA! Why? How do I expand to USA having a stripe business account in uk?? Anyone can help?
@StripeDev
@StripeDev Ай бұрын
Hi Anderson-Unfortunately since this isn't a support avenue, we can't provide much help. If you'd like to speak to our support team, you can reach out to them here: support.stripe.com/contact.
@chuckdawit
@chuckdawit Ай бұрын
When a charge is created in the Connect account, it has a balance transaction that includes an amount and a net, but no fee (Stripe)! How do you know what Stripe is taking to payout the Connected account customer?
@StripeDev
@StripeDev Ай бұрын
Hi Chuck-the way these fees are taken out depends on the way you have your integration set up: docs.stripe.com/payments/charges-api/connect.
@chuckdawit
@chuckdawit Ай бұрын
@@StripeDev Hi. I'm doing separate charges and transfers, so I need to see what fee and where the fee is collected on the payout. Currently I don't know where to get that fee info (other than the Stripe docs page). Ex. I send 10 x $5.00 transfers to a Connect account totaling $50.00. I get the payout webhook and $50.00 was paid out, but I need to collect my fee and in order to know how much to collect I first need to see how much Stripe is collecting from that payout. I can read the docs on the Stipe site, but I need a more concrete way of Stripe telling me how much they take. Where does Stripe provide the Payout fee amount of 0.25% of gross payout?
@StripeDev
@StripeDev Ай бұрын
You can always view our fees on our Pricing page here: stripe.com/connect/pricing. These should be fairly consistent but we'll be sure to email you when there are any pricing changes.
@chuckdawit
@chuckdawit Ай бұрын
@@StripeDev I mentioned the pricing docs in my post, but that page doesn't help when developing. Without Stripe giving me a field that shows what fee they've removed from a payout, I'm stuck guessing until I go into live mode.
@remccs16
@remccs16 Ай бұрын
This is a fantastic demo, thank you!
@StripeDev
@StripeDev Ай бұрын
We're so glad you liked it! 🙂
@musicatipica8200
@musicatipica8200 Ай бұрын
how to used stripe connect tutorial swiftui?
@manishgautam2424
@manishgautam2424 Ай бұрын
good, but none of them is in my use
@ChrisMcQueen
@ChrisMcQueen Ай бұрын
Great video Dvaid!
@AndSheCodes
@AndSheCodes Ай бұрын
Awesome
@warlockCommitteeMeeting
@warlockCommitteeMeeting Ай бұрын
wonder if they will stop killing us with fees...