#stripe

/

      • nomad has quit
      • salusinarduis has quit
      • irctc467 joined the channel
      • irctc467
        help
      • jxpx777 joined the channel
      • markin
        irctc467: what do you need help with?
      • nomad joined the channel
      • mdavid613 joined the channel
      • jwestside
        markin: I am so close (and thanks again for all your help, really). the last part is amount. I am doing amount: params[:donation][:amount] * 100. When I put 40 in the form it returns the number 40404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040
      • params[:donation][:amount] * 100 isnt the right syntax?
      • markin
        you're going to want to convert the string to an int first
      • in ruby a string times a number duplicates the string
      • for whatever useful reason that is
      • jwestside
        ohhhh duh....long day lol
      • HairAndBeardGuy_ joined the channel
      • mrtally has left the channel
      • irctc467
        actually we have followed stripe.js
      • jxpx777 has quit
      • and somehow developed the button on our site but dont know what to do next
      • mdavid613 has quit
      • markin
        irctc467: Stripe.js or Stripe Checkout? Basically Stripe.js / Stripe Checkout is just the first part of a 2 step process. Once you use them to collect the credit card info, you need to send the secure token they generate to your server so your server can charge the card
      • irctc467
        hello
      • stripe.js
      • markin
        irctc467: I just responseded to you
      • irctc467
        what is that server
      • which server you are talking about
      • markin
        irctc467: your webserver takes the token that Stripe.js generates and sends it to Stripe's server to charge it
      • HairAndBeardGuy has quit
      • irctc467
        ahan you mean my hosting company??
      • ahan but it didnt ask me for any amount??
      • markin
        thats something your server-side code would ask for http://imgur.com/uH3Ulrm
      • drale2k joined the channel
      • jwestside
        markin: thank you so much for you patience with me over the last couple days. I finally got it. I am going to write a blog post about creating a custom form in rails because this should not have taken me 3 days to do
      • irctc467
        i entered cc no. cvv code and exp date
      • the form just have these three options there nothing else
      • markin
        if you don't have any experience with server-side code you may want to look at an integration like https://commencepayments.com or one listed at stripe.com/docs/integrations
      • josaiah joined the channel
      • josaiah
        hi everyone, i have a question regarding stripe connect's payment system. can anyone help?
      • markin
        josaiah: sure just ask
      • irctc467
        ok and what do you call a server side code??
      • markin
        irctc467: it'd be ruby / node / php code
      • irctc467
        i have another question how do i get token and where do i put it
      • as there its mentioned in your directions
      • markin
        irctc467: Stripe.js creates the token for you and you send it to your server-side code. your server-side code then sends it to stripe
      • josaiah
        I'm not sure if this is the right place for it, it's regarding Stripe's fee structure. Should I email support instead?
      • irctc467
        ok where should i put that code given
      • for server side code
      • markin
        irctc467: it depends on how your server is set up, what language you're using. It does require some development experience
      • tr12
        josaiah: the fee structure is simple enough to explain easily
      • markin
        josaiah: the pricing structure is pretty simple, if its about negotiating discounts you'd want to email sales@stripe.com
      • josaiah
        ok i'm going to try to shoot here and see if I can get an answer :)
      • tr12
        What markin said
      • is your business already on stripe, or are you moving?
      • irctc467
        ok but i have another question
      • josaiah
        we are trying to create a B2B task broking payment system. Users are charged a fee for the task broking, which we take our commission from. The problem is when tasks involve out of pocket expenses (buying something for someone else). For out of pocket expenses, we reimburse the cost to the user who fronted the payment. My question is does Stripe charge the 2.9% + €0.30 out of the Fee + Out of pocket expense total sum, or is the
      • re a way that Out of pocket expenses are excluded?
      • we just entered the live beta of Stripe Connect
      • kies joined the channel
      • markin
        the 2.9% +.30 is based on the entire amount charged to the credit card
      • irctc467: just ask
      • josaiah
        alright, thanks @markin for the answer!
      • josaiah has quit
      • w400z has quit
      • markin
        irctc467: whats that other question?
      • jwestside has quit
      • irctc467
        Hi markin still need answers for my question
      • you sent me 2 links still didnt get it
      • i need to charge my client and want to setup my stripe account asap
      • instructions for all these different languages php node etc i can see the coding for them but dont know where show exactly i put them
      • markin
        irctc467: if you don't know how to program I'd recommend using a third-party integration like the one i sent you (or from the list i sent you) or hiring a freelancer.
      • There are lots of integrations that just allow you to email an invoice
      • irctc467
        i can get them done by my developer
      • all you have to do is just let me know what is the whole process in simple form
      • or a flow chart to use stripe
      • i used the one which was sent to me by support
      • from stripe which was stripe.js
      • i integrated that with my site now when i open my site can se only three options : cc no., cvv code and exp date
      • its in test mode if i put a test cc no.
      • it refreshes the page can you tell me whats wrong with my page
      • markin
        irctc467: so when it refreshes your page thats when it's most likely sending the token to your server, your server would then process the token
      • The stripe documentation has tutorials for creating the form and for the server side stuff but it requires background knowledge of website programming
      • irctc467
        ok and how can i check that if it has sent the token or not
      • i have developer he can do that for me
      • but stripe is also new for him
      • markin
        Any developer with Web experience should be able to check the fields submitted to a server via a form
      • irctc467
        ok can you tell me what do i need my website page to do and what should i do with the dashboard of my account
      • do they have any connection with each other while i process a card do i need to use both of them
      • or just one>???
      • salusinarduis joined the channel
      • markin
        irctc467: youre not understanding what im telling you and im thinking its because youre not technical. The entire charge process happens via your website, the dashboard is not needed to charge a card
      • irctc467
        ok
      • than what should i do
      • my form didnt
      • markin
        Your developer is free to read the stripe documentation and log in here to ask any questions. My answers may be easier for him to understand
      • Your html form is just a fraction of what is needed to charge a card
      • irctc467
        didnt have a field fo rthe amount there
      • markin
        The amount is something you normally do server side because you don't want the customer to maliciously change the amount
      • mdavid613 joined the channel
      • irctc467
        ok
      • can u just simplify me the server side defintion??
      • markin
        irctc467: its not that simple. Do you know what server side language you're using? Or are you using some sort of CMS or website system?
      • irctc467
        php
      • we have a cms based website which is in oho
      • php
      • markin
      • But if you have a CMS then I wouldn't use that tutorial I just linked because there is probably a proper way to implement stripe within your CMS
      • ywain joined the channel
      • ywain has quit
      • mdavid613 has quit
      • irctc467
        ok one more questions thanks for the assisstance@markin
      • https://api.stripe.com/ what is this athentication for??
      • and what user name and password it requires??
      • jxpx777 joined the channel
      • if i click on this link it requires my user name and password
      • BK_ joined the channel
      • BK_ is now known as Guest84950
      • Guest84950
        Hi there
      • nemothekid has quit
      • LatoSans
        irctc467, someone can correct me if I'm wrong, but api.stripe.com is the url for your server to work with the API. The authentication and API requests methods via PHP are discussed here - https://stripe.com/docs/api/php#authentication
      • markin
        ^^
      • LatoSans
        Hello Guest84950.
      • jxpx777 has quit
      • victorvasev has quit
      • Guest84950
        I'm wondering if there is someone from support available. Our account gots disables about a 20 hours ago, and I can't get any response either from sales@ or from support@
      • markin
        Guest84950: you should have gotten an email explaining why you were disabled. Support will get back to you as soon as they can
      • drale2k joined the channel
      • Guest84950
        I know why account disables, I know what to do to enable it back. Thats seriously affects our business and I just can't wait days and days when support will find a minute to answer
      • Is there any way to escalate this issue?
      • citizen-stig joined the channel
      • markin
        I'm unable to escalate the issue and it looks like all the support folks that are normally here have called it a day
      • drale2k has quit
      • timrosenblatt has quit
      • citizen-stig has quit
      • Guest84950 has quit
      • jm_ has quit
      • irctc467
        thanks @LatoSans can you tell me where can i get my user name and password from??for it??
      • LatoSans
        irctc467, it's inside the docs but you'll need to get a test account then use the API keys.
      • irctc467
        ok i have a test account and the tesk key too
      • where should i put them to?
      • markin
        irctc467: you'd put the where the tutorial tell you to put them in your code
      • you should never need to access api.stripe.com directly you'd access it through the api libraries
      • irctc467
        ok
      • but thats what my actual question is
      • i got my test key and test account now i am unable to figure where is the code i should put it or can you sent me the related link???
      • LatoSans
        irctc467, do you know PHP or are you just using a CMS that uses PHP?
      • markin
        irctc467: is there a specific tutorial you're using as guidence?
      • you said you had a developer, i'd defer this all to him
      • irctc467
        yeah let me show you that
      • i have followed this