#Manu.El
1 messages ยท Page 1 of 1 (latest)
Hello ๐
You can check your Stripe dashboard to see if you've received a Payment.
yeah, but is there a way to implement that function in code? because i use a system of subscriptions and i need to verify which customer makes the payment
theres a way to get that information and use it to make the verifications in my code?
Ah okay, in that case you'd want to look into using Webhooks. Whenever someone makes a payment, your server-side code will receive an event from Stripe.
https://stripe.com/docs/webhooks
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=checkout#provision-and-monitor
nice! ty im going to check that documentation and if i have another question ill be back ๐