What can you use sandboxes for?
1:15
What is a Stripe Sandbox?
1:35
14 күн бұрын
Reducing API calls to Stripe
7:38
Introducing Stripe Insiders
1:34
5 ай бұрын
The new Stripe Connect
2:01
5 ай бұрын
Automating tax on subscriptions
7:07
Пікірлер
@andrusik5835
@andrusik5835 2 сағат бұрын
Hi. I accept payments from Poland. In this country, 95% of purchases are made via BLIK. To facilitate this, I use the Przelewy24 payment method. Each time, the buyer has to search for the BLIK option in the Przelewy24 methods. How can I set BLIK as the default option?
@StripeDev
@StripeDev Сағат бұрын
Hey there-unfortunately, we don't support that. The P24 method has some internal ability to pick Blik during the redirect, but that's all handled internally within that method today. You can check this document for more help: docs.stripe.com/payments/blik/accept-a-payment
@EasyPieShop
@EasyPieShop 6 күн бұрын
Please keep us updated with more videos
@Drainingtheswamp2022
@Drainingtheswamp2022 8 күн бұрын
Yeah...normal people dont get this. Why is it so complicated ffs
@StripeDev
@StripeDev 8 күн бұрын
Hi there-we have no-code options available for Tap to Pay on Android as well: docs.stripe.com/no-code/tap-to-pay
@confiuzer
@confiuzer 10 күн бұрын
How would you create a subscription with a direct charge for the connected account? With direct charge I mean the customer pays to the connected account directly without collecting any fees for ourselves.
@stefanmudrag1374
@stefanmudrag1374 12 күн бұрын
I don't see the custom fields in the final pdf receipt. How to do that? (I see them in the checkout session but not in the final pdf result of the receipt)
@StripeDev
@StripeDev 11 күн бұрын
Hi Stefan-these custom fields aren't automatically included in the receipt. You'd need to include them in the receipts: docs.stripe.com/receipts
@stefanmudrag1374
@stefanmudrag1374 11 күн бұрын
@@StripeDev What I mean is the invoice receipt. You can add there some custom fields but I don't find a way to get the values completed by the user in the checkout session and pass them to the automatically generated invoice.
@StripeDev
@StripeDev 11 күн бұрын
Hi there-just to clarify, are you using the top-level custom_fields for Checkout (docs.stripe.com/api/checkout/sessions/create#create_checkout_session-custom_fields), or are you using invoice_creation.invoice_data.custom_fields (docs.stripe.com/api/checkout/sessions/create#create_checkout_session-invoice_creation-invoice_data-custom_fields)? Only the latter would show up on your Invoice. Also, could you provide an example Checkout Session ID for us to review? Thank you!
@dev.j255
@dev.j255 13 күн бұрын
Could you update your react native series
@JaydotBeats
@JaydotBeats 15 күн бұрын
Is there and ACH option for Non-Us banks in stripe?
@StripeDev
@StripeDev 15 күн бұрын
Hey! You can check out the overview for international bank transfer payments here: docs.stripe.com/payments/bank-transfers
@JaydotBeats
@JaydotBeats 15 күн бұрын
@@StripeDev thanks you for this. I do have a question. If i wanna recieved USD via SWIFT Methods but the person is sending from thier country lets say, Trinidad & tobago , Would the method still work and would their TTD be convert to USD when its reaches to My Stripe as well?
@StripeDev
@StripeDev 15 күн бұрын
Unfortunately a US account would support transfers only in USD.
@JaydotBeats
@JaydotBeats 15 күн бұрын
@@StripeDev thanks for the guidance 👏🏾
@zachandrobvermaasanddeatha457
@zachandrobvermaasanddeatha457 17 күн бұрын
I did it just did load
@zachandrobvermaasanddeatha457
@zachandrobvermaasanddeatha457 17 күн бұрын
Oh man my first one crashed
@Thesuper997
@Thesuper997 17 күн бұрын
First comment? Did literally noone else comment before me after one day worth of wait?
@AndresRamirezFuentes-t7h
@AndresRamirezFuentes-t7h 18 күн бұрын
amazing job, thank you for your demo, it was clear and consistent !
@AmandaLopez-u9x
@AmandaLopez-u9x 19 күн бұрын
2 MIN IN AND I GOT BORED... I JUST NEED TO KNOW HOW TO DEAL WITH THIS DAM WEBHOOK NOTHING ELSE
@StripeDev
@StripeDev 19 күн бұрын
Hi Amanda-we'd be happy to help. Could you provide some details on the issue you're facing with your webhook?
@vana__f7570
@vana__f7570 20 күн бұрын
В Гожицах лучше научат
@vana__f7570
@vana__f7570 20 күн бұрын
Дерьмо, не работает
@EasyPieShop
@EasyPieShop 23 күн бұрын
👍
@carsonplaysminecraft1018
@carsonplaysminecraft1018 24 күн бұрын
Abetoday?
@abetoday
@abetoday 22 күн бұрын
My day job :)
@cerqueiracarmen
@cerqueiracarmen 25 күн бұрын
Hello my country is Brasil How I cant to do confg.? Don´t have my country on platform🙃 Can you helpe me, please?
@StripeDev
@StripeDev 25 күн бұрын
Hi Cerqueira-thanks for reaching out. We do support businesses in Brazil. Check the availability list here: stripe.com/global.
@kopilkaiser8991
@kopilkaiser8991 27 күн бұрын
Definitely liked every bit of your video. You were absolutely brilliant in being able to convey all the necessary information for us developers to use to utilise in getting started with Stripe in .NET. Exactly what I've wanted. Thank you so much!
@minimotivates
@minimotivates 28 күн бұрын
Why not put the link in the video description?
@StripeDev
@StripeDev 22 күн бұрын
thanks for pointing out our error! Corrected.
@jaymartinez311
@jaymartinez311 28 күн бұрын
This series should be done again for 2025 hopefully but still a great reference.
@TYNEPUNK
@TYNEPUNK 29 күн бұрын
got it! make sure currency is right at this line, and it actually works. awesome. (activity as? NavigationListener)?.onCollectPayment(amount.toLong(), "gbp"
@TYNEPUNK
@TYNEPUNK 29 күн бұрын
why does "collect payment" button not do anything?
@StripeDev
@StripeDev 29 күн бұрын
Hi there-we'd need some more specifics in order to help diagnose this. Are you seeing any error messages when you try to test this?
@TYNEPUNK
@TYNEPUNK 29 күн бұрын
@@StripeDev No errors nothing, I expected it to ask me to tap my card.
@StripeDev
@StripeDev 29 күн бұрын
You might want to reach out to our support for more 1:1 help. Please connect with us here: support.stripe.com/.
@TYNEPUNK
@TYNEPUNK 29 күн бұрын
unforutnately i get this error when running the app, com.stripe.stripeterminal.external.models.ConnectionTokenException: Creating connection token failed tapping connect reader crashes the app.
@StripeDev
@StripeDev 29 күн бұрын
Hi there-thanks for reaching out. Please write to us at with your concerns here: stripe.com/in/contact, we'll do our best to answer those for you.
@TYNEPUNK
@TYNEPUNK 29 күн бұрын
@@StripeDev thank you, no discord?
@StripeDev
@StripeDev 29 күн бұрын
You can join our discord here: discord.com/invite/RuJnSBXrQn
@TYNEPUNK
@TYNEPUNK 29 күн бұрын
@@StripeDev thank im trying to get in the discord but says i dont have permission to post
@TYNEPUNK
@TYNEPUNK 29 күн бұрын
@@StripeDev yeh but it says no permission to send mesages.
@TYNEPUNK
@TYNEPUNK 29 күн бұрын
great video, it is so rare that people explain things properly. thanks
@NamTran-gg8ol
@NamTran-gg8ol Ай бұрын
Hello , how can I enable digital wallet such as wechat pay ,...
@StripeDev
@StripeDev Ай бұрын
Hi there-thanks for reaching out. You can enable WeChat pay by following the steps mentioned here: docs.stripe.com/payments/wechat-pay/accept-a-payment?ui=stripe-hosted.
@NamTran-gg8ol
@NamTran-gg8ol Ай бұрын
@@StripeDev I want to enable it when using react-nactive-stripe , meaning option with react-nactive , thanks
@StripeDev
@StripeDev Ай бұрын
Wechat Pay is not supported on the Mobile Payment Element as shown here: docs.stripe.com/payments/payment-methods/payment-method-support#wallets-product-support. So you can't use it in React Native.
@NamTran-gg8ol
@NamTran-gg8ol 29 күн бұрын
@@StripeDev hi , thanks for replying , I implement wechatpay or paynow for ios devices . I am using webview , so i have an inssues when payment success or error ,webview not redirect url such as /payment/success or error. Although I copy link payment to safari or website .It working , May you help me lplease
@NamTran-gg8ol
@NamTran-gg8ol 28 күн бұрын
@@StripeDev how can I impliment wechat_pay for mobile app , thanks you
@cenkertek4722
@cenkertek4722 Ай бұрын
Hi .I am confused too. I will use an “all in one (printer,odoo online pos)android device”. In odoo tutorial it is stated that it only works with stripe terminal smart readers. Does stripe has an app that turns android devices into terminal smart readers? That would be an easy way to integrate android readers. Has stripe a tap to pay android app or can it only be integrated in third party android apps?
@StripeDev
@StripeDev Ай бұрын
Hey there-we actually offer Tap-to-Pay on Android devices through the Dashboard app: docs.stripe.com/no-code/tap-to-pay.
@donphelix5266
@donphelix5266 Ай бұрын
nice one!
@kimberleybsf6512
@kimberleybsf6512 Ай бұрын
What they don't tell you is - they will charge you 25 per month for using it
@nuvolayoga
@nuvolayoga Ай бұрын
hi! I was following your tutorial step by step, but when I come to JQ command, here is what i get: "zsh: command not found: jq"... any help?
@StripeDev
@StripeDev Ай бұрын
Hi there-thanks for reaching out. jq is a separate, non-Stripe tool for JSON processing. You will have to install that as the error implies it’s not available on their system so the command won’t work. Check out this link for more information: jqlang.github.io/jq/
@darrylhill4676
@darrylhill4676 Ай бұрын
The GOLD standard. Thx!
@brucemerritt6618
@brucemerritt6618 Ай бұрын
Thanks for explaining this in a concise, understandable fashion. The reader's assumed knowledge in much of the documentation confuses recent pilgrims to this API. Seeing you assemble these parts is exactly the do-this/see-this presentation that wizened old SW engineers need. Brilliant.
@buny0n
@buny0n Ай бұрын
does it cost more?
@StripeDev
@StripeDev Ай бұрын
Hey! Connect currently has a standard tarting fee of 0.25%. You can check more details here: stripe.com/pricing
@sandraramirez6480
@sandraramirez6480 Ай бұрын
Warning !!! Look for reviews on stripe please .
@StripeDev
@StripeDev Ай бұрын
At this time, Apple Pay is only supported on Apple devices and isn't available through Android. If you have any other questions on testing your integration, please reach out to us through our Developer Discord server here: stripe.com/go/developer-chat. Thanks!
@ZakirUllah-xx6rn
@ZakirUllah-xx6rn Ай бұрын
Respected sir, please let me know, as you said the apple and google payment methods are done using client end, i have added it but im using android simulator, will it show me apple and google pay or not?
@tracetv8115
@tracetv8115 Ай бұрын
I created an own product as trial version ($0.00). But then it is not possible to add the "Update" option with the no code customer portal. Is this the wrong approach?
@FrancisAntony-y5q
@FrancisAntony-y5q Ай бұрын
I am trying to install this connector. I also created a trial salesforce developer account. when it pops up the salesforce developer screen and I enter my login credentials it says invalid account/password. I can login salesforce directly with these credentials but fails only during the app install login. Any idea what this issue might be?
@gachecem_yt
@gachecem_yt Ай бұрын
Having an US based company, if I sell to other countries too is there a way to pay sales tax (on the country that I sold to) by my US company or do I have to register there another business, because that will also involve with corporate tax in other countries
@StripeDev
@StripeDev Ай бұрын
Great question! You can check out our links: docs.stripe.com/tax/calculating#how-stripe-uses-addresses and docs.stripe.com/tax/calculating#how-to-use-ship-from-addresses.
@AjayKirara-j1s
@AjayKirara-j1s Ай бұрын
stripe terminal integration android
@jackgunn1480
@jackgunn1480 Ай бұрын
Where does the form come from? It looks like a Stripe generated form. Or do we have to generate our own form? This tutorial is very unclear.
@StripeDev
@StripeDev Ай бұрын
Hi Vincent-this tutorial is using Stripe Checkout, which generates the form for you. You can embed Checkout directly in your website or redirect customers to a Stripe-hosted payment page.
@jackgunn1480
@jackgunn1480 Ай бұрын
@@StripeDev So I had to ask Copilot how this works and he told me the checkout returns a URL. Your video didn't explain that at all. Anyway, I tried loading the URL inside a div, but I got a security error of some sort. Should I be able to do that? Or do I have to use an ? I was only able to get it to work by loading it in a separate window, or replacing the current document.
@StripeDev
@StripeDev Ай бұрын
Hi Vincent-we'll insert the into the div. You can refer to our documentation on this here: docs.stripe.com/checkout/embedded/quickstart.
@SachaLG-s1o
@SachaLG-s1o Ай бұрын
Love the background, love your energy, very good stripe team !
@SamiUllah-zw1sr
@SamiUllah-zw1sr Ай бұрын
I habe activated Paypal in stripe but don’t know how to integrate in WordPress? Any help will be really appreciate. Thank you
@SamiUllah-zw1sr
@SamiUllah-zw1sr Ай бұрын
how can i intergrate this in wordpress? because in stripe plugin in wordpress i do not see paypal option . thank you
@armandoborge
@armandoborge Ай бұрын
Is there any plan to make Cross-border Payouts available on platform accounts based outside US?
@oismaelash
@oismaelash Ай бұрын
Great video. Thanks
@nickolonious
@nickolonious Ай бұрын
Is there a way to pass custom lineitems to display as labels on each product at checkout? I already have the data collected on the site itself and I'm trying to pass it to the stripe checkout screen.
@StripeDev
@StripeDev Ай бұрын
Hi Nick-from our API reference, there's a URL where you can pull a full paginated list of line items if this is what you're looking to do: docs.stripe.com/api/checkout/sessions/line_items
@tchindaromaric8535
@tchindaromaric8535 Ай бұрын
Hello please i have submitted all info but not able to issue
@StripeDev
@StripeDev Ай бұрын
Hi Tchinda! Please choose one of the support options on support.stripe.com/contact, and our team will be happy to help!
@tchindaromaric8535
@tchindaromaric8535 Ай бұрын
@@StripeDev can I issue without a business account
@StripeDev
@StripeDev Ай бұрын
Hi there-if you've submitted your information to get started with Stripe Issuing, we'll reach out to you over email when we're able to enable this feature for you.
@HamzaTanveer-b6t
@HamzaTanveer-b6t Ай бұрын
hey I am using this paymentElement of stripe in my application but I am stuck in issue like I have a main Account ABC which has connected account XYZ and my payment goes to XYZ in case of cardless payments like apple pay, gpay but when the pop up appears after clicking it shows ABC company name and 1$ to pay but when I pay it, it does the correct payment and to the XYZ problem is only with the pop that appears when you click apple pay or google pay what can be issue?
@StripeDev
@StripeDev Ай бұрын
Hi Hamza-we'd be happy to help dig into what could be causing this issue. Please reach out to us at support.stripe.com and we can take a look.
@MatheusFLopes-ic1vo
@MatheusFLopes-ic1vo Ай бұрын
Can i use useState instead of getElements? Or its unsafe?
@StripeDev
@StripeDev Ай бұрын
Hi Matheus-we have some documentation on useState here: docs.stripe.com/payments/accept-a-payment?platform=react-native#stripe-initialization.
@uriahsvictor8543
@uriahsvictor8543 Ай бұрын
What’s the advantage of using Stripe Connect to collect customer payments and pay out funds to vendors on your platform, versus just using a regular stripe account to collect the payments and then payout vendors manually via transfers to their account? The vendors on my platform would not be from a country where stripe is supported, so they would not be able to create stripe accounts themselves, that is part of the appeal my platform would bring to them
@luci_annihilates
@luci_annihilates Ай бұрын
You are showing multiple products in one of the checkout images in this video. Does that mean Stripe has a way of allowing customers to add more than product to a stripe cart before checking out? If so where can i find information about this
@StripeDev
@StripeDev Ай бұрын
Hi Luci-that's a great question. Yes, you can add multiple products to cart and checkout using Stripe. To know more about it, you can check this link out: docs.stripe.com/payments/checkout/how-checkout-works