fmurodov / gowallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gowallet

eWallet REST API service

Wallet types:

  • anonymous - balance limit 10,000 TJS
  • identified - balance limit 100,000 TJS

API auth:

  • X-UserId - user ID
  • X-Digest - request body hmac-sha1

API methods:

  • /check - check existing account
  • /topup - top up balance
  • /stats - monthly stats. operations count and sums
  • /balance - check wallet balance

About

License:MIT License


Languages

Language:Go 86.2%Language:Makefile 9.3%Language:Dockerfile 4.5%