#How do i create a one time payment for user

1 messages · Page 1 of 1 (latest)

upbeat berry
#

I want to genrate a customized payment link for user and once it is genrated i should get some type of paymentid(i already see that we have it in one time payemnt api) and I aso check static url but i need the id to track once the user is done making the payment. Static link wont do it.

edgy sinew
upbeat berry
#

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,

edgy sinew
#

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