but what service are you guys using for customer support?
mahmoudimus has quit
mischat has quit
icedanimal has quit
aiyyomaan joined the channel
JhauraW joined the channel
JhauraW is now known as Guest57871
aiyyomaan has quit
Guest57871 has quit
Shumaila joined the channel
Shumaila
I am trying to use the benefit of customer object , I do not want my customer to fill form (credit card and billing information) more than once so that means If customer is old so 'pay with card' button should not ask to fill form (even only credit card) again.
is there anyone who can answer my question ?
mahmoudimus joined the channel
is there anyone who can answer my question ?
mahmoudimus has quit
mahmoudimus_ joined the channel
mahmoudimus_ has quit
cperciva
Shumaila: what's the question?
aiyyomaan joined the channel
dymonaz has left the channel
cover joined the channel
Shumaila
@cperciva I am trying to use the benefit of customer object , I do not want my customer to fill form (credit card and billing information) more than once so that means If customer is old so 'pay with card' button should not ask to fill form (even only credit card) again.
aiyyomaan has quit
aiyyomaan joined the channel
davidpardy has quit
krrose27
@Shumaila collect their card info. Then create a new customer with the card info. Link the stripe customer id with your db. When they are on a checkout page check and see if you have them linked to a customer. If they are give them the pay with card option. If they chose this when you create the charge on the server pass the customer id isntead of a card/token.
Shumaila
@krrose27 i did all of this
krrose27
Ok.. So what is your issue?
Shumaila
What I am not able to do is to stop display form which is asing form card information again.
I cheked if user has already paid before if yes then I pass customer id to stripe_charge:create but how am I supposed to stope showing that form .
krrose27
What form?
Shumaila
the form which display when you click on 'pay with card' button.
I have used simple stripe button
do I sound too much confused ?
krrose27
I don't use the stripe checkout. So it's outside my knowladge. I don't know if you can do what you want using it.
Shumaila
oh okay. btw thank much/
icedanimal joined the channel
is there anyone else who used stripe's checkout?
icedanimal has quit
zingysaturn joined the channel
I am waiting for some assitance here
cperciva
Shumaila: if you don't want to show someone a form, don't show them the form
Shumaila: it's up to you to figure out if you have stored card details in a customer object