#stripe

/

      • zkirill has quit
      • limbera has quit
      • jessejangell joined the channel
      • p15 joined the channel
      • dedles has quit
      • antkong_ joined the channel
      • mehakkahlon joined the channel
      • hectorip joined the channel
      • p15 has quit
      • mehakkahlon has quit
      • nomad joined the channel
      • mehakkahlon joined the channel
      • nomad has quit
      • kishan
        hello
      • jessejangell has quit
      • jmbond joined the channel
      • jmbond
        ok i've severely messed up how the customer's subscription got created. WITHOUT asking the customer to call me to give me her credit card info again, is it possible to somehow make a new customer using her card info?
      • i really need to start from a clean slate
      • jessejangell joined the channel
      • p15 joined the channel
      • LatoSans
        jmbond - so you just want to move all the existing customers to a new plan, or adjust the subscription price or billing cycle?
      • zkirill joined the channel
      • jmbond
        ok so i have this customer, she's signed up for a plan (already has a valid card and has paid), but i royally messed up her invoicing. i've determiend the easiest way to fix this is just to create a new customer entirely and re-sign her up on the plan. but i'd love to do this wihtout asking her to give me her card info again
      • LatoSans
        jmbond - if you have already collected her card and saved her as a customer, then you should be able to. But, let me double-check via the dashboard.
      • jmbond
        I mean I'm happy to do it programmatically as well. but I don't think I can... Ok let me give you more context
      • I've read the docs
      • I would like to do two things: 1) Either delete all her invoices and subscriptions and start over, or 2) What I said earlier, create a new customer using her card info
      • In the docs, I don't think #1 is possible (i.e., retrieve invoices retrieves NOTHING, clean slate!)
      • In the docs, I don't think #2 is possible... I can create a new customer programmatically or via dashboard, but then I can't attach a source to it without the card information, EVEN with the card_id
      • That's why I'm asking you =)
      • Hopefully that's clearer!
      • Sorry for the trouble, totally my bad on this
      • LatoSans
        No, it's okay. I'm probably going to face the same thing with my platform eventually so it's good to learn. Let me check the IRC logs on it.
      • jmbond - just to double check this is a straight subscription and not with Connect in any way?
      • jmbond
        i' not sure what connect is... so probably not
      • tv_ joined the channel
      • oh... yeah no
      • LatoSans
        Good. You can pause a subscription in the mean time - https://support.stripe.com/questions/pause-a-su... you read that yet?
      • jmbond
        Yes
      • But I'm not worried about that, I just want to give her a clean slate
      • tv_
        Hello there!
      • jmbond
        Part of it is also a business reason. We use invoice data for certain thigns, so I need to clear out her existing invoices because of this massive error I made
      • tlarevo joined the channel
      • zkirill has quit
      • hectorip has quit
      • LatoSans
        Can you give me a few minutes jmbond while I search around?
      • jmbond
        Of course, th ank you so much for helping me now!
      • tv_
        If I have a question, is it a good place to ask it?
      • zkirill joined the channel
      • hectorip joined the channel
      • nemothekid has quit
      • LatoSans
        tv_ - ask away
      • jmbond has quit
      • nodebase joined the channel
      • nodebase has quit
      • nodebase joined the channel
      • p15 has quit
      • tv_
        Thank you LatoSans! We are using a third-party integration and want to create customers from initial charge. Is this possible?
      • I just processed the first payment that came from a payment form, and I do not see any way to create a customer profile out of it
      • jessejangell has quit
      • LatoSans
        tv_ - is the third-party using Stripe Connect?
      • tv_
        let me check
      • I think it is just Stripe
      • phpeek joined the channel
      • LatoSans
        tv_ - when you signed up, did you have to authorize the third-party to use it, or did you just copy/paste your keys?
      • nodebase has quit
      • tv_
        I copy pasted keys
      • tlarevo has quit
      • tlarevo joined the channel
      • LatoSans
        tv_ - under your Stripe account dashboard, do you see customers and cards charged?
      • p15 joined the channel
      • tv_
        LatoSans I see customers tab, but there is nothing there, unless I create a customer manually
      • tlarevo has quit
      • tlarevo joined the channel
      • LatoSans
        tv_ - can I send you a direct message?
      • prashantyadav joined the channel
      • tv_
        yes, please! do you need anything from me for this?
      • LatoSans
        Message sent.
      • p15 has quit
      • jmbond joined the channel
      • jmbond
        LatoSans: sorry i think i got disconnected somehow
      • this happens a lot, did you say something to me?
      • LatoSans
        jmbond - nope. I'll continue my search.
      • tlarevo has quit
      • tlarevo joined the channel
      • nemothekid joined the channel
      • nemothekid has quit
      • p15 joined the channel
      • Chive joined the channel
      • Chive has quit
      • wallydz_ joined the channel
      • hsjawanda joined the channel
      • hsjawanda
        Need to accept payment from a customer and transfer to standalone account of merchant (using Java API).
      • Does the following code seem correct?
      • public Optional<Charge> createCharge(Customer cust, Account merchant, String amount,
      • Currency curr) {
      • Map<String, Object> chargeParams = new HashMap<>(5);
      • Currency.getAvailableCurrencies();
      • Stripe.apiKey = ApiIds.stripeSecretTestKey;
      • chargeParams.put("amount", amount);
      • chargeParams.put("currency", curr.getCurrencyCode());
      • chargeParams.put("customer", cust.getId());
      • RequestOptions reqOpt = RequestOptions.builder().setStripeAccount(merchant.getId()).build();
      • before calling Charge.create(...)?
      • Please ignore the line with Currency.getAvailableCurrencies();
      • Anybody here who can answer Java API questions?
      • tv_ has quit
      • Let me re-phrase that: Need to charge a customer directly on a standalone account of merchant (using Java API).
      • (Want the funds to go directly to the merchant's standalone account).
      • jmbond_ joined the channel
      • jmbond_
        LatoSans: sorry if i lost you. he says "I created a card token passed through the Stripe_Customer:create", but I don't think that's possible, or at least i haven't gotten it to work, and it's not in the docs
      • What would the exact command be?
      • Chive joined the channel
      • jmbond has quit
      • jmbond joined the channel
      • jmbond
        LatoSans: sorry! did you say something to me... ugh
      • LatoSans
        jmbond - I don't know if it's been implemented, but I see that it's mentioned here and being passed https://botbot.me/freenode/stripe/2015-07-13/?m...
      • * passed on for possible implementation
      • jmbond
        ah ok so not possible yet. darn ok i will call the customer and just have them give me the info again. thanks for helping out!
      • Chive has quit
      • jmbond_ has quit
      • mikesea has quit
      • jmbond has quit
      • hsjawanda
        How do I create a test Account object? The Testing page https://stripe.com/docs/testing lists card numbers etc. for testing, but no Account for testing charging money on behalf of...
      • prashantyadav has quit
      • kies^ has quit
      • kies^ joined the channel
      • vmayoral joined the channel
      • citizen-stig has quit
      • vmayoral has quit
      • tlarevo has quit
      • tlarevo joined the channel
      • kies^ has quit
      • tlarevo_ joined the channel
      • tlarevo has quit
      • tlarevo_ has quit
      • Chive joined the channel
      • tlarevo joined the channel
      • hectorip has quit
      • tlarevo has quit
      • tlarevo joined the channel
      • mehakkahlon has quit
      • phpeek has quit
      • prashantyadav joined the channel
      • david______ joined the channel
      • irctc885 joined the channel
      • david______
        hey ywain, I asked yesterday about webhooks that were failing due to TLS error, and you pointed out that there were some errors we needed to fix with our HTTPS server. We changed some stuff, our rating improved from C to A+ in sslabs (https://www.ssllabs.com/ssltest/analyze.html?d=...), but the webhooks keep on failing. What else do we have to fix?
      • hectorip joined the channel
      • mehakkahlon joined the channel
      • bee_keeper joined the channel