Go to file
2022-06-22 13:53:17 +03:00
.github/workflows ``yaml` -> `yml`` (#35) 2022-06-22 13:53:17 +03:00
api TD-250 - FIX: Remove discriminator (#32) 2022-05-25 21:19:37 +03:00
scripts Update dependency swagger-ui to v4 (#25) 2022-04-05 13:30:10 +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 TD-253: Add frontend codegen (#28) 2022-04-08 16:17:29 +03:00
CHANGELOG.md [ED-318] delete Identification's step for wallet Identity (#100) 2021-11-18 19:59:52 +03:00
crowdin.yml Update Crowdin configuration file 2022-04-05 15:26:31 +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 TD-253: Update frontend codegen (#29) 2022-04-11 19:32:30 +03:00
package.json TD-253: Update frontend codegen (#29) 2022-04-11 19:32:30 +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.