Here's what I got going on.
1) New user signs up
2) I create a stripe customer object for them
4) Everything works great, I can query the customer object and see the card_ object there
However if I attempt to create subscription object direclty using the API and the customer ID created in step 1 it says
Error: This customer has no attached payment source or default payment method..
I've looked through the docs and I can't seem to figure out if there is a way to get the payment method they set during the checkout process and set that as the default source.
Is this possible?
Thanks so much for your help!
Alex Wait