The payment system I am going to use allows me to enter a payment confirmation URL.
The clients of my application can subscribe to a plan and I need to make a note that the client made the payment.
Since I have the information of which plan the client wants to pay, it occurred to me to create a thank you page screen. If the customer pays they will be redirected to that screen, what I need to do is count the customer’s visit to that link to mark the subscription as paid. It’s possible?
Thanks!