You can generate an API token from Create Token at any time. Endpoint - https://server.paygic.in/api/v2/reseller/createResellerAuthToken Method - POST We used here axios node library. You can use any http module
We used here axios node library. You can use any http module like Fetch, Plain HTTP request and more.
Callback or Web-hook
You will recieve a instant callback carrying transaction status and data.
You can use this data to update your transaction status at your end or anything you implement.
Note: Callback URL is needed from your side. You have to create it on your server. Example your callback url is - https://yourdomain.com/callback. This route should be resolve by POST method request.