#ruooooo-validate-subscription
1 messages · Page 1 of 1 (latest)
@acoustic wagon don't worry I got it
@kindred pivot We don't have that kind of validation built in but it's something you can build easily in your own code!
Thanks, how can i notice that the client already pay?
not sure I understand what that could mean
after the payment gateway system charge the client, how you notified me that the client already pay to know if i let the client enter the aplication?
https://stripe.com/docs/billing/subscriptions/webhooks usually you track all of this via webhooks and cache this in your database
let me recap, you have in your system The list of clients, how much they have to pay and when, but you dont save if they pay?