Go to file
2023-01-16 15:54:30 +07:00
.github/workflows Update all non-major dependencies (#30) 2022-06-22 13:57:26 +03:00
api Translation fixes 2023-01-16 15:54:30 +07:00
scripts Update dependency swagger-ui to v4 (#25) 2022-04-05 13:30:10 +03:00
spec/definitions/responses Translate into english (#38) 2023-01-16 15:38:24 +07:00
web Update master (#4) 2022-01-24 15:35:28 +03:00
.gitignore Translate into english (#38) 2023-01-16 15:38:24 +07: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
openapitools.json TD-253: Update frontend codegen (#29) 2022-04-11 19:32:30 +03:00
package-lock.json Update all non-major dependencies (#30) 2022-06-22 13:57:26 +03:00
package.json Update all non-major dependencies (#30) 2022-06-22 13:57:26 +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.