hello, i'm trying to configure stripe on a website but it keeps telling that my account currently cannot make live charges, can anyone give some tip how to solve this?
Ruben_: write to support@ if you haven’t already, they can take a look behind the scenes
sfhacktivist joined the channel
sfhacktivist has quit
Ruben_ has quit
emillysgaardhans joined the channel
glassir has quit
wberard has quit
livingstn joined the channel
robksawyer joined the channel
emillysgaardhans has quit
ben72 joined the channel
ben72
just tested stripe on my webshop but it does not support 3d secure..
which makes it a bad customer experience at least here in SE
markin
ben72: yea stripe only supports customers entering in their credit card number, apple pay, bitcoin, and alipay (in china)
glynn has quit
Bulk has quit
ruben_ joined the channel
darius93 has quit
jfisk87 joined the channel
darius93 joined the channel
wberard joined the channel
ninjaparade joined the channel
tummy joined the channel
startab joined the channel
max-b joined the channel
drale2k has quit
nick___ joined the channel
nick___
If I have charges on my card from “Stripe” how do i figure out where those originated from?
I couldn’t figure this out looking at the site, and all of the assistance looks to be for retailers, but I thought it was worth a shot checking in here.
markin
nick___: is this an American Express card?
nick___
yes
Other charges, like Lyft are identified as you’d expect, but this is a $25 charge and two $1 charges and I can’t figure out where it’s from.
markin
Because of some limitations with American Express, the charge will say "Stripe" until they move from pending to actually posted on your statement
nick___
ah, okay.
That’s helpful. So it should update once it’s gone a bit further in the process?
markin
the two $1 charges are most likely authorizations (Stripe will basically test the card with $1 and then cancel the charge)
Yea with Amex it can take a few days
nick___
perfect. Thanks. I was hopeful when I saw IRC and I was not dissapointed.
Much thanks!
have a great day.
markin
You too!
nick___ has quit
startab
Hi Stripe, I'm wondering if transaction escrow is possible with Stripe Connect
markin
startab: not with Connect, it is with the Transfers API
ruben_ has quit
Akhlis joined the channel
startab
markin: Thanks a lot. The Transfers API is the standard API wherein the application collects all transaction funds into its balance and deals out payments, correct?
Bakura has quit
ngrilly_ has quit
markin
yup
poolet08
Good Morning. We are planning on using Stripe with WooCommerce. We need accept recurring subscriptions and charge out for invoices. Is it possible to charge a customers card who is signed up for a subscription with Stripe?
So lets say they have a monthly subscription of $15 and then later in the month we need to charge $5 in overage fees. Can we just charge the card directly?
markin
poolet08: yep
poolet08
Awesome
markin
you can also add it to the next invoice
poolet08
Oh really?
Would you do that on the woocommerce side or on Stripe?
markin
I don't know if woocommerce supports it natively, but in stripe you can add an invoice item, and it will get billed when the subscription renews
livingstn has quit
poolet08
Interesting
We will look into that
Thanks markin :)
robksawyer has quit
markin
you're welcome
Guest256 has quit
startab
Could anyone explain how refunds work with Stripe Connect?
Its a little unclear how that process is initiated when transfers are peer-to-peer
markin
startab: so which Stripe connect, one user charges the credit card of the other user. You could just go in and make an API request to refund the charge
startab
I see, thanks again markin
joel joined the channel
markin
you're welcome
joel is now known as Guest86300
Guest86300 has quit
startab has left the channel
Will joined the channel
Will
Hey all
Anyone able to give a simpleton some advice?
henriwatson
Will: ask away!
robksawyer joined the channel
Will
ah lovely thanks :)
I'm developing a payments page and I've got it set to create the token using the stripe checkout... what I'm missing is how to make the charge. Where do I put the code? :/
markin
Will: are you using PHP?
Will
yup
henriwatson
you'd put the charge code in the page your form POSTs to.
Can I put money into my stripe account from my bank account?
markin
ryan__: nope
max-b has quit
ryan__
Can we send transfers in Canada?
markin
ryan__: the transfers API is US only
Gentlecat joined the channel
Will has quit
xav__ joined the channel
xav__
Hello, anybody from Stripe here? I am trying to export customer data from my dashboard and some data is missing.
markin
xav__: what data is missing?
xav__
cards
markin
xav__: you want like the full card number?
xav__
No
Can I communicate you an example securely?
I have fingerprints
and they appear in the dashboard but not in the exported csv
markin
I don't work for Stripe, I just hang out here and help people out
xav__
oh, ok (nice!) then I guess you can't do much. Export is incomplete.
markin
I just tested it and I see cards in my customer export
xav__
yes, mee too. but there are some cards that are just skipped, for no apparent reason.
markin
it looks like the export only exports the default card
You could email support@stripe.com and they could submit a bug report for the export, or you can script your own export using the API
ryan__ has quit
Daniel0 has quit
xav__
indeed. That's really weird, it exports only default cards.
emillysgaardhans joined the channel
markin
I don't necessarily think its weird, more that there was a time when stripe only supported one card per customer and the export script hadn't been updated since then