so I've implemented subscriptions for the first time recently 💳
and there are 2 main things to be done on backend:
- an endpoint that processes the user's intention to pay
- PLUS, you'll have another endpoint to be hit by your payment service for the stuff like "he subbed", "he cancelled", etc...
and there are 2 main things to be done on backend:
- an endpoint that processes the user's intention to pay
- PLUS, you'll have another endpoint to be hit by your payment service for the stuff like "he subbed", "he cancelled", etc...
Comments