@vality/swag-payments 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/esm2020/lib/api/api.mjs +32 -0
- package/esm2020/lib/api/categories.service.mjs +212 -0
- package/esm2020/lib/api/contracts.service.mjs +592 -0
- package/esm2020/lib/api/countries.service.mjs +212 -0
- package/esm2020/lib/api/customers.service.mjs +675 -0
- package/esm2020/lib/api/invoice-templates.service.mjs +491 -0
- package/esm2020/lib/api/invoices.service.mjs +698 -0
- package/esm2020/lib/api/parties.service.mjs +444 -0
- package/esm2020/lib/api/payment-institutions.service.mjs +622 -0
- package/esm2020/lib/api/payments.service.mjs +1056 -0
- package/esm2020/lib/api/payouts.service.mjs +541 -0
- package/esm2020/lib/api/search.service.mjs +616 -0
- package/esm2020/lib/api/shops.service.mjs +584 -0
- package/esm2020/lib/api/tokens.service.mjs +165 -0
- package/esm2020/lib/api/trade-blocs.service.mjs +212 -0
- package/esm2020/lib/api/webhooks.service.mjs +401 -0
- package/esm2020/lib/api.module.mjs +40 -0
- package/esm2020/lib/configuration.mjs +102 -0
- package/esm2020/lib/encoder.mjs +19 -0
- package/esm2020/lib/index.mjs +7 -0
- package/esm2020/lib/model/access-token.mjs +13 -0
- package/esm2020/lib/model/allocation-body-amount-all-of.mjs +13 -0
- package/esm2020/lib/model/allocation-body-amount.mjs +2 -0
- package/esm2020/lib/model/allocation-body-total-all-of.mjs +2 -0
- package/esm2020/lib/model/allocation-body-total.mjs +2 -0
- package/esm2020/lib/model/allocation-fee-fixed-all-of.mjs +13 -0
- package/esm2020/lib/model/allocation-fee-fixed.mjs +2 -0
- package/esm2020/lib/model/allocation-fee-share-all-of.mjs +2 -0
- package/esm2020/lib/model/allocation-fee-share.mjs +2 -0
- package/esm2020/lib/model/allocation-fee-target.mjs +18 -0
- package/esm2020/lib/model/allocation-fee.mjs +8 -0
- package/esm2020/lib/model/allocation-target-shop-all-of.mjs +13 -0
- package/esm2020/lib/model/allocation-target-shop.mjs +2 -0
- package/esm2020/lib/model/allocation-target.mjs +18 -0
- package/esm2020/lib/model/allocation-transaction.mjs +8 -0
- package/esm2020/lib/model/apple-pay-all-of.mjs +13 -0
- package/esm2020/lib/model/apple-pay.mjs +2 -0
- package/esm2020/lib/model/articles-of-association.mjs +2 -0
- package/esm2020/lib/model/bank-account.mjs +13 -0
- package/esm2020/lib/model/bank-card-all-of-token-provider-data.mjs +19 -0
- package/esm2020/lib/model/bank-card-all-of.mjs +2 -0
- package/esm2020/lib/model/bank-card-details.mjs +19 -0
- package/esm2020/lib/model/bank-card-token-provider-data.mjs +19 -0
- package/esm2020/lib/model/bank-card-tokenization-method.mjs +16 -0
- package/esm2020/lib/model/bank-card.mjs +2 -0
- package/esm2020/lib/model/browser-get-request-all-of.mjs +13 -0
- package/esm2020/lib/model/browser-get-request.mjs +2 -0
- package/esm2020/lib/model/browser-post-request-all-of.mjs +2 -0
- package/esm2020/lib/model/browser-post-request.mjs +2 -0
- package/esm2020/lib/model/browser-request.mjs +13 -0
- package/esm2020/lib/model/cancel-payment400-response.mjs +23 -0
- package/esm2020/lib/model/capture-params-all-of.mjs +2 -0
- package/esm2020/lib/model/capture-params.mjs +2 -0
- package/esm2020/lib/model/capture-payment400-response.mjs +28 -0
- package/esm2020/lib/model/card-data-all-of.mjs +13 -0
- package/esm2020/lib/model/card-data.mjs +2 -0
- package/esm2020/lib/model/category.mjs +13 -0
- package/esm2020/lib/model/chargeback.mjs +26 -0
- package/esm2020/lib/model/client-info.mjs +13 -0
- package/esm2020/lib/model/contact-info.mjs +13 -0
- package/esm2020/lib/model/contract-adjustment.mjs +13 -0
- package/esm2020/lib/model/contract.mjs +8 -0
- package/esm2020/lib/model/contractor.mjs +20 -0
- package/esm2020/lib/model/cost-amount-range.mjs +13 -0
- package/esm2020/lib/model/country.mjs +13 -0
- package/esm2020/lib/model/create-binding400-response.mjs +25 -0
- package/esm2020/lib/model/create-customer400-response.mjs +25 -0
- package/esm2020/lib/model/create-invoice-template400-response.mjs +25 -0
- package/esm2020/lib/model/create-invoice-with-template400-response.mjs +22 -0
- package/esm2020/lib/model/create-invoice400-response.mjs +29 -0
- package/esm2020/lib/model/create-payment400-response.mjs +29 -0
- package/esm2020/lib/model/create-payout400-response.mjs +23 -0
- package/esm2020/lib/model/create-refund400-response.mjs +32 -0
- package/esm2020/lib/model/create-webhook400-response.mjs +22 -0
- package/esm2020/lib/model/create-webhook429-response.mjs +13 -0
- package/esm2020/lib/model/crypto-currency-transfer-request-all-of.mjs +13 -0
- package/esm2020/lib/model/crypto-currency-transfer-request.mjs +2 -0
- package/esm2020/lib/model/crypto-wallet-all-of.mjs +13 -0
- package/esm2020/lib/model/crypto-wallet-data.mjs +2 -0
- package/esm2020/lib/model/crypto-wallet-details.mjs +13 -0
- package/esm2020/lib/model/crypto-wallet.mjs +2 -0
- package/esm2020/lib/model/customer-and-token.mjs +2 -0
- package/esm2020/lib/model/customer-binding-error.mjs +13 -0
- package/esm2020/lib/model/customer-binding-interaction-completed-all-of.mjs +2 -0
- package/esm2020/lib/model/customer-binding-interaction-completed.mjs +2 -0
- package/esm2020/lib/model/customer-binding-interaction-requested-all-of.mjs +2 -0
- package/esm2020/lib/model/customer-binding-interaction-requested.mjs +2 -0
- package/esm2020/lib/model/customer-binding-params.mjs +2 -0
- package/esm2020/lib/model/customer-binding-started-all-of.mjs +2 -0
- package/esm2020/lib/model/customer-binding-started.mjs +2 -0
- package/esm2020/lib/model/customer-binding-status-changed-all-of.mjs +13 -0
- package/esm2020/lib/model/customer-binding-status-changed.mjs +9 -0
- package/esm2020/lib/model/customer-binding-status.mjs +9 -0
- package/esm2020/lib/model/customer-binding.mjs +9 -0
- package/esm2020/lib/model/customer-change.mjs +21 -0
- package/esm2020/lib/model/customer-event.mjs +2 -0
- package/esm2020/lib/model/customer-params.mjs +2 -0
- package/esm2020/lib/model/customer-payer-all-of.mjs +2 -0
- package/esm2020/lib/model/customer-payer.mjs +2 -0
- package/esm2020/lib/model/customer.mjs +8 -0
- package/esm2020/lib/model/customers-topic-all-of.mjs +23 -0
- package/esm2020/lib/model/customers-topic.mjs +12 -0
- package/esm2020/lib/model/decimal.mjs +13 -0
- package/esm2020/lib/model/default-logic-error.mjs +19 -0
- package/esm2020/lib/model/delete-customer400-response.mjs +21 -0
- package/esm2020/lib/model/digital-wallet-all-of.mjs +13 -0
- package/esm2020/lib/model/digital-wallet-data-all-of.mjs +13 -0
- package/esm2020/lib/model/digital-wallet-data.mjs +2 -0
- package/esm2020/lib/model/digital-wallet-details.mjs +13 -0
- package/esm2020/lib/model/digital-wallet.mjs +2 -0
- package/esm2020/lib/model/external-id-conflict-error.mjs +13 -0
- package/esm2020/lib/model/fulfill-invoice400-response.mjs +22 -0
- package/esm2020/lib/model/general-error.mjs +13 -0
- package/esm2020/lib/model/google-pay-all-of.mjs +13 -0
- package/esm2020/lib/model/google-pay.mjs +2 -0
- package/esm2020/lib/model/international-bank-account.mjs +2 -0
- package/esm2020/lib/model/international-bank-details.mjs +13 -0
- package/esm2020/lib/model/international-correspondent-bank-account.mjs +2 -0
- package/esm2020/lib/model/international-legal-entity-all-of.mjs +13 -0
- package/esm2020/lib/model/international-legal-entity.mjs +2 -0
- package/esm2020/lib/model/invoice-and-token.mjs +2 -0
- package/esm2020/lib/model/invoice-bank-account.mjs +18 -0
- package/esm2020/lib/model/invoice-change.mjs +25 -0
- package/esm2020/lib/model/invoice-client-info.mjs +19 -0
- package/esm2020/lib/model/invoice-created-all-of.mjs +2 -0
- package/esm2020/lib/model/invoice-created.mjs +2 -0
- package/esm2020/lib/model/invoice-event.mjs +2 -0
- package/esm2020/lib/model/invoice-line-tax-mode.mjs +18 -0
- package/esm2020/lib/model/invoice-line-tax-vat-all-of.mjs +24 -0
- package/esm2020/lib/model/invoice-line-tax-vat.mjs +13 -0
- package/esm2020/lib/model/invoice-line.mjs +2 -0
- package/esm2020/lib/model/invoice-params-with-template.mjs +13 -0
- package/esm2020/lib/model/invoice-params.mjs +2 -0
- package/esm2020/lib/model/invoice-russian-bank-account-all-of.mjs +13 -0
- package/esm2020/lib/model/invoice-russian-bank-account.mjs +2 -0
- package/esm2020/lib/model/invoice-status-changed.mjs +10 -0
- package/esm2020/lib/model/invoice-status.mjs +21 -0
- package/esm2020/lib/model/invoice-template-and-token.mjs +2 -0
- package/esm2020/lib/model/invoice-template-create-params.mjs +2 -0
- package/esm2020/lib/model/invoice-template-details.mjs +13 -0
- package/esm2020/lib/model/invoice-template-line-cost-fixed-all-of.mjs +13 -0
- package/esm2020/lib/model/invoice-template-line-cost-fixed.mjs +2 -0
- package/esm2020/lib/model/invoice-template-line-cost-range-all-of.mjs +2 -0
- package/esm2020/lib/model/invoice-template-line-cost-range.mjs +2 -0
- package/esm2020/lib/model/invoice-template-line-cost-unlim.mjs +2 -0
- package/esm2020/lib/model/invoice-template-line-cost.mjs +13 -0
- package/esm2020/lib/model/invoice-template-multi-line-all-of.mjs +2 -0
- package/esm2020/lib/model/invoice-template-multi-line.mjs +2 -0
- package/esm2020/lib/model/invoice-template-single-line-all-of.mjs +2 -0
- package/esm2020/lib/model/invoice-template-single-line.mjs +2 -0
- package/esm2020/lib/model/invoice-template-update-params.mjs +2 -0
- package/esm2020/lib/model/invoice-template.mjs +2 -0
- package/esm2020/lib/model/invoice.mjs +10 -0
- package/esm2020/lib/model/invoices-topic-all-of.mjs +30 -0
- package/esm2020/lib/model/invoices-topic.mjs +19 -0
- package/esm2020/lib/model/legal-agreement.mjs +13 -0
- package/esm2020/lib/model/legal-entity-all-of.mjs +19 -0
- package/esm2020/lib/model/legal-entity.mjs +2 -0
- package/esm2020/lib/model/lifetime-interval.mjs +13 -0
- package/esm2020/lib/model/logic-error.mjs +13 -0
- package/esm2020/lib/model/mobile-commerce-all-of.mjs +13 -0
- package/esm2020/lib/model/mobile-commerce-data-all-of.mjs +2 -0
- package/esm2020/lib/model/mobile-commerce-data.mjs +2 -0
- package/esm2020/lib/model/mobile-commerce-details.mjs +13 -0
- package/esm2020/lib/model/mobile-commerce-phone.mjs +13 -0
- package/esm2020/lib/model/mobile-commerce.mjs +2 -0
- package/esm2020/lib/model/models.mjs +262 -0
- package/esm2020/lib/model/party.mjs +13 -0
- package/esm2020/lib/model/payer-session-info.mjs +13 -0
- package/esm2020/lib/model/payer.mjs +2 -0
- package/esm2020/lib/model/payment-error.mjs +2 -0
- package/esm2020/lib/model/payment-flow-hold-all-of.mjs +19 -0
- package/esm2020/lib/model/payment-flow-hold.mjs +8 -0
- package/esm2020/lib/model/payment-flow-instant.mjs +2 -0
- package/esm2020/lib/model/payment-flow.mjs +19 -0
- package/esm2020/lib/model/payment-institution.mjs +19 -0
- package/esm2020/lib/model/payment-interaction-completed-all-of.mjs +2 -0
- package/esm2020/lib/model/payment-interaction-completed.mjs +2 -0
- package/esm2020/lib/model/payment-interaction-requested-all-of.mjs +2 -0
- package/esm2020/lib/model/payment-interaction-requested.mjs +2 -0
- package/esm2020/lib/model/payment-method.mjs +22 -0
- package/esm2020/lib/model/payment-params.mjs +2 -0
- package/esm2020/lib/model/payment-recurrent-parent.mjs +13 -0
- package/esm2020/lib/model/payment-resource-client-info.mjs +13 -0
- package/esm2020/lib/model/payment-resource-params.mjs +2 -0
- package/esm2020/lib/model/payment-resource-payer-all-of.mjs +2 -0
- package/esm2020/lib/model/payment-resource-payer.mjs +2 -0
- package/esm2020/lib/model/payment-resource-result.mjs +2 -0
- package/esm2020/lib/model/payment-resource.mjs +2 -0
- package/esm2020/lib/model/payment-search-result-all-of.mjs +2 -0
- package/esm2020/lib/model/payment-search-result.mjs +12 -0
- package/esm2020/lib/model/payment-started-all-of.mjs +2 -0
- package/esm2020/lib/model/payment-started.mjs +2 -0
- package/esm2020/lib/model/payment-status-changed-all-of.mjs +13 -0
- package/esm2020/lib/model/payment-status-changed.mjs +12 -0
- package/esm2020/lib/model/payment-status.mjs +12 -0
- package/esm2020/lib/model/payment-terminal-all-of.mjs +13 -0
- package/esm2020/lib/model/payment-terminal-data-all-of.mjs +13 -0
- package/esm2020/lib/model/payment-terminal-data.mjs +2 -0
- package/esm2020/lib/model/payment-terminal-details.mjs +13 -0
- package/esm2020/lib/model/payment-terminal-receipt-all-of.mjs +13 -0
- package/esm2020/lib/model/payment-terminal-receipt.mjs +2 -0
- package/esm2020/lib/model/payment-terminal.mjs +2 -0
- package/esm2020/lib/model/payment-terms.mjs +13 -0
- package/esm2020/lib/model/payment-tool-details-bank-card.mjs +8 -0
- package/esm2020/lib/model/payment-tool-details-crypto-wallet.mjs +2 -0
- package/esm2020/lib/model/payment-tool-details-digital-wallet.mjs +2 -0
- package/esm2020/lib/model/payment-tool-details-mobile-commerce.mjs +2 -0
- package/esm2020/lib/model/payment-tool-details-payment-terminal.mjs +2 -0
- package/esm2020/lib/model/payment-tool-details.mjs +13 -0
- package/esm2020/lib/model/payment-tool.mjs +23 -0
- package/esm2020/lib/model/payment.mjs +12 -0
- package/esm2020/lib/model/payout-params.mjs +13 -0
- package/esm2020/lib/model/payout-tool-all-of.mjs +13 -0
- package/esm2020/lib/model/payout-tool-details-bank-account.mjs +2 -0
- package/esm2020/lib/model/payout-tool-details-international-bank-account.mjs +2 -0
- package/esm2020/lib/model/payout-tool-details-payment-institution-account.mjs +2 -0
- package/esm2020/lib/model/payout-tool-details-wallet-info-all-of.mjs +13 -0
- package/esm2020/lib/model/payout-tool-details-wallet-info.mjs +2 -0
- package/esm2020/lib/model/payout-tool-details.mjs +13 -0
- package/esm2020/lib/model/payout-tool-params.mjs +2 -0
- package/esm2020/lib/model/payout-tool.mjs +2 -0
- package/esm2020/lib/model/payout.mjs +2 -0
- package/esm2020/lib/model/power-of-attorney.mjs +2 -0
- package/esm2020/lib/model/private-entity-all-of.mjs +18 -0
- package/esm2020/lib/model/private-entity.mjs +2 -0
- package/esm2020/lib/model/qr-code-display-request-all-of.mjs +13 -0
- package/esm2020/lib/model/qr-code-display-request.mjs +2 -0
- package/esm2020/lib/model/realm-mode.mjs +16 -0
- package/esm2020/lib/model/reason.mjs +13 -0
- package/esm2020/lib/model/recurrent-payer-all-of.mjs +2 -0
- package/esm2020/lib/model/recurrent-payer.mjs +2 -0
- package/esm2020/lib/model/redirect-all-of.mjs +2 -0
- package/esm2020/lib/model/redirect.mjs +2 -0
- package/esm2020/lib/model/refund-error.mjs +13 -0
- package/esm2020/lib/model/refund-params.mjs +2 -0
- package/esm2020/lib/model/refund-search-result-all-of.mjs +13 -0
- package/esm2020/lib/model/refund-search-result.mjs +9 -0
- package/esm2020/lib/model/refund-started-all-of.mjs +2 -0
- package/esm2020/lib/model/refund-started.mjs +2 -0
- package/esm2020/lib/model/refund-status-changed-all-of.mjs +13 -0
- package/esm2020/lib/model/refund-status-changed.mjs +9 -0
- package/esm2020/lib/model/refund-status.mjs +9 -0
- package/esm2020/lib/model/refund.mjs +9 -0
- package/esm2020/lib/model/registered-user-all-of.mjs +13 -0
- package/esm2020/lib/model/registered-user.mjs +2 -0
- package/esm2020/lib/model/report-link.mjs +13 -0
- package/esm2020/lib/model/report-params.mjs +18 -0
- package/esm2020/lib/model/reporting-preferences.mjs +2 -0
- package/esm2020/lib/model/representative-document.mjs +19 -0
- package/esm2020/lib/model/representative.mjs +2 -0
- package/esm2020/lib/model/rescind-invoice400-response.mjs +23 -0
- package/esm2020/lib/model/russian-legal-entity-all-of.mjs +2 -0
- package/esm2020/lib/model/russian-legal-entity.mjs +2 -0
- package/esm2020/lib/model/russian-private-entity-all-of.mjs +2 -0
- package/esm2020/lib/model/russian-private-entity.mjs +2 -0
- package/esm2020/lib/model/samsung-pay-all-of.mjs +13 -0
- package/esm2020/lib/model/samsung-pay.mjs +2 -0
- package/esm2020/lib/model/schedule.mjs +13 -0
- package/esm2020/lib/model/search-invoices200-response.mjs +2 -0
- package/esm2020/lib/model/search-payments200-response.mjs +2 -0
- package/esm2020/lib/model/search-payouts200-response.mjs +2 -0
- package/esm2020/lib/model/search-refunds200-response.mjs +2 -0
- package/esm2020/lib/model/service-acceptance-act-preferences.mjs +2 -0
- package/esm2020/lib/model/service-provider.mjs +13 -0
- package/esm2020/lib/model/shop-details.mjs +13 -0
- package/esm2020/lib/model/shop-location-url-all-of.mjs +13 -0
- package/esm2020/lib/model/shop-location-url.mjs +2 -0
- package/esm2020/lib/model/shop-location.mjs +13 -0
- package/esm2020/lib/model/shop.mjs +2 -0
- package/esm2020/lib/model/sub-error.mjs +13 -0
- package/esm2020/lib/model/tokenized-card-data-all-of.mjs +21 -0
- package/esm2020/lib/model/tokenized-card-data.mjs +2 -0
- package/esm2020/lib/model/trade-bloc.mjs +13 -0
- package/esm2020/lib/model/transaction-info.mjs +13 -0
- package/esm2020/lib/model/update-invoice-template400-response.mjs +22 -0
- package/esm2020/lib/model/user-interaction-form-inner.mjs +13 -0
- package/esm2020/lib/model/user-interaction.mjs +13 -0
- package/esm2020/lib/model/webhook-scope.mjs +19 -0
- package/esm2020/lib/model/webhook.mjs +2 -0
- package/esm2020/lib/model/yandex-pay-all-of.mjs +13 -0
- package/esm2020/lib/model/yandex-pay.mjs +2 -0
- package/esm2020/lib/param.mjs +2 -0
- package/esm2020/lib/variables.mjs +9 -0
- package/esm2020/public-api.mjs +2 -0
- package/esm2020/vality-swag-payments.mjs +5 -0
- package/fesm2015/vality-swag-payments.mjs +8780 -0
- package/fesm2015/vality-swag-payments.mjs.map +1 -0
- package/fesm2020/vality-swag-payments.mjs +9648 -0
- package/fesm2020/vality-swag-payments.mjs.map +1 -0
- package/lib/api/api.d.ts +31 -0
- package/lib/api/categories.service.d.ts +67 -0
- package/lib/api/contracts.service.d.ts +234 -0
- package/lib/api/countries.service.d.ts +67 -0
- package/lib/api/customers.service.d.ts +266 -0
- package/lib/api/invoice-templates.service.d.ts +183 -0
- package/lib/api/invoices.service.d.ts +267 -0
- package/lib/api/parties.service.d.ts +165 -0
- package/lib/api/payment-institutions.service.d.ts +245 -0
- package/lib/api/payments.service.d.ts +419 -0
- package/lib/api/payouts.service.d.ts +209 -0
- package/lib/api/search.service.d.ts +242 -0
- package/lib/api/shops.service.d.ts +229 -0
- package/lib/api/tokens.service.d.ts +44 -0
- package/lib/api/trade-blocs.service.d.ts +67 -0
- package/lib/api/webhooks.service.d.ts +145 -0
- package/lib/api.module.d.ts +11 -0
- package/lib/configuration.d.ts +104 -0
- package/lib/encoder.d.ts +11 -0
- package/lib/index.d.ts +6 -0
- package/lib/model/access-token.d.ts +17 -0
- package/lib/model/allocation-body-amount-all-of.d.ts +21 -0
- package/lib/model/allocation-body-amount.d.ts +16 -0
- package/lib/model/allocation-body-total-all-of.d.ts +27 -0
- package/lib/model/allocation-body-total.d.ts +22 -0
- package/lib/model/allocation-fee-fixed-all-of.d.ts +17 -0
- package/lib/model/allocation-fee-fixed.d.ts +12 -0
- package/lib/model/allocation-fee-share-all-of.d.ts +19 -0
- package/lib/model/allocation-fee-share.d.ts +14 -0
- package/lib/model/allocation-fee-target.d.ts +23 -0
- package/lib/model/allocation-fee.d.ts +26 -0
- package/lib/model/allocation-target-shop-all-of.d.ts +17 -0
- package/lib/model/allocation-target-shop.d.ts +23 -0
- package/lib/model/allocation-target.d.ts +23 -0
- package/lib/model/allocation-transaction.d.ts +34 -0
- package/lib/model/apple-pay-all-of.d.ts +24 -0
- package/lib/model/apple-pay.d.ts +24 -0
- package/lib/model/articles-of-association.d.ts +19 -0
- package/lib/model/bank-account.d.ts +29 -0
- package/lib/model/bank-card-all-of-token-provider-data.d.ts +36 -0
- package/lib/model/bank-card-all-of.d.ts +23 -0
- package/lib/model/bank-card-details.d.ts +44 -0
- package/lib/model/bank-card-token-provider-data.d.ts +39 -0
- package/lib/model/bank-card-tokenization-method.d.ts +19 -0
- package/lib/model/bank-card.d.ts +26 -0
- package/lib/model/browser-get-request-all-of.d.ts +17 -0
- package/lib/model/browser-get-request.d.ts +18 -0
- package/lib/model/browser-post-request-all-of.d.ts +22 -0
- package/lib/model/browser-post-request.d.ts +23 -0
- package/lib/model/browser-request.d.ts +17 -0
- package/lib/model/cancel-payment400-response.d.ts +32 -0
- package/lib/model/capture-params-all-of.d.ts +34 -0
- package/lib/model/capture-params.d.ts +35 -0
- package/lib/model/capture-payment400-response.d.ts +37 -0
- package/lib/model/card-data-all-of.d.ts +32 -0
- package/lib/model/card-data.d.ts +32 -0
- package/lib/model/category.d.ts +16 -0
- package/lib/model/chargeback.d.ts +60 -0
- package/lib/model/client-info.d.ts +28 -0
- package/lib/model/contact-info.d.ts +24 -0
- package/lib/model/contract-adjustment.d.ts +32 -0
- package/lib/model/contract.d.ts +54 -0
- package/lib/model/contractor.d.ts +28 -0
- package/lib/model/cost-amount-range.d.ts +21 -0
- package/lib/model/country.d.ts +22 -0
- package/lib/model/create-binding400-response.d.ts +34 -0
- package/lib/model/create-customer400-response.d.ts +34 -0
- package/lib/model/create-invoice-template400-response.d.ts +34 -0
- package/lib/model/create-invoice-with-template400-response.d.ts +31 -0
- package/lib/model/create-invoice400-response.d.ts +38 -0
- package/lib/model/create-payment400-response.d.ts +38 -0
- package/lib/model/create-payout400-response.d.ts +32 -0
- package/lib/model/create-refund400-response.d.ts +41 -0
- package/lib/model/create-webhook400-response.d.ts +31 -0
- package/lib/model/create-webhook429-response.d.ts +17 -0
- package/lib/model/crypto-currency-transfer-request-all-of.d.ts +25 -0
- package/lib/model/crypto-currency-transfer-request.d.ts +26 -0
- package/lib/model/crypto-wallet-all-of.d.ts +17 -0
- package/lib/model/crypto-wallet-data.d.ts +20 -0
- package/lib/model/crypto-wallet-details.d.ts +17 -0
- package/lib/model/crypto-wallet.d.ts +20 -0
- package/lib/model/customer-and-token.d.ts +17 -0
- package/lib/model/customer-binding-error.d.ts +18 -0
- package/lib/model/customer-binding-interaction-completed-all-of.d.ts +22 -0
- package/lib/model/customer-binding-interaction-completed.d.ts +22 -0
- package/lib/model/customer-binding-interaction-requested-all-of.d.ts +22 -0
- package/lib/model/customer-binding-interaction-requested.d.ts +22 -0
- package/lib/model/customer-binding-params.d.ts +19 -0
- package/lib/model/customer-binding-started-all-of.d.ts +15 -0
- package/lib/model/customer-binding-started.d.ts +18 -0
- package/lib/model/customer-binding-status-changed-all-of.d.ts +14 -0
- package/lib/model/customer-binding-status-changed.d.ts +29 -0
- package/lib/model/customer-binding-status.d.ts +27 -0
- package/lib/model/customer-binding.d.ts +37 -0
- package/lib/model/customer-change.d.ts +23 -0
- package/lib/model/customer-event.d.ts +17 -0
- package/lib/model/customer-params.d.ts +31 -0
- package/lib/model/customer-payer-all-of.d.ts +19 -0
- package/lib/model/customer-payer.d.ts +23 -0
- package/lib/model/customer.d.ts +46 -0
- package/lib/model/customers-topic-all-of.d.ts +32 -0
- package/lib/model/customers-topic.d.ts +36 -0
- package/lib/model/decimal.d.ts +24 -0
- package/lib/model/default-logic-error.d.ts +28 -0
- package/lib/model/delete-customer400-response.d.ts +30 -0
- package/lib/model/digital-wallet-all-of.d.ts +17 -0
- package/lib/model/digital-wallet-data-all-of.d.ts +28 -0
- package/lib/model/digital-wallet-data.d.ts +28 -0
- package/lib/model/digital-wallet-details.d.ts +17 -0
- package/lib/model/digital-wallet.d.ts +20 -0
- package/lib/model/external-id-conflict-error.d.ts +25 -0
- package/lib/model/fulfill-invoice400-response.d.ts +31 -0
- package/lib/model/general-error.d.ts +14 -0
- package/lib/model/google-pay-all-of.d.ts +24 -0
- package/lib/model/google-pay.d.ts +24 -0
- package/lib/model/international-bank-account.d.ts +28 -0
- package/lib/model/international-bank-details.d.ts +36 -0
- package/lib/model/international-correspondent-bank-account.d.ts +24 -0
- package/lib/model/international-legal-entity-all-of.d.ts +37 -0
- package/lib/model/international-legal-entity.d.ts +43 -0
- package/lib/model/invoice-and-token.d.ts +17 -0
- package/lib/model/invoice-bank-account.d.ts +26 -0
- package/lib/model/invoice-change.d.ts +27 -0
- package/lib/model/invoice-client-info.d.ts +27 -0
- package/lib/model/invoice-created-all-of.d.ts +15 -0
- package/lib/model/invoice-created.d.ts +18 -0
- package/lib/model/invoice-event.d.ts +17 -0
- package/lib/model/invoice-line-tax-mode.d.ts +26 -0
- package/lib/model/invoice-line-tax-vat-all-of.d.ts +32 -0
- package/lib/model/invoice-line-tax-vat.d.ts +30 -0
- package/lib/model/invoice-line.d.ts +34 -0
- package/lib/model/invoice-params-with-template.d.ts +29 -0
- package/lib/model/invoice-params.d.ts +63 -0
- package/lib/model/invoice-russian-bank-account-all-of.d.ts +24 -0
- package/lib/model/invoice-russian-bank-account.d.ts +24 -0
- package/lib/model/invoice-status-changed.d.ts +31 -0
- package/lib/model/invoice-status.d.ts +30 -0
- package/lib/model/invoice-template-and-token.d.ts +17 -0
- package/lib/model/invoice-template-create-params.d.ts +41 -0
- package/lib/model/invoice-template-details.d.ts +14 -0
- package/lib/model/invoice-template-line-cost-fixed-all-of.d.ts +21 -0
- package/lib/model/invoice-template-line-cost-fixed.d.ts +22 -0
- package/lib/model/invoice-template-line-cost-range-all-of.d.ts +19 -0
- package/lib/model/invoice-template-line-cost-range.d.ts +20 -0
- package/lib/model/invoice-template-line-cost-unlim.d.ts +14 -0
- package/lib/model/invoice-template-line-cost.d.ts +17 -0
- package/lib/model/invoice-template-multi-line-all-of.d.ts +22 -0
- package/lib/model/invoice-template-multi-line.d.ts +23 -0
- package/lib/model/invoice-template-single-line-all-of.d.ts +21 -0
- package/lib/model/invoice-template-single-line.d.ts +22 -0
- package/lib/model/invoice-template-update-params.d.ts +29 -0
- package/lib/model/invoice-template.d.ts +45 -0
- package/lib/model/invoice.d.ts +88 -0
- package/lib/model/invoices-topic-all-of.d.ts +39 -0
- package/lib/model/invoices-topic.d.ts +43 -0
- package/lib/model/legal-agreement.d.ts +28 -0
- package/lib/model/legal-entity-all-of.d.ts +24 -0
- package/lib/model/legal-entity.d.ts +20 -0
- package/lib/model/lifetime-interval.d.ts +19 -0
- package/lib/model/logic-error.d.ts +18 -0
- package/lib/model/mobile-commerce-all-of.d.ts +17 -0
- package/lib/model/mobile-commerce-data-all-of.d.ts +18 -0
- package/lib/model/mobile-commerce-data.d.ts +6 -0
- package/lib/model/mobile-commerce-details.d.ts +17 -0
- package/lib/model/mobile-commerce-phone.d.ts +24 -0
- package/lib/model/mobile-commerce.d.ts +20 -0
- package/lib/model/models.d.ts +261 -0
- package/lib/model/party.d.ts +16 -0
- package/lib/model/payer-session-info.d.ts +20 -0
- package/lib/model/payer.d.ts +19 -0
- package/lib/model/payment-error.d.ts +22 -0
- package/lib/model/payment-flow-hold-all-of.d.ts +28 -0
- package/lib/model/payment-flow-hold.d.ts +29 -0
- package/lib/model/payment-flow-instant.d.ts +16 -0
- package/lib/model/payment-flow.d.ts +24 -0
- package/lib/model/payment-institution.d.ts +31 -0
- package/lib/model/payment-interaction-completed-all-of.d.ts +22 -0
- package/lib/model/payment-interaction-completed.d.ts +22 -0
- package/lib/model/payment-interaction-requested-all-of.d.ts +22 -0
- package/lib/model/payment-interaction-requested.d.ts +22 -0
- package/lib/model/payment-method.d.ts +27 -0
- package/lib/model/payment-params.d.ts +33 -0
- package/lib/model/payment-recurrent-parent.d.ts +24 -0
- package/lib/model/payment-resource-client-info.d.ts +25 -0
- package/lib/model/payment-resource-params.d.ts +17 -0
- package/lib/model/payment-resource-payer-all-of.d.ts +15 -0
- package/lib/model/payment-resource-payer.d.ts +31 -0
- package/lib/model/payment-resource-result.d.ts +32 -0
- package/lib/model/payment-resource.d.ts +28 -0
- package/lib/model/payment-search-result-all-of.d.ts +73 -0
- package/lib/model/payment-search-result.d.ts +90 -0
- package/lib/model/payment-started-all-of.d.ts +15 -0
- package/lib/model/payment-started.d.ts +18 -0
- package/lib/model/payment-status-changed-all-of.d.ts +14 -0
- package/lib/model/payment-status-changed.d.ts +32 -0
- package/lib/model/payment-status.d.ts +30 -0
- package/lib/model/payment-terminal-all-of.d.ts +17 -0
- package/lib/model/payment-terminal-data-all-of.d.ts +24 -0
- package/lib/model/payment-terminal-data.d.ts +24 -0
- package/lib/model/payment-terminal-details.d.ts +17 -0
- package/lib/model/payment-terminal-receipt-all-of.d.ts +21 -0
- package/lib/model/payment-terminal-receipt.d.ts +22 -0
- package/lib/model/payment-terminal.d.ts +20 -0
- package/lib/model/payment-terms.d.ts +15 -0
- package/lib/model/payment-tool-details-bank-card.d.ts +45 -0
- package/lib/model/payment-tool-details-crypto-wallet.d.ts +18 -0
- package/lib/model/payment-tool-details-digital-wallet.d.ts +18 -0
- package/lib/model/payment-tool-details-mobile-commerce.d.ts +18 -0
- package/lib/model/payment-tool-details-payment-terminal.d.ts +18 -0
- package/lib/model/payment-tool-details.d.ts +20 -0
- package/lib/model/payment-tool.d.ts +28 -0
- package/lib/model/payment.d.ts +73 -0
- package/lib/model/payout-params.d.ts +37 -0
- package/lib/model/payout-tool-all-of.d.ts +17 -0
- package/lib/model/payout-tool-details-bank-account.d.ts +27 -0
- package/lib/model/payout-tool-details-international-bank-account.d.ts +26 -0
- package/lib/model/payout-tool-details-payment-institution-account.d.ts +14 -0
- package/lib/model/payout-tool-details-wallet-info-all-of.d.ts +17 -0
- package/lib/model/payout-tool-details-wallet-info.d.ts +18 -0
- package/lib/model/payout-tool-details.d.ts +20 -0
- package/lib/model/payout-tool-params.d.ts +19 -0
- package/lib/model/payout-tool.d.ts +26 -0
- package/lib/model/payout.d.ts +47 -0
- package/lib/model/power-of-attorney.d.ts +28 -0
- package/lib/model/private-entity-all-of.d.ts +23 -0
- package/lib/model/private-entity.d.ts +20 -0
- package/lib/model/qr-code-display-request-all-of.d.ts +17 -0
- package/lib/model/qr-code-display-request.d.ts +18 -0
- package/lib/model/realm-mode.d.ts +19 -0
- package/lib/model/reason.d.ts +17 -0
- package/lib/model/recurrent-payer-all-of.d.ts +19 -0
- package/lib/model/recurrent-payer.d.ts +23 -0
- package/lib/model/redirect-all-of.d.ts +15 -0
- package/lib/model/redirect.d.ts +16 -0
- package/lib/model/refund-error.d.ts +24 -0
- package/lib/model/refund-params.d.ts +39 -0
- package/lib/model/refund-search-result-all-of.d.ts +21 -0
- package/lib/model/refund-search-result.d.ts +69 -0
- package/lib/model/refund-started-all-of.d.ts +16 -0
- package/lib/model/refund-started.d.ts +19 -0
- package/lib/model/refund-status-changed-all-of.d.ts +15 -0
- package/lib/model/refund-status-changed.d.ts +30 -0
- package/lib/model/refund-status.d.ts +27 -0
- package/lib/model/refund.d.ts +61 -0
- package/lib/model/registered-user-all-of.d.ts +17 -0
- package/lib/model/registered-user.d.ts +23 -0
- package/lib/model/report-link.d.ts +17 -0
- package/lib/model/report-params.d.ts +31 -0
- package/lib/model/reporting-preferences.d.ts +18 -0
- package/lib/model/representative-document.d.ts +24 -0
- package/lib/model/representative.d.ts +26 -0
- package/lib/model/rescind-invoice400-response.d.ts +32 -0
- package/lib/model/russian-legal-entity-all-of.d.ts +47 -0
- package/lib/model/russian-legal-entity.d.ts +53 -0
- package/lib/model/russian-private-entity-all-of.d.ts +27 -0
- package/lib/model/russian-private-entity.d.ts +33 -0
- package/lib/model/samsung-pay-all-of.d.ts +24 -0
- package/lib/model/samsung-pay.d.ts +24 -0
- package/lib/model/schedule.d.ts +19 -0
- package/lib/model/search-invoices200-response.d.ts +19 -0
- package/lib/model/search-payments200-response.d.ts +19 -0
- package/lib/model/search-payouts200-response.d.ts +16 -0
- package/lib/model/search-refunds200-response.d.ts +16 -0
- package/lib/model/service-acceptance-act-preferences.d.ts +22 -0
- package/lib/model/service-provider.d.ts +32 -0
- package/lib/model/shop-details.d.ts +21 -0
- package/lib/model/shop-location-url-all-of.d.ts +17 -0
- package/lib/model/shop-location-url.d.ts +21 -0
- package/lib/model/shop-location.d.ts +20 -0
- package/lib/model/shop.d.ts +56 -0
- package/lib/model/sub-error.d.ts +21 -0
- package/lib/model/tokenized-card-data-all-of.d.ts +26 -0
- package/lib/model/tokenized-card-data.d.ts +17 -0
- package/lib/model/trade-bloc.d.ts +19 -0
- package/lib/model/transaction-info.d.ts +24 -0
- package/lib/model/update-invoice-template400-response.d.ts +31 -0
- package/lib/model/user-interaction-form-inner.d.ts +21 -0
- package/lib/model/user-interaction.d.ts +17 -0
- package/lib/model/webhook-scope.d.ts +27 -0
- package/lib/model/webhook.d.ts +35 -0
- package/lib/model/yandex-pay-all-of.d.ts +24 -0
- package/lib/model/yandex-pay.d.ts +24 -0
- package/lib/param.d.ts +37 -0
- package/lib/variables.d.ts +8 -0
- package/package.json +36 -0
- package/public-api.d.ts +1 -0
- package/src/lib/README.md +226 -0
- package/vality-swag-payments.d.ts +5 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { BankCardAllOfTokenProviderData } from './bank-card-all-of-token-provider-data';
|
|
13
|
+
import { PaymentMethod } from './payment-method';
|
|
14
|
+
export interface BankCard extends PaymentMethod {
|
|
15
|
+
/**
|
|
16
|
+
* List of payment systems
|
|
17
|
+
*/
|
|
18
|
+
paymentSystems: Array<string>;
|
|
19
|
+
/**
|
|
20
|
+
* List of payment token providers
|
|
21
|
+
*/
|
|
22
|
+
tokenProviders?: Array<string>;
|
|
23
|
+
tokenProviderData?: BankCardAllOfTokenProviderData;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace BankCard {
|
|
26
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface BrowserGetRequestAllOf {
|
|
13
|
+
/**
|
|
14
|
+
* URL value template for browser navigation The template is represented according to the standard [RFC6570](https://tools.ietf.org/html/rfc6570).
|
|
15
|
+
*/
|
|
16
|
+
uriTemplate: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { BrowserRequest } from './browser-request';
|
|
13
|
+
export interface BrowserGetRequest extends BrowserRequest {
|
|
14
|
+
/**
|
|
15
|
+
* URL value template for browser navigation The template is represented according to the standard [RFC6570](https://tools.ietf.org/html/rfc6570).
|
|
16
|
+
*/
|
|
17
|
+
uriTemplate: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { UserInteractionFormInner } from './user-interaction-form-inner';
|
|
13
|
+
export interface BrowserPostRequestAllOf {
|
|
14
|
+
/**
|
|
15
|
+
* URL value template for form submission The template is represented according to the standard [RFC6570](https://tools.ietf.org/html/rfc6570).
|
|
16
|
+
*/
|
|
17
|
+
uriTemplate: string;
|
|
18
|
+
/**
|
|
19
|
+
* Browser submission form
|
|
20
|
+
*/
|
|
21
|
+
form: Array<UserInteractionFormInner>;
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { BrowserRequest } from './browser-request';
|
|
13
|
+
import { UserInteractionFormInner } from './user-interaction-form-inner';
|
|
14
|
+
export interface BrowserPostRequest extends BrowserRequest {
|
|
15
|
+
/**
|
|
16
|
+
* URL value template for form submission The template is represented according to the standard [RFC6570](https://tools.ietf.org/html/rfc6570).
|
|
17
|
+
*/
|
|
18
|
+
uriTemplate: string;
|
|
19
|
+
/**
|
|
20
|
+
* Browser submission form
|
|
21
|
+
*/
|
|
22
|
+
form: Array<UserInteractionFormInner>;
|
|
23
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface BrowserRequest {
|
|
13
|
+
/**
|
|
14
|
+
* Type of browser operation
|
|
15
|
+
*/
|
|
16
|
+
requestType: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface CancelPayment400Response {
|
|
13
|
+
/**
|
|
14
|
+
* [Error code](#tag/Error-Codes)
|
|
15
|
+
*/
|
|
16
|
+
code: CancelPayment400Response.CodeEnum;
|
|
17
|
+
/**
|
|
18
|
+
* Human-readable description of the error
|
|
19
|
+
*/
|
|
20
|
+
message: string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace CancelPayment400Response {
|
|
23
|
+
type CodeEnum = 'invalidPaymentStatus' | 'operationNotPermitted' | 'invalidPartyStatus' | 'invalidShopStatus' | 'invalidRequest' | 'invalidDeadline';
|
|
24
|
+
const CodeEnum: {
|
|
25
|
+
InvalidPaymentStatus: CodeEnum;
|
|
26
|
+
OperationNotPermitted: CodeEnum;
|
|
27
|
+
InvalidPartyStatus: CodeEnum;
|
|
28
|
+
InvalidShopStatus: CodeEnum;
|
|
29
|
+
InvalidRequest: CodeEnum;
|
|
30
|
+
InvalidDeadline: CodeEnum;
|
|
31
|
+
};
|
|
32
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { InvoiceLine } from './invoice-line';
|
|
13
|
+
import { AllocationTransaction } from './allocation-transaction';
|
|
14
|
+
/**
|
|
15
|
+
* Data of captured payment amount
|
|
16
|
+
*/
|
|
17
|
+
export interface CaptureParamsAllOf {
|
|
18
|
+
/**
|
|
19
|
+
* Captured payment amount, in minor monetary units, e.g. cents if US dollars are specified as the currency.
|
|
20
|
+
*/
|
|
21
|
+
amount?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Currency character code according to [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
|
|
24
|
+
*/
|
|
25
|
+
currency?: string;
|
|
26
|
+
/**
|
|
27
|
+
* A shopping cart with a list of items of **provided** goods or services
|
|
28
|
+
*/
|
|
29
|
+
cart?: Array<InvoiceLine>;
|
|
30
|
+
/**
|
|
31
|
+
* Final cash allocation
|
|
32
|
+
*/
|
|
33
|
+
allocation?: Array<AllocationTransaction>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { InvoiceLine } from './invoice-line';
|
|
13
|
+
import { AllocationTransaction } from './allocation-transaction';
|
|
14
|
+
export interface CaptureParams {
|
|
15
|
+
/**
|
|
16
|
+
* Operation reason
|
|
17
|
+
*/
|
|
18
|
+
reason: string;
|
|
19
|
+
/**
|
|
20
|
+
* Captured payment amount, in minor monetary units, e.g. cents if US dollars are specified as the currency.
|
|
21
|
+
*/
|
|
22
|
+
amount?: number;
|
|
23
|
+
/**
|
|
24
|
+
* Currency character code according to [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
|
|
25
|
+
*/
|
|
26
|
+
currency?: string;
|
|
27
|
+
/**
|
|
28
|
+
* A shopping cart with a list of items of **provided** goods or services
|
|
29
|
+
*/
|
|
30
|
+
cart?: Array<InvoiceLine>;
|
|
31
|
+
/**
|
|
32
|
+
* Final cash allocation
|
|
33
|
+
*/
|
|
34
|
+
allocation?: Array<AllocationTransaction>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface CapturePayment400Response {
|
|
13
|
+
/**
|
|
14
|
+
* [Error code](#tag/Error-Codes)
|
|
15
|
+
*/
|
|
16
|
+
code: CapturePayment400Response.CodeEnum;
|
|
17
|
+
/**
|
|
18
|
+
* Human-readable description of the error
|
|
19
|
+
*/
|
|
20
|
+
message: string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace CapturePayment400Response {
|
|
23
|
+
type CodeEnum = 'invalidPaymentStatus' | 'operationNotPermitted' | 'invalidPartyStatus' | 'invalidShopStatus' | 'invalidRequest' | 'invalidDeadline' | 'invalidInvoiceCart' | 'invalidAllocation' | 'allocationNotPermitted' | 'inconsistentCaptureCurrency' | 'amountExceededCaptureBalance';
|
|
24
|
+
const CodeEnum: {
|
|
25
|
+
InvalidPaymentStatus: CodeEnum;
|
|
26
|
+
OperationNotPermitted: CodeEnum;
|
|
27
|
+
InvalidPartyStatus: CodeEnum;
|
|
28
|
+
InvalidShopStatus: CodeEnum;
|
|
29
|
+
InvalidRequest: CodeEnum;
|
|
30
|
+
InvalidDeadline: CodeEnum;
|
|
31
|
+
InvalidInvoiceCart: CodeEnum;
|
|
32
|
+
InvalidAllocation: CodeEnum;
|
|
33
|
+
AllocationNotPermitted: CodeEnum;
|
|
34
|
+
InconsistentCaptureCurrency: CodeEnum;
|
|
35
|
+
AmountExceededCaptureBalance: CodeEnum;
|
|
36
|
+
};
|
|
37
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Bank card
|
|
14
|
+
*/
|
|
15
|
+
export interface CardDataAllOf {
|
|
16
|
+
/**
|
|
17
|
+
* Bankcard number
|
|
18
|
+
*/
|
|
19
|
+
cardNumber: string;
|
|
20
|
+
/**
|
|
21
|
+
* Bank card expiration date
|
|
22
|
+
*/
|
|
23
|
+
expDate: string;
|
|
24
|
+
/**
|
|
25
|
+
* Verification code
|
|
26
|
+
*/
|
|
27
|
+
cvv?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Cardholder name
|
|
30
|
+
*/
|
|
31
|
+
cardHolder?: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { PaymentTool } from './payment-tool';
|
|
13
|
+
export interface CardData extends PaymentTool {
|
|
14
|
+
/**
|
|
15
|
+
* Bankcard number
|
|
16
|
+
*/
|
|
17
|
+
cardNumber: string;
|
|
18
|
+
/**
|
|
19
|
+
* Bank card expiration date
|
|
20
|
+
*/
|
|
21
|
+
expDate: string;
|
|
22
|
+
/**
|
|
23
|
+
* Verification code
|
|
24
|
+
*/
|
|
25
|
+
cvv?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Cardholder name
|
|
28
|
+
*/
|
|
29
|
+
cardHolder?: string;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace CardData {
|
|
32
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface Category {
|
|
13
|
+
name: string;
|
|
14
|
+
categoryID: number;
|
|
15
|
+
description?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
export interface Chargeback {
|
|
13
|
+
/**
|
|
14
|
+
* Chargeback ID
|
|
15
|
+
*/
|
|
16
|
+
id: string;
|
|
17
|
+
/**
|
|
18
|
+
* Date and time of creation
|
|
19
|
+
*/
|
|
20
|
+
createdAt: string;
|
|
21
|
+
/**
|
|
22
|
+
* Chargeback amount, in minor monetary units, e.g. cents if US dollars are specified as the currency.
|
|
23
|
+
*/
|
|
24
|
+
body: number;
|
|
25
|
+
/**
|
|
26
|
+
* Chargeback levy amount, in minor monetary units, e.g. cents if US dollars are specified as the currency.
|
|
27
|
+
*/
|
|
28
|
+
levy: number;
|
|
29
|
+
/**
|
|
30
|
+
* Currency character code according to [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
|
|
31
|
+
*/
|
|
32
|
+
currency: string;
|
|
33
|
+
/**
|
|
34
|
+
* Chargeback reason code
|
|
35
|
+
*/
|
|
36
|
+
reasonCode?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Chargeback stage
|
|
39
|
+
*/
|
|
40
|
+
stage: Chargeback.StageEnum;
|
|
41
|
+
/**
|
|
42
|
+
* Chargeback status
|
|
43
|
+
*/
|
|
44
|
+
status: Chargeback.StatusEnum;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace Chargeback {
|
|
47
|
+
type StageEnum = 'chargeback' | 'pre-arbitration' | 'arbitration';
|
|
48
|
+
const StageEnum: {
|
|
49
|
+
Chargeback: StageEnum;
|
|
50
|
+
PreArbitration: StageEnum;
|
|
51
|
+
Arbitration: StageEnum;
|
|
52
|
+
};
|
|
53
|
+
type StatusEnum = 'pending' | 'rejected' | 'accepted' | 'cancelled';
|
|
54
|
+
const StatusEnum: {
|
|
55
|
+
Pending: StatusEnum;
|
|
56
|
+
Rejected: StatusEnum;
|
|
57
|
+
Accepted: StatusEnum;
|
|
58
|
+
Cancelled: StatusEnum;
|
|
59
|
+
};
|
|
60
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Payer\'s client device data
|
|
14
|
+
*/
|
|
15
|
+
export interface ClientInfo {
|
|
16
|
+
/**
|
|
17
|
+
* Payer\'s user agent unique fingerprint
|
|
18
|
+
*/
|
|
19
|
+
fingerprint: string;
|
|
20
|
+
/**
|
|
21
|
+
* Payer IP-address
|
|
22
|
+
*/
|
|
23
|
+
ip?: string;
|
|
24
|
+
/**
|
|
25
|
+
* URL from which the payment form was received by the client
|
|
26
|
+
*/
|
|
27
|
+
url?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Contact details
|
|
14
|
+
*/
|
|
15
|
+
export interface ContactInfo {
|
|
16
|
+
/**
|
|
17
|
+
* Email address
|
|
18
|
+
*/
|
|
19
|
+
email?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Mobile phone number with international prefix according to [E.164](https://en.wikipedia.org/wiki/E.164).
|
|
22
|
+
*/
|
|
23
|
+
phoneNumber?: string;
|
|
24
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Data of contract adjustment
|
|
14
|
+
*/
|
|
15
|
+
export interface ContractAdjustment {
|
|
16
|
+
/**
|
|
17
|
+
* Contract adjustment identifier
|
|
18
|
+
*/
|
|
19
|
+
id: string;
|
|
20
|
+
/**
|
|
21
|
+
* Date and time of contract adjustment creation
|
|
22
|
+
*/
|
|
23
|
+
createdAt: string;
|
|
24
|
+
/**
|
|
25
|
+
* Contract adjustment effective date and time
|
|
26
|
+
*/
|
|
27
|
+
validSince?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Contract adjustment expiration date and time
|
|
30
|
+
*/
|
|
31
|
+
validUntil?: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import { LegalAgreement } from './legal-agreement';
|
|
13
|
+
import { Contractor } from './contractor';
|
|
14
|
+
import { ReportingPreferences } from './reporting-preferences';
|
|
15
|
+
/**
|
|
16
|
+
* Contract details
|
|
17
|
+
*/
|
|
18
|
+
export interface Contract {
|
|
19
|
+
/**
|
|
20
|
+
* Contract ID
|
|
21
|
+
*/
|
|
22
|
+
id: string;
|
|
23
|
+
/**
|
|
24
|
+
* Date and time of contract creation
|
|
25
|
+
*/
|
|
26
|
+
createdAt: string;
|
|
27
|
+
/**
|
|
28
|
+
* Contract status
|
|
29
|
+
*/
|
|
30
|
+
status: Contract.StatusEnum;
|
|
31
|
+
/**
|
|
32
|
+
* Contract effective date and time
|
|
33
|
+
*/
|
|
34
|
+
validSince?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Contract expiration date and time
|
|
37
|
+
*/
|
|
38
|
+
validUntil?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Contract termination date and time
|
|
41
|
+
*/
|
|
42
|
+
terminatedAt?: string;
|
|
43
|
+
contractor: Contractor;
|
|
44
|
+
legalAgreement?: LegalAgreement;
|
|
45
|
+
paymentInstitutionID: number;
|
|
46
|
+
reportingPreferences?: ReportingPreferences;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace Contract {
|
|
49
|
+
type StatusEnum = 'active' | 'terminated';
|
|
50
|
+
const StatusEnum: {
|
|
51
|
+
Active: StatusEnum;
|
|
52
|
+
Terminated: StatusEnum;
|
|
53
|
+
};
|
|
54
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vality Payments API
|
|
3
|
+
* ## Description API is designed for the merchants who accept payments via user interface such as a website or a mobile app and it is the only interaction point with the system for goods and services payment transactions. ## Interaction details Whenever an API is accessed, its unique ID must be passed in the header X-Request-ID of the corresponding request: ``` X-Request-ID: 37d735d4-0f42-4f05-89fa-eaa478fb5aa9 ``` ### Content type and coding The system accepts and returns data in JSON format and UTF-8 coding: ``` Content-Type: application/json; charset=utf-8 ``` ### Date formats The system accepts and returns timestamp values in the format date-time, described in [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339): ``` 2017-01-01T00:00:00Z 2017-01-01T00:00:01+00:00 ``` ### Maximum request processing time Whenever an API is accessed, the time cutoff parameters, that define maximum request processing time of the transaction completion, can be passed in the header `X-Request-Deadline` of the corresponding request: ``` X-Request-Deadline: 10s ``` The system stops processing the request upon the specified time. It is recommended to specify a value that is not more than one minute and not less than three seconds. `X-Request-Deadline` can be: * specified in the format `date-time` according to [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339); * specified in relative values: in milliseconds (`150000ms`), in seconds (`540s`) or in minutes (`3.5m`).
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.0.1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* Contractor data
|
|
14
|
+
*/
|
|
15
|
+
export interface Contractor {
|
|
16
|
+
/**
|
|
17
|
+
* Contractor type
|
|
18
|
+
*/
|
|
19
|
+
contractorType: Contractor.ContractorTypeEnum;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace Contractor {
|
|
22
|
+
type ContractorTypeEnum = 'LegalEntity' | 'PrivateEntity' | 'RegisteredUser';
|
|
23
|
+
const ContractorTypeEnum: {
|
|
24
|
+
LegalEntity: ContractorTypeEnum;
|
|
25
|
+
PrivateEntity: ContractorTypeEnum;
|
|
26
|
+
RegisteredUser: ContractorTypeEnum;
|
|
27
|
+
};
|
|
28
|
+
}
|