Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top