Durovs Protocol SDK

Number of APIs: 5

Documentation

Overview:

It`s SDK acquiring to accept payments within TWA (Telegram Web Application).

Getting started:

  1. First register in telegram bot: **@durovsprotocolbot** and get API KEY.

  2. Connect wallet for recieve payments.

Acquiring:

  1. Create payment link for user.

  2. Check status all payments or one of them

  1. Acquiring - register POST {{api_url}}/acquiring/generate-api-key

  2. Acquiring - webhook GET {{api_url}}/acquiring/webhook?api_key={{api_key}}&webhook_url={{webhook_url}}

  3. Payment - index GET {{api_url}}/payment?api_key={{api_key}}

  4. Payment - store POST {{api_url}}/payment

  5. Payment - show GET {{api_url}}/payment/detail?uuid=&api_key={{api_key}}