Go to file
2024-10-01 14:47:52 +00:00
.github Update JamesIves/github-pages-deploy-action action to v4.6.8 2024-10-01 14:47:52 +00:00
api CP-24: Add WithdrawalQuote to Withdrawal (#63) 2024-06-17 23:11:43 +05: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
package-lock.json Update dependency swagger-ui to v5.17.1 (#52) 2024-04-24 20:49:12 +08:00
package.json Update dependency swagger-ui to v5.17.1 (#52) 2024-04-24 20:49:12 +08: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.