Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top