Are you using the old frontend methods? In September Stripe switched from tokens to payment intents.
See the docs.
After the credit card is verified you should send the setupIntent.payment_method to your server to create the subscription.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
I use Laravel 5 with cashier in the server and angular in the client. In the client I put the card and stripe returns me a token “_tok”. I send to the server, but I have this error “No such payment_method”. Because cashier doesn’t accept the token to create a subscription but in angular I have only the token.
Thanks
Please or to participate in this conversation.