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.
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.