Level 4
Sorted it. You can just generate a token via CURL https://stripe.com/docs/api#create_card_token and add that to Postman.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
How do you guys debug registration errors?
I'm getting a 500 error in console, but the Stripe customer, subscription, coupon, and invoice are created in my test environment, though no user is created.
It's difficult to debug the error when you can't use Postman or similar because of the stripe_token requirement. Any advice is very much appreciated.
Thanks
Sorted it. You can just generate a token via CURL https://stripe.com/docs/api#create_card_token and add that to Postman.
Please or to participate in this conversation.