Re: Stripe problem: InvalidRequestError: This customer has no attached payment source

2018-02-18 Thread Etienne Robillard
I'd suggest you look into the api_requestor.py source code to actually trace this problem. HTH, Etienne Le 2018-02-18 à 10:30, Tom Tanner a écrit : I've been following the Quickstart guides from Stripe. https://stripe.com/docs/quickstart https://stripe.com/docs/subscriptions/quickstart

Stripe problem: InvalidRequestError: This customer has no attached payment source

2018-02-18 Thread Tom Tanner
I've been following the Quickstart guides from Stripe. https://stripe.com/docs/quickstart https://stripe.com/docs/subscriptions/quickstart This is what my form looks like: {% csrf_token %} {% for field in registration_form %} {{ field }} {% if