Re: I am on a e-commerce website on a video from youtube and I am having problems with stripe

2019-04-01 Thread Patrice Chaula
I fixed the problem I forgot to put this statement -> ```customer.sources.create(source='tok_visa')``` On Friday, 29 March 2019 17:30:00 UTC+2, Chetan Ganji wrote: > > I am not sure about this. > > But the issue seems to be that the user in question has a stripe account > and that stripe

Re: I am on a e-commerce website on a video from youtube and I am having problems with stripe

2019-03-29 Thread Chetan Ganji
I am not sure about this. But the issue seems to be that the user in question has a stripe account and that stripe account does not have any cards associated with the account. Maybe try adding a card to the account, if it does not have any. If it has, delete it and create a new one. See if it

I am on a e-commerce website on a video from youtube and I am having problems with stripe

2019-03-29 Thread Patrice Chaula
I am using Stripe to process payments from my website. Yesterday it was working ok. That was before I changed code my code so It can process payments using a customer_id. I am using test keys My code below. Help I'm still a beginner in django. I'm sorry my English is bad. from