Request req_8eOcfP3bw2bzDd: Must provide source or customer." This way will actually create
a customer I can see in the Stripe Dashboard but won't create a charge, and of course
I get the error "must provide a source or customer."
Here's the link to Stripe form documentation along with javascript. . .
https://stripe.com/docs/custom-form
Request req_8eOcfP3bw2bzDd: Must provide source or customer.
"'stripeToken'"
--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/kOYgvRGOSqw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/834594107.94049123.1466196586714.JavaMail.zimbra%40cybernetik.net.
--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/kOYgvRGOSqw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/834594107.94049123.1466196586714.JavaMail.zimbra%40cybernetik.net.
--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/kOYgvRGOSqw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/834594107.94049123.1466196586714.JavaMail.zimbra%40cybernetik.net.
<form method="POST">
{% csrf_token %}
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="{{ stripe_publishable_key }}"
data-amount="{{ stripe_amount }}"
data-name="..."
data-description="..."
data-zip-code="true"
data-billing-address="true"
data-allow-remember-me="true"
data-email="{{ summary_dict.email_address }}"
data-locale="auto"
data-label="Register with Card"
data-zip-code="true">
</script>
</form>
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1457412891.94062571.1466264630642.JavaMail.zimbra%40cybernetik.net.