Go to file
George Belyakov e148c6c98d
epic: Webmoney wallet destination resource (#90)
* ED-166: Add Webmoney wallet destination resource (#89)

* add webmoney wallet

* rework wrong structure of digital wallet destination

* fix issue with discriminator

* fix

* add "id" to digital wallet, id is required, provider is optional.

* fix digital wallet id min-max lengths

* change "webmoney" union to "Webmoney"

* Add release-epic step for wercker

* Revert "Add release-epic step for wercker"

This reverts commit 841c518b

* make provider field required

* set provider field as discriminator

* Revert "set provider field as discriminator"

This reverts commit a34f2c1bce76b2ae9be7e9225f64eb4902fa95b7.

Co-authored-by: r.shaidullin <ndiezel0@gmail.com>
2021-07-14 12:13:50 +03:00
api epic: Webmoney wallet destination resource (#90) 2021-07-14 12:13:50 +03:00
scripts FF-166: Add auth data (#63) 2020-03-18 16:00:08 +03:00
spec/definitions/responses MSPF-596: Allow specifying partyID (#80) 2020-11-11 18:04:06 +03:00
web CAPI-262: Fix multispec browsing (#9) 2018-06-19 13:31:13 +03:00
.gitignore Fix allOf in properties (#27) 2018-09-14 20:07:59 +03:00
.npm-shrinkwrap.json FF-230: 404 error for quoteP2PTransferWithTemplate (#79) 2020-09-28 17:55:11 +03:00
CHANGELOG.md FF-237: ResourceToken that may expire (#81) 2020-12-16 00:56:19 +03:00
gulpfile.js MSPF-596: Allow specifying partyID (#80) 2020-11-11 18:04:06 +03:00
Makefile CAPI-262: Make up swagger repo w/ basic wallet api (#1) 2018-06-12 19:50:45 +03:00
package.json MSPF-596: Allow specifying partyID (#80) 2020-11-11 18:04:06 +03:00
README.md CAPI-262: Make up swagger repo w/ basic wallet api (#1) 2018-06-12 19:50:45 +03:00
wercker.yml Ed 18/feat/add revert and adjustment operations (#86) 2021-03-17 13:08:50 +03:00

Wallet API Specification

TODO

  • Надо бы ввести identity service terms.
  • Кажется всё-таки, что identity classes и identity levels на одном уровне иерархии.
  • Можно попробовать identity classes и levels совместить во что-то одно (типа badges) и позволять набивать их в identity в произвольном количестве.
  • Вообще, withdrawal может включать и user interaction.
  • Ресурсы currencies и residences выглядят как достаточно универсальные, чтобы их вынести в отдельную спеку.
  • Пропатчить swagger-repo так, чтобы swagger-editor корректно работал с репозиториями, в которых больше одной спеки.