Stripe Error: ‘Token is Not Supported’ when trying to sign up to subscription

Found the answer on Stripe’s IRC channel: It’s not mentioned in the official docs, but Stripe is expecting the token ID, rather than the full token itself.

Simply passing source: stripeToken.id solved the problem for me.

Leave a Comment