So if it is compliant and can be done then I would like to do everything in one app.
mattwc
you could not do it with their method of payouts, to do it integrated with Stripe, you'd need to use connect, which changes the model so that the contractor gets paid directly from the customer
gitgud joined the channel
Chris_
Ah, but when they get paid directly from the customer do they get paid the full amount or would I be able to take out my percentage first? And if it was done this way wouldnt it show my customers name in the workers Stripe Account as a payment recieved?
mattwc
you could take a percentage, and you could whitelable the stripe account process such that the worker would not have access to the Stripe account
deadghost has quit
Chris_
Ok, let me check with the application developer and see what they say. They are away on vacation it appears as no support available at the moment.
I appreciate your help with everything!
Bully joined the channel
saurabhjha has quit
Bully
Hello everyone
mattwc
hi Bully
Chris_: happy to help
Bully
mattwc: Happy new year
Chris_ has quit
mattwc: just to confirm, Can we send instant payout to Standalone accounts ?
Jezzeh has quit
mattwc: ?
regedit has quit
saurabhjha joined the channel
chrismear has quit
bogdananton has quit
jrgifford has quit
abrody has quit
stefanfoulis has quit
Somedream has quit
gluegadget has quit
devin__ has quit
tavarm has quit
cjackson_ has quit
nz has quit
jaylett has quit
Jezzeh joined the channel
benoitc has quit
scottmg has quit
johnb- has quit
HannahWolfe has quit
mattwc has quit
___paul has quit
sebgie has quit
mafs has quit
blueminder has quit
raymorgan has quit
Dal1980 has quit
mattl has quit
piquadrat has quit
anybody here ?
regedit joined the channel
stevenxl joined the channel
upgrayeddd joined the channel
Somedream joined the channel
nz joined the channel
benoitc joined the channel
piquadrat joined the channel
chrismear joined the channel
mitsuhiko joined the channel
devin__ joined the channel
cjackson_ joined the channel
mafs joined the channel
codedmart joined the channel
Dal1980 joined the channel
Bully has quit
jrgifford joined the channel
johnb- joined the channel
raymorgan joined the channel
gluegadget joined the channel
blueminder joined the channel
jaylett joined the channel
abrody joined the channel
mattwc joined the channel
bogdananton_ joined the channel
stefanfoulis joined the channel
eacameron joined the channel
scottmg joined the channel
phildini_ joined the channel
niffler joined the channel
eacameron has quit
quattro_ joined the channel
eacameron joined the channel
shibabu has quit
DaKnOb joined the channel
eacameron has quit
snax_ has quit
ta joined the channel
jokz6_
Im following the connect account update documentation - i keep getting errors asking for more information am stuck on verification as it says it's optional
AlineGomes joined the channel
I have tried putting => NULL and removing it but still get an error
any ideas?
ignore me- its an arry
srhnsn joined the channel
AlineGomes has quit
AlineGomes joined the channel
gitgud has quit
torgosPizza joined the channel
nilsmunch joined the channel
nilsmunch has quit
nopenoname joined the channel
nopenoname has quit
___paul joined the channel
ta has quit
ta joined the channel
EquipReady joined the channel
saurabhjha has quit
tavarm joined the channel
yeoj joined the channel
blaxus has quit
sebgie joined the channel
mattl joined the channel
HannahWolfe joined the channel
saurabhjha joined the channel
forgotmynick has quit
deadghost joined the channel
T1m0thy joined the channel
T1m0thy has quit
snax_ joined the channel
hey, there used to be a .jpg image to upload as a test - but i can't find it anymore- how do i simulate that test?
zamro joined the channel
dadddd joined the channel
dadddd has left the channel
zamro has quit
gitgud joined the channel
stripe974 joined the channel
stripe974
hello?
how might i set up a variable donation button on my website?
mattwc
stripe974: you'd add an html input and send that to your server
im just going through the collecting user information in the documentation - currently on Stripe.js card.createToken - Symfony sends all form data to a class so i would just copy the form from the tutorial and remove the data-stripe tags and replace them with css classes? (.card-number, .card-cvc...)
mattwc
what do you mean by it sends all form data to a class?
timebox
jokz6_: You'll want to make sure to include the data-stripe attributes so Stripe.js can parse the form properly, and make sure that you don't include any 'name' attributes on any of the card details elements so they don't get sent to your server. Not sure about the specifics of Symfony's forms though.
jokz6_
symfony uses a class which implements UserInterface - which stores all the form data in private variables which you can then upoad via a bundle called doctrine
mattwc
that sounds like PHP classes not javascript classes
jokz6_
that's what i thought. I can't seem to find what data-stripe variables i would use for: account_number, sort_code, address,