@dqsf: Yep. I have gone to and fro a few times and when in test mode the test card works but in live mode real card doesn't.
Cards be "Live" in green :)
thomasstorfjord has quit
Cards LIVE Accept Visa, MasterCard and American Express payments from customers worldwide. 3D Secure for Visa and MasterCard support currently in preview.
Thanks Kaylined! I've decided to get drunk and wait for support to get back to me. Your efforts and patience with my stupidity is greatly appreciated!
w-p
Ha!
ftknox_ has quit
kaylined
Heh
fcser joined the channel
Phil624 has quit
Nic336 joined the channel
Nic335 has quit
Nic336 is now known as Nic335
dfoolz has quit
dfoolz joined the channel
fcser
A fundraiser site around a golf tournament where visitors buy a ticket / fee and bet on golf players - like fantasy golf. The proceeds all go to charity. Would this be against Stripe's terms (https://stripe.com/us/prohibited-businesses#fin...)
ok thank you - I may not be explaining the concept 100% correctly also
will go that route
jo__ joined the channel
jo__
hi, i'm using Checkout with Asp.net. i don't understand how i can relate a checkout to a charge
in the charge method i get an email and a token
but the email can be any and the token is not fixed
IRC-Source_15239 joined the channel
dqsf
jo__: so on your front-end you generate a token. you pass this to your backend and pick it up as a POST var
then you pass those post vars to params in your charge creation call
jo__
so the token is generated by me ?
i did not understand that
truepudding
the token is generated by checkout when it processes the credit card. it is a random string that you then pass to your server
dqsf
the token is generated by stripe, you place stripe's checkout code on your site to collect card details https://stripe.com/docs/checkout
Baune joined the channel
jo__
then my question : where do i link this to my user
then my question : where do i link this to my customer
truepudding
in your server side code when you have the email and the token. You create a new customer. You create a new user, you add them to a subscription, etc.
Are you using stripe.net?
jo__
yes i'm using stripe .net
but i'm missing something
allibubba joined the channel
truepudding
so checkout the docs for creating a customer - you have the email on your server right, and the token?
mrozbarry joined the channel
jo__
when i present the payment to customer, i put a price for a customer i know
then when i'm called back
liviu joined the channel
i get an email, but it may be a different one than in my db
truepudding
did the customer supply the email?
jo__
yes
mrozbarry
Hey, I have a bit of a managed account question. I'm building a service app for a set of organizations that take payment for membership, but can also sell products. With managed accounts, I cannot create products on behalf of the managed account, but I do get their api credentials.
So my question is, what's the best way to store those credentials?
I'd rather not store secret keys in my database to be safe
truepudding
jo__: you just have to look for the customer with that email then. if you already know their email address before they checkout, why do you ask them for it? It seems like your app needs to search and see if that email is already a user - then apply it to them. If they are not already a user, you need to make them a new user. If I understand correctly :)
liviu
Hi guys! We are preparing to go live with our app but when we try to issue an charge.. we receive this error from Stripe: "This connected account cannot currently make live charges. If you are a customer trying to make a purchase, please contact the owner of this site. Your transaction has not been processed" Do you have any idea why this happen? All transactions were processed in test mode
thank you
staar2 has quit
jo__
at the moment i create the payment page filling the stripe checkout js data filed, i know all.But i understand the real charge will occur in the Charge methog
i can even put a different price there!
fcser has left the channel
loglaunch has quit
gingerale has quit
loglaunch joined the channel
p-hebert joined the channel
Baune has quit
p-hebert
Hi there! Is there a way to charge less to the customer than the amount transferred to a destination account? We want to implement a promo code system and we would like to shoulder the difference between the actual price for the managed accounts and the discounted price the clients pay