Example - Payment service
Concept
In our application @dtontech_bot we have implemented a payment service based on webhooks. You can use a similar approach when developing your own product
How does it work?
The user makes a deposit to a hot wallet. For example, created via gobicycle
Webhook tracks transactions on users' hot wallets
Microservice receives post requests from the webhook, makes a record in the database and changes the balance
Example of a webhook for TON replenishment
Example of a webhook for JETTON replenishment
Last updated