Durovs Protocol SDK
Number of APIs: 5
Documentation
Overview:
It`s SDK acquiring to accept payments within TWA (Telegram Web Application).
Getting started:
First register in telegram bot: **@durovsprotocolbot** and get API KEY.
Connect wallet for recieve payments.
Acquiring:
Create payment link for user.
Check status all payments or one of them
-
Acquiring - register POST {{api_url}}/acquiring/generate-api-key
-
Acquiring - webhook GET {{api_url}}/acquiring/webhook?api_key={{api_key}}&webhook_url={{webhook_url}}
-
Payment - index GET {{api_url}}/payment?api_key={{api_key}}
-
Payment - store POST {{api_url}}/payment
-
Payment - show GET {{api_url}}/payment/detail?uuid=&api_key={{api_key}}