have a customer who says he's entered data but the "Pay by CC" button is not working.
ywain
Doug_: is this your own integration? This IRC channel is mostly for programming issues for people writing their own custom Stripe integrations. If you're using a third-party plugin, you should reach out to the plugin's authors/maintainers directly
Doug_
ok, will do thanks
Doug_ has quit
saurabhjha joined the channel
Shilon joined the channel
alexgordon joined the channel
SpaceGazebo has quit
SpaceGazebo joined the channel
Zelest joined the channel
Zelest
Hi, I'm trying to export all charges from a transaction using \Stripe\BalanceTransaction::all(['transfer' => $id]) with PHP.. The dashboard tells me we have 10 charges, but the API only give me 9 of them and I can't seem to figure out why.. Any suggestions?
Vlad__ has quit
frankdrey joined the channel
jasonwebster joined the channel
bongjovi joined the channel
Zelest pokes the ops
ywain
Hey Zelest, how are you counting the results?
by default, list calls return 10 resources at a time, so this is surprising
Zelest
oh
my bad, we get 10.. but one of them is the transfer one itself.. not the 'charge'
is there any way i can increase this limit?
ywain
Zelest: sure, you can use the `limit` parameter to get up to 100 results per request
Zelest
doh!
Charlief joined the channel
yeah, that solves it :)
thanks!
ywain
Zelest: if there are even more results to retrieve, you'll need to issue several requests with pagination parameters: https://stripe.com/docs/api#pagination
s3shs joined the channel
Charlief has quit
dqsf joined the channel
dopesong joined the channel
SpaceGazebo has quit
Marcel_ joined the channel
SpaceGazebo joined the channel
Marcel_
Hey, can anyone help me with Stripe. I was wondering if there is an integration that would distribute the money that cokes into Stripe automatically to different accounts depending on the etadata?
Zelest
ywain, I see, thanks for the quick support! <3
ftknox
Marcel_: I'm not aware offhand of any 3rd party platforms that do this. You may want to write in to https://support.stripe.com/email about this though. This channel is primarily for technical questions about using the Stripe API
Marcel_
Cool, thanks :)
Marcel_ has quit
jasonwebster has quit
Gsham has quit
SpaceGazebo has quit
SpaceGazebo joined the channel
srhnsn joined the channel
Jason___ joined the channel
eacamero_ is now known as eacameron
Jason___
I'm trying to create a test charge using a test token i created, and I keep getting back the error "No such token". I've verified both are using the same test key
Cel_ has quit
mattwc
Jason___: what is the full error message?
Jason___
mattwc : {"message" : "No such token: card_blahblah", "type": "invalid_request_error", "param": "source"}
mattwc
Jason___: tokens should be tok_ not card_
guest joined the channel
Peder_ joined the channel
vincent__ joined the channel
Jason___
mattwc : ah I see, I was using the ID of the card instead of the token
question: Is it possible to modify the checkout "popup" (overlay?) with specific fields? (like for instance first name/last name or just full name?
grimhall joined the channel
dopesong joined the channel
grimhall
I have two step verification to log in but I'm not receiving the text message with the code.
Mark___ joined the channel
Mark___
Hello
I need some help with my stripe bank account setup
kaalchakra joined the channel
dopesong joined the channel
TenFore
I know you guys don't support south africa for managed accounts, but could I still use your mobile api for pre-authorizing and closing charges and just deposit it in my own US bank if the charges are occuring in South Africa?
sunburn has quit
jasonwebster joined the channel
ircbaao joined the channel
guest has quit
hpar
TenFore: you can definitely charge customers in South Africa with a US Stripe Account, I'd check with email support to absolutely sure that setup will work https://support.stripe.com/email/login
Mark___: what's up?
jasonwebster has quit
grimhall: sorry to hear that! I'm not seeing any current delays on 2-factor SMS messages. Are you still seeing the issue?
I actually have setup everything and followed the documentation too. I'm using plaid-node for my app. It works fine with sandbox credential but I get following error when I use actual bank information:
400 2001 non-depository account ID specified Specify a valid depository account ID. 400 2002 unable to generate bank account token The bank account token could not be generated. Try again.
SpaceGazebo has quit
SpaceGazebo joined the channel
trond-
hpar, so in other words. If I want to do something more customized, I have to create a customized modal form?
alexgordon joined the channel
Mark___ has quit
hpar
huh Guest12061 that's odd, you'll likely need to contact Plaid support as that's definitely coming from Plaid and not Stripe
grimhall
@hpar Thanks!
hpar
trond-: yep, using Stripe.js
grimhall has quit
trond-
hpar, and then I don't have to use the stripe button as well, I can use one from bootstrap? or will the button come up anyway?
Guest12061
I've sent them an email but haven't heard from a while. hpar do you have any idea for it to work with test data but not with real bank information?
forgotmynick joined the channel
vincent__ joined the channel
vincent__ is now known as Guest69939
Shilon has quit
hpar
trond-: yep, fine to use a bootstrap button. In fact the "Pay $xxx" button only comes up with the simple Checkout integration
trond-
hpar, thanks for the valuable information. I'll start designing/testing.
hpar
Guest12061: unfortunately I've only integrated Plaid in test mode, so I'm not sure. You changed the API env to 'production' & the API endpoint for plaid, right?
ircbaao has quit
Guest12061
Yeah, of course! I changed it to production and to the API endpoint @hpar