#How do i create a one time payment for user
1 messages · Page 1 of 1 (latest)
You should implement webhook on your code project
Sure but how do i track what user just made the payment? I have a dashbaord andnthrough that i can maybe track the user..i assumed that once we gerneate the payment link we will get payment id then we will store that against the user and wait on webhook to respond with matching payment id.
This makes sense.. but not sure how to implement via dodo,
Implementing this is done with webhook, so once you setup you backend url in webhook settings it will like send notification with details of all information you need about the customer and they you can do anything you want about it.
just make sure you add the correct webhook url in settings and than try to do logs to see how data will be shown
Of course it will give you data of payment success, failed or processing with all information
Hopefuly it's clear for you