I'm using checkout payment method for user like there. It's button that calls stripe payment form. Let suppose that user pays 10$ for basic plan. After that i have some token tok_103uPJ28QwVoVFZsNqTEluiP. I want to know on server-side how much money user paid and how should i subscribe him on basic plan?

有帮助吗?

解决方案

The next step, after you have a token, is to create a Customer with a plan.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top