Open SaurabhBagade opened 3 years ago
I'm faced with the same error, In my case from stripe side - POST body recieved without "source". It seems self.request.POST.get('stripeToken') not working. Something wrong in payment.html script part...if past some generic token id in source body (stripe.Charge.create) it will show in stripe logs.
Just find a solution...you could use testing token for visa card - "source": "tok_visa"
It will work with card number 4242424242424242 just to make sure that stripe works.
I have an issue with the card payment of stripe. So when I did according to the youtube video and tried a dummy card number. It just threw me a, 'Invalid Parameter error'. Can anyone help me with that? Here is my PaymentView...