Go to file
renovate[bot] 9b22fc7a20
Update dependency gulp-connect to v5 (#23)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-05 12:46:15 +03:00
.github/workflows Update actions/checkout action to v3 (#21) 2022-04-05 12:44:59 +03:00
api APM-107: Allow passing auth tokens w/ digital wallets (#12) 2022-03-25 18:45:27 +03:00
scripts FF-166: Add auth data (#63) 2020-03-18 16:00:08 +03:00
spec/definitions/responses Update master (#4) 2022-01-24 15:35:28 +03:00
web Update master (#4) 2022-01-24 15:35:28 +03:00
.gitignore Update master (#4) 2022-01-24 15:35:28 +03:00
.npm-shrinkwrap.json FF-230: 404 error for quoteP2PTransferWithTemplate (#79) 2020-09-28 17:55:11 +03:00
CHANGELOG.md [ED-318] delete Identification's step for wallet Identity (#100) 2021-11-18 19:59:52 +03:00
gulpfile.js Update master (#4) 2022-01-24 15:35:28 +03:00
LICENSE Let's make it opensource (#101) 2021-11-26 11:57:23 +03:00
Makefile Ci/GitHub actions (#92) 2021-07-21 12:32:40 +03:00
package-lock.json Update dependency gulp-connect to v5 (#23) 2022-04-05 12:46:15 +03:00
package.json Update dependency gulp-connect to v5 (#23) 2022-04-05 12:46:15 +03:00
README.md APM-83: Get withdrawal methods (#11) 2022-03-22 11:13:50 +03:00
renovate.json Add renovate.json (#8) 2022-04-05 12:32:35 +03:00

Wallet API Specification

Points of extensions

Generic destination resources

This allows adding new destination resources which should be handled by wapi in a generic manner.

Provided through vendor extension x-vality-genericMethod, which should be a JSON object. You can set it on a model discriminated against DestinationResource. When it's set on an object its type value will be used to identify this resource's payment service.

At the moment this object may contain following properties:

  1. schema object, which should be a valid JSON schema.

    A DestinationResource object following this schema will be interpreted as generic resource data and passed down as part of ResourceGeneric.generic.data thrift model (which will eventually become GenericPaymentTool.data).

    When id schema property is defined, its value will be used to annotate generic resource data data, namely through MIME type.