@vality/swag-payments 0.1.3-e658db3.0 → 0.1.3-fd6802c.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 +224 -12
- package/{lib/api → api}/api.d.ts +1 -3
- package/{lib/api → api}/categories.service.d.ts +16 -15
- package/{lib/api → api}/contracts.service.d.ts +52 -33
- package/{lib/api → api}/countries.service.d.ts +16 -15
- package/{lib/api → api}/customers.service.d.ts +58 -36
- package/{lib/api → api}/invoiceTemplates.service.d.ts +40 -27
- package/{lib/api → api}/invoices.service.d.ts +58 -36
- package/{lib/api → api}/parties.service.d.ts +40 -27
- package/api/paymentInstitutions.service.d.ts +132 -0
- package/{lib/api → api}/payments.service.d.ts +88 -51
- package/{lib/api → api}/search.service.d.ts +22 -57
- package/{lib/api → api}/shops.service.d.ts +52 -33
- package/{lib/api → api}/tokens.service.d.ts +10 -12
- package/{lib/api → api}/tradeBlocs.service.d.ts +16 -15
- package/{lib/api → api}/webhooks.service.d.ts +34 -24
- package/api.base.service.d.ts +12 -0
- package/{lib/configuration.d.ts → configuration.d.ts} +3 -1
- package/fesm2022/vality-swag-payments.mjs +1187 -4352
- package/fesm2022/vality-swag-payments.mjs.map +1 -1
- package/index.d.ts +6 -5
- package/model/accessToken.d.ts +15 -0
- package/model/allocationFee.d.ts +24 -0
- package/model/allocationFeeTarget.d.ts +21 -0
- package/model/allocationTarget.d.ts +21 -0
- package/model/allocationTargetShop.d.ts +21 -0
- package/model/allocationTransaction.d.ts +32 -0
- package/model/apiExtensionRequest.d.ts +16 -0
- package/model/applePay.d.ts +22 -0
- package/model/articlesOfAssociation.d.ts +17 -0
- package/model/bankAccount.d.ts +27 -0
- package/model/bankCard.d.ts +23 -0
- package/model/bankCardDetails.d.ts +42 -0
- package/{lib/model → model}/bankCardTokenProviderData.d.ts +0 -2
- package/model/bankCardTokenizationMethod.d.ts +17 -0
- package/model/browserGetRequest.d.ts +16 -0
- package/model/browserPostRequest.d.ts +21 -0
- package/model/browserRequest.d.ts +15 -0
- package/model/cancelPayment400Response.d.ts +30 -0
- package/model/captureParams.d.ts +33 -0
- package/model/capturePayment400Response.d.ts +35 -0
- package/model/cardData.d.ts +30 -0
- package/model/category.d.ts +14 -0
- package/model/chargeback.d.ts +58 -0
- package/model/clientInfo.d.ts +26 -0
- package/model/contactInfo.d.ts +58 -0
- package/model/contract.d.ts +52 -0
- package/model/contractAdjustment.d.ts +30 -0
- package/model/contractor.d.ts +26 -0
- package/model/costAmountRange.d.ts +19 -0
- package/model/country.d.ts +20 -0
- package/model/createBinding400Response.d.ts +32 -0
- package/model/createCustomer400Response.d.ts +32 -0
- package/model/createInvoice400Response.d.ts +36 -0
- package/model/createInvoiceTemplate400Response.d.ts +32 -0
- package/model/createInvoiceWithTemplate400Response.d.ts +29 -0
- package/model/createPayment400Response.d.ts +36 -0
- package/model/createRefund400Response.d.ts +39 -0
- package/model/createWebhook400Response.d.ts +29 -0
- package/model/createWebhook429Response.d.ts +15 -0
- package/model/cryptoCurrencyTransferRequest.d.ts +24 -0
- package/model/cryptoWallet.d.ts +18 -0
- package/model/cryptoWalletData.d.ts +18 -0
- package/model/cryptoWalletDetails.d.ts +15 -0
- package/model/customer.d.ts +44 -0
- package/model/customerAndToken.d.ts +15 -0
- package/model/customerBinding.d.ts +35 -0
- package/model/customerBindingError.d.ts +16 -0
- package/model/customerBindingInteractionCompleted.d.ts +20 -0
- package/model/customerBindingInteractionRequested.d.ts +20 -0
- package/model/customerBindingParams.d.ts +17 -0
- package/model/customerBindingStarted.d.ts +16 -0
- package/model/customerBindingStatus.d.ts +25 -0
- package/model/customerBindingStatusChanged.d.ts +27 -0
- package/model/customerChange.d.ts +21 -0
- package/model/customerEvent.d.ts +15 -0
- package/model/customerParams.d.ts +29 -0
- package/model/customerPayer.d.ts +21 -0
- package/model/customersTopic.d.ts +34 -0
- package/model/decimal.d.ts +22 -0
- package/model/defaultLogicError.d.ts +26 -0
- package/model/deleteCustomer400Response.d.ts +28 -0
- package/model/digitalWallet.d.ts +18 -0
- package/model/digitalWalletData.d.ts +26 -0
- package/model/digitalWalletDetails.d.ts +15 -0
- package/model/externalIDConflictError.d.ts +23 -0
- package/model/fulfillInvoice400Response.d.ts +29 -0
- package/model/generalError.d.ts +12 -0
- package/model/googlePay.d.ts +22 -0
- package/model/internationalBankAccount.d.ts +26 -0
- package/model/internationalBankDetails.d.ts +34 -0
- package/model/internationalCorrespondentBankAccount.d.ts +22 -0
- package/model/internationalLegalEntity.d.ts +41 -0
- package/{lib/model → model}/invoice.d.ts +2 -2
- package/model/invoiceAmountRandomized.d.ts +22 -0
- package/model/invoiceAndToken.d.ts +15 -0
- package/model/invoiceBankAccount.d.ts +24 -0
- package/model/invoiceChange.d.ts +25 -0
- package/model/invoiceClientInfo.d.ts +25 -0
- package/model/invoiceCreated.d.ts +16 -0
- package/model/invoiceEvent.d.ts +15 -0
- package/model/invoiceLine.d.ts +32 -0
- package/model/invoiceLineTaxMode.d.ts +24 -0
- package/model/invoiceLineTaxVAT.d.ts +28 -0
- package/{lib/model → model}/invoiceParams.d.ts +2 -2
- package/model/invoiceParamsWithTemplate.d.ts +27 -0
- package/model/invoiceRandomizeAmount.d.ts +46 -0
- package/model/invoiceRussianBankAccount.d.ts +22 -0
- package/model/invoiceStatus.d.ts +28 -0
- package/model/invoiceStatusChanged.d.ts +29 -0
- package/model/invoiceTemplate.d.ts +45 -0
- package/model/invoiceTemplateAndToken.d.ts +15 -0
- package/model/invoiceTemplateCreateParams.d.ts +41 -0
- package/model/invoiceTemplateDetails.d.ts +12 -0
- package/model/invoiceTemplateLineCost.d.ts +15 -0
- package/model/invoiceTemplateLineCostFixed.d.ts +20 -0
- package/model/invoiceTemplateLineCostRange.d.ts +18 -0
- package/model/invoiceTemplateLineCostUnlim.d.ts +12 -0
- package/model/invoiceTemplateMultiLine.d.ts +21 -0
- package/model/invoiceTemplateSingleLine.d.ts +20 -0
- package/model/invoiceTemplateUpdateParams.d.ts +29 -0
- package/{lib/model → model}/invoicesTopic.d.ts +0 -2
- package/model/legalAgreement.d.ts +26 -0
- package/model/legalEntity.d.ts +26 -0
- package/model/lifetimeInterval.d.ts +17 -0
- package/model/logicError.d.ts +16 -0
- package/model/mobileCommerce.d.ts +18 -0
- package/model/mobileCommerceData.d.ts +16 -0
- package/model/mobileCommerceDetails.d.ts +15 -0
- package/model/mobileCommercePhone.d.ts +22 -0
- package/{lib/model → model}/models.d.ts +2 -73
- package/model/party.d.ts +14 -0
- package/model/payer.d.ts +17 -0
- package/model/payerSessionInfo.d.ts +18 -0
- package/{lib/model → model}/payment.d.ts +0 -2
- package/model/paymentError.d.ts +20 -0
- package/model/paymentFlow.d.ts +22 -0
- package/model/paymentFlowHold.d.ts +27 -0
- package/model/paymentFlowInstant.d.ts +14 -0
- package/model/paymentInstitution.d.ts +29 -0
- package/model/paymentInteractionCompleted.d.ts +20 -0
- package/model/paymentInteractionRequested.d.ts +20 -0
- package/model/paymentMethod.d.ts +25 -0
- package/model/paymentParams.d.ts +31 -0
- package/model/paymentRecurrentParent.d.ts +22 -0
- package/model/paymentResource.d.ts +26 -0
- package/model/paymentResourceClientInfo.d.ts +23 -0
- package/model/paymentResourceParams.d.ts +15 -0
- package/model/paymentResourcePayer.d.ts +29 -0
- package/model/paymentResourceResult.d.ts +34 -0
- package/{lib/model → model}/paymentSearchResult.d.ts +0 -2
- package/model/paymentStarted.d.ts +16 -0
- package/model/paymentStatus.d.ts +28 -0
- package/model/paymentStatusChanged.d.ts +30 -0
- package/model/paymentTerminal.d.ts +18 -0
- package/model/paymentTerminalData.d.ts +22 -0
- package/model/paymentTerminalDetails.d.ts +15 -0
- package/model/paymentTerminalReceipt.d.ts +20 -0
- package/model/paymentTerms.d.ts +13 -0
- package/model/paymentTool.d.ts +26 -0
- package/model/paymentToolDetails.d.ts +18 -0
- package/model/paymentToolDetailsBankCard.d.ts +43 -0
- package/model/paymentToolDetailsCryptoWallet.d.ts +16 -0
- package/model/paymentToolDetailsDigitalWallet.d.ts +16 -0
- package/model/paymentToolDetailsMobileCommerce.d.ts +16 -0
- package/model/paymentToolDetailsPaymentTerminal.d.ts +16 -0
- package/model/powerOfAttorney.d.ts +26 -0
- package/model/privateEntity.d.ts +25 -0
- package/model/qrCodeDisplayRequest.d.ts +16 -0
- package/model/realmMode.d.ts +17 -0
- package/model/reason.d.ts +15 -0
- package/model/recurrentPayer.d.ts +21 -0
- package/model/redirect.d.ts +14 -0
- package/{lib/model → model}/refund.d.ts +0 -2
- package/model/refundError.d.ts +22 -0
- package/model/refundParams.d.ts +37 -0
- package/{lib/model → model}/refundSearchResult.d.ts +8 -10
- package/model/refundStarted.d.ts +17 -0
- package/model/refundStatus.d.ts +25 -0
- package/model/refundStatusChanged.d.ts +28 -0
- package/model/registeredUser.d.ts +21 -0
- package/model/reportLink.d.ts +15 -0
- package/model/reportParams.d.ts +29 -0
- package/model/reportingPreferences.d.ts +16 -0
- package/model/representative.d.ts +24 -0
- package/model/representativeDocument.d.ts +22 -0
- package/model/rescindInvoice400Response.d.ts +30 -0
- package/{lib/model → model}/russianLegalEntity.d.ts +0 -2
- package/model/russianPrivateEntity.d.ts +31 -0
- package/model/samsungPay.d.ts +22 -0
- package/model/schedule.d.ts +17 -0
- package/model/searchInvoices200Response.d.ts +17 -0
- package/model/searchPayments200Response.d.ts +17 -0
- package/model/searchRefunds200Response.d.ts +14 -0
- package/model/serviceAcceptanceActPreferences.d.ts +20 -0
- package/model/serviceProvider.d.ts +30 -0
- package/model/shop.d.ts +46 -0
- package/model/shopDetails.d.ts +19 -0
- package/model/shopLocation.d.ts +18 -0
- package/model/shopLocationUrl.d.ts +19 -0
- package/model/subError.d.ts +19 -0
- package/model/tokenizedCardData.d.ts +22 -0
- package/model/tradeBloc.d.ts +17 -0
- package/model/transactionInfo.d.ts +22 -0
- package/model/updateInvoiceTemplate400Response.d.ts +29 -0
- package/model/userInteraction.d.ts +15 -0
- package/model/userInteractionFormInner.d.ts +19 -0
- package/model/webhook.d.ts +33 -0
- package/model/webhookScope.d.ts +25 -0
- package/model/yandexPay.d.ts +22 -0
- package/package.json +14 -10
- package/esm2022/lib/api/api.mjs +0 -32
- package/esm2022/lib/api/categories.service.mjs +0 -212
- package/esm2022/lib/api/contracts.service.mjs +0 -592
- package/esm2022/lib/api/countries.service.mjs +0 -212
- package/esm2022/lib/api/customers.service.mjs +0 -675
- package/esm2022/lib/api/invoiceTemplates.service.mjs +0 -491
- package/esm2022/lib/api/invoices.service.mjs +0 -698
- package/esm2022/lib/api/parties.service.mjs +0 -444
- package/esm2022/lib/api/paymentInstitutions.service.mjs +0 -622
- package/esm2022/lib/api/payments.service.mjs +0 -1056
- package/esm2022/lib/api/payouts.service.mjs +0 -541
- package/esm2022/lib/api/search.service.mjs +0 -616
- package/esm2022/lib/api/shops.service.mjs +0 -584
- package/esm2022/lib/api/tokens.service.mjs +0 -165
- package/esm2022/lib/api/tradeBlocs.service.mjs +0 -212
- package/esm2022/lib/api/webhooks.service.mjs +0 -401
- package/esm2022/lib/api.module.mjs +0 -40
- package/esm2022/lib/configuration.mjs +0 -102
- package/esm2022/lib/encoder.mjs +0 -19
- package/esm2022/lib/index.mjs +0 -7
- package/esm2022/lib/model/accessToken.mjs +0 -13
- package/esm2022/lib/model/allocationBodyAmount.mjs +0 -2
- package/esm2022/lib/model/allocationBodyAmountAllOf.mjs +0 -13
- package/esm2022/lib/model/allocationBodyTotal.mjs +0 -2
- package/esm2022/lib/model/allocationBodyTotalAllOf.mjs +0 -2
- package/esm2022/lib/model/allocationFee.mjs +0 -8
- package/esm2022/lib/model/allocationFeeFixed.mjs +0 -2
- package/esm2022/lib/model/allocationFeeFixedAllOf.mjs +0 -13
- package/esm2022/lib/model/allocationFeeShare.mjs +0 -2
- package/esm2022/lib/model/allocationFeeShareAllOf.mjs +0 -2
- package/esm2022/lib/model/allocationFeeTarget.mjs +0 -18
- package/esm2022/lib/model/allocationTarget.mjs +0 -18
- package/esm2022/lib/model/allocationTargetShop.mjs +0 -2
- package/esm2022/lib/model/allocationTargetShopAllOf.mjs +0 -13
- package/esm2022/lib/model/allocationTransaction.mjs +0 -8
- package/esm2022/lib/model/apiExtensionRequest.mjs +0 -2
- package/esm2022/lib/model/apiExtensionRequestAllOf.mjs +0 -13
- package/esm2022/lib/model/applePay.mjs +0 -2
- package/esm2022/lib/model/applePayAllOf.mjs +0 -13
- package/esm2022/lib/model/articlesOfAssociation.mjs +0 -2
- package/esm2022/lib/model/bankAccount.mjs +0 -13
- package/esm2022/lib/model/bankCard.mjs +0 -2
- package/esm2022/lib/model/bankCardAllOf.mjs +0 -2
- package/esm2022/lib/model/bankCardAllOfTokenProviderData.mjs +0 -19
- package/esm2022/lib/model/bankCardDetails.mjs +0 -19
- package/esm2022/lib/model/bankCardTokenProviderData.mjs +0 -19
- package/esm2022/lib/model/bankCardTokenizationMethod.mjs +0 -16
- package/esm2022/lib/model/browserGetRequest.mjs +0 -2
- package/esm2022/lib/model/browserGetRequestAllOf.mjs +0 -13
- package/esm2022/lib/model/browserPostRequest.mjs +0 -2
- package/esm2022/lib/model/browserPostRequestAllOf.mjs +0 -2
- package/esm2022/lib/model/browserRequest.mjs +0 -13
- package/esm2022/lib/model/cancelPayment400Response.mjs +0 -23
- package/esm2022/lib/model/captureParams.mjs +0 -2
- package/esm2022/lib/model/captureParamsAllOf.mjs +0 -2
- package/esm2022/lib/model/capturePayment400Response.mjs +0 -28
- package/esm2022/lib/model/cardData.mjs +0 -2
- package/esm2022/lib/model/cardDataAllOf.mjs +0 -13
- package/esm2022/lib/model/category.mjs +0 -13
- package/esm2022/lib/model/chargeback.mjs +0 -26
- package/esm2022/lib/model/clientInfo.mjs +0 -13
- package/esm2022/lib/model/contactInfo.mjs +0 -13
- package/esm2022/lib/model/contract.mjs +0 -8
- package/esm2022/lib/model/contractAdjustment.mjs +0 -13
- package/esm2022/lib/model/contractor.mjs +0 -20
- package/esm2022/lib/model/costAmountRange.mjs +0 -13
- package/esm2022/lib/model/country.mjs +0 -13
- package/esm2022/lib/model/createBinding400Response.mjs +0 -25
- package/esm2022/lib/model/createCustomer400Response.mjs +0 -25
- package/esm2022/lib/model/createInvoice400Response.mjs +0 -29
- package/esm2022/lib/model/createInvoiceTemplate400Response.mjs +0 -25
- package/esm2022/lib/model/createInvoiceWithTemplate400Response.mjs +0 -22
- package/esm2022/lib/model/createPayment400Response.mjs +0 -29
- package/esm2022/lib/model/createPayout400Response.mjs +0 -23
- package/esm2022/lib/model/createRefund400Response.mjs +0 -32
- package/esm2022/lib/model/createWebhook400Response.mjs +0 -22
- package/esm2022/lib/model/createWebhook429Response.mjs +0 -13
- package/esm2022/lib/model/cryptoCurrencyTransferRequest.mjs +0 -2
- package/esm2022/lib/model/cryptoCurrencyTransferRequestAllOf.mjs +0 -13
- package/esm2022/lib/model/cryptoWallet.mjs +0 -2
- package/esm2022/lib/model/cryptoWalletAllOf.mjs +0 -13
- package/esm2022/lib/model/cryptoWalletData.mjs +0 -2
- package/esm2022/lib/model/cryptoWalletDetails.mjs +0 -13
- package/esm2022/lib/model/customer.mjs +0 -8
- package/esm2022/lib/model/customerAndToken.mjs +0 -2
- package/esm2022/lib/model/customerBinding.mjs +0 -9
- package/esm2022/lib/model/customerBindingError.mjs +0 -13
- package/esm2022/lib/model/customerBindingInteractionCompleted.mjs +0 -2
- package/esm2022/lib/model/customerBindingInteractionCompletedAllOf.mjs +0 -2
- package/esm2022/lib/model/customerBindingInteractionRequested.mjs +0 -2
- package/esm2022/lib/model/customerBindingInteractionRequestedAllOf.mjs +0 -2
- package/esm2022/lib/model/customerBindingParams.mjs +0 -2
- package/esm2022/lib/model/customerBindingStarted.mjs +0 -2
- package/esm2022/lib/model/customerBindingStartedAllOf.mjs +0 -2
- package/esm2022/lib/model/customerBindingStatus.mjs +0 -9
- package/esm2022/lib/model/customerBindingStatusChanged.mjs +0 -9
- package/esm2022/lib/model/customerBindingStatusChangedAllOf.mjs +0 -13
- package/esm2022/lib/model/customerChange.mjs +0 -21
- package/esm2022/lib/model/customerEvent.mjs +0 -2
- package/esm2022/lib/model/customerParams.mjs +0 -2
- package/esm2022/lib/model/customerPayer.mjs +0 -2
- package/esm2022/lib/model/customerPayerAllOf.mjs +0 -2
- package/esm2022/lib/model/customersTopic.mjs +0 -12
- package/esm2022/lib/model/customersTopicAllOf.mjs +0 -23
- package/esm2022/lib/model/decimal.mjs +0 -13
- package/esm2022/lib/model/defaultLogicError.mjs +0 -19
- package/esm2022/lib/model/deleteCustomer400Response.mjs +0 -21
- package/esm2022/lib/model/digitalWallet.mjs +0 -2
- package/esm2022/lib/model/digitalWalletAllOf.mjs +0 -13
- package/esm2022/lib/model/digitalWalletData.mjs +0 -2
- package/esm2022/lib/model/digitalWalletDataAllOf.mjs +0 -13
- package/esm2022/lib/model/digitalWalletDetails.mjs +0 -13
- package/esm2022/lib/model/externalIDConflictError.mjs +0 -13
- package/esm2022/lib/model/fulfillInvoice400Response.mjs +0 -22
- package/esm2022/lib/model/generalError.mjs +0 -13
- package/esm2022/lib/model/googlePay.mjs +0 -2
- package/esm2022/lib/model/googlePayAllOf.mjs +0 -13
- package/esm2022/lib/model/internationalBankAccount.mjs +0 -2
- package/esm2022/lib/model/internationalBankDetails.mjs +0 -13
- package/esm2022/lib/model/internationalCorrespondentBankAccount.mjs +0 -2
- package/esm2022/lib/model/internationalLegalEntity.mjs +0 -2
- package/esm2022/lib/model/internationalLegalEntityAllOf.mjs +0 -13
- package/esm2022/lib/model/invoice.mjs +0 -10
- package/esm2022/lib/model/invoiceAndToken.mjs +0 -2
- package/esm2022/lib/model/invoiceBankAccount.mjs +0 -18
- package/esm2022/lib/model/invoiceChange.mjs +0 -25
- package/esm2022/lib/model/invoiceClientInfo.mjs +0 -19
- package/esm2022/lib/model/invoiceCreated.mjs +0 -2
- package/esm2022/lib/model/invoiceCreatedAllOf.mjs +0 -2
- package/esm2022/lib/model/invoiceEvent.mjs +0 -2
- package/esm2022/lib/model/invoiceLine.mjs +0 -2
- package/esm2022/lib/model/invoiceLineTaxMode.mjs +0 -18
- package/esm2022/lib/model/invoiceLineTaxVAT.mjs +0 -13
- package/esm2022/lib/model/invoiceLineTaxVATAllOf.mjs +0 -24
- package/esm2022/lib/model/invoiceParams.mjs +0 -2
- package/esm2022/lib/model/invoiceParamsWithTemplate.mjs +0 -13
- package/esm2022/lib/model/invoiceRussianBankAccount.mjs +0 -2
- package/esm2022/lib/model/invoiceRussianBankAccountAllOf.mjs +0 -13
- package/esm2022/lib/model/invoiceStatus.mjs +0 -21
- package/esm2022/lib/model/invoiceStatusChanged.mjs +0 -10
- package/esm2022/lib/model/invoiceTemplate.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateAndToken.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateCreateParams.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateDetails.mjs +0 -13
- package/esm2022/lib/model/invoiceTemplateLineCost.mjs +0 -13
- package/esm2022/lib/model/invoiceTemplateLineCostFixed.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateLineCostFixedAllOf.mjs +0 -13
- package/esm2022/lib/model/invoiceTemplateLineCostRange.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateLineCostRangeAllOf.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateLineCostUnlim.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateMultiLine.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateMultiLineAllOf.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateSingleLine.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateSingleLineAllOf.mjs +0 -2
- package/esm2022/lib/model/invoiceTemplateUpdateParams.mjs +0 -2
- package/esm2022/lib/model/invoicesTopic.mjs +0 -21
- package/esm2022/lib/model/invoicesTopicAllOf.mjs +0 -32
- package/esm2022/lib/model/legalAgreement.mjs +0 -13
- package/esm2022/lib/model/legalEntity.mjs +0 -2
- package/esm2022/lib/model/legalEntityAllOf.mjs +0 -19
- package/esm2022/lib/model/lifetimeInterval.mjs +0 -13
- package/esm2022/lib/model/logicError.mjs +0 -13
- package/esm2022/lib/model/mobileCommerce.mjs +0 -2
- package/esm2022/lib/model/mobileCommerceAllOf.mjs +0 -13
- package/esm2022/lib/model/mobileCommerceData.mjs +0 -2
- package/esm2022/lib/model/mobileCommerceDataAllOf.mjs +0 -2
- package/esm2022/lib/model/mobileCommerceDetails.mjs +0 -13
- package/esm2022/lib/model/mobileCommercePhone.mjs +0 -13
- package/esm2022/lib/model/models.mjs +0 -264
- package/esm2022/lib/model/party.mjs +0 -13
- package/esm2022/lib/model/payer.mjs +0 -2
- package/esm2022/lib/model/payerSessionInfo.mjs +0 -13
- package/esm2022/lib/model/payment.mjs +0 -12
- package/esm2022/lib/model/paymentError.mjs +0 -2
- package/esm2022/lib/model/paymentFlow.mjs +0 -19
- package/esm2022/lib/model/paymentFlowHold.mjs +0 -8
- package/esm2022/lib/model/paymentFlowHoldAllOf.mjs +0 -19
- package/esm2022/lib/model/paymentFlowInstant.mjs +0 -2
- package/esm2022/lib/model/paymentInstitution.mjs +0 -19
- package/esm2022/lib/model/paymentInteractionCompleted.mjs +0 -2
- package/esm2022/lib/model/paymentInteractionCompletedAllOf.mjs +0 -2
- package/esm2022/lib/model/paymentInteractionRequested.mjs +0 -2
- package/esm2022/lib/model/paymentInteractionRequestedAllOf.mjs +0 -2
- package/esm2022/lib/model/paymentMethod.mjs +0 -22
- package/esm2022/lib/model/paymentParams.mjs +0 -2
- package/esm2022/lib/model/paymentRecurrentParent.mjs +0 -13
- package/esm2022/lib/model/paymentResource.mjs +0 -2
- package/esm2022/lib/model/paymentResourceClientInfo.mjs +0 -13
- package/esm2022/lib/model/paymentResourceParams.mjs +0 -2
- package/esm2022/lib/model/paymentResourcePayer.mjs +0 -2
- package/esm2022/lib/model/paymentResourcePayerAllOf.mjs +0 -2
- package/esm2022/lib/model/paymentResourceResult.mjs +0 -2
- package/esm2022/lib/model/paymentSearchResult.mjs +0 -12
- package/esm2022/lib/model/paymentSearchResultAllOf.mjs +0 -2
- package/esm2022/lib/model/paymentStarted.mjs +0 -2
- package/esm2022/lib/model/paymentStartedAllOf.mjs +0 -2
- package/esm2022/lib/model/paymentStatus.mjs +0 -12
- package/esm2022/lib/model/paymentStatusChanged.mjs +0 -12
- package/esm2022/lib/model/paymentStatusChangedAllOf.mjs +0 -13
- package/esm2022/lib/model/paymentTerminal.mjs +0 -2
- package/esm2022/lib/model/paymentTerminalAllOf.mjs +0 -13
- package/esm2022/lib/model/paymentTerminalData.mjs +0 -2
- package/esm2022/lib/model/paymentTerminalDataAllOf.mjs +0 -13
- package/esm2022/lib/model/paymentTerminalDetails.mjs +0 -13
- package/esm2022/lib/model/paymentTerminalReceipt.mjs +0 -2
- package/esm2022/lib/model/paymentTerminalReceiptAllOf.mjs +0 -13
- package/esm2022/lib/model/paymentTerms.mjs +0 -13
- package/esm2022/lib/model/paymentTool.mjs +0 -23
- package/esm2022/lib/model/paymentToolDetails.mjs +0 -13
- package/esm2022/lib/model/paymentToolDetailsBankCard.mjs +0 -8
- package/esm2022/lib/model/paymentToolDetailsCryptoWallet.mjs +0 -2
- package/esm2022/lib/model/paymentToolDetailsDigitalWallet.mjs +0 -2
- package/esm2022/lib/model/paymentToolDetailsMobileCommerce.mjs +0 -2
- package/esm2022/lib/model/paymentToolDetailsPaymentTerminal.mjs +0 -2
- package/esm2022/lib/model/payout.mjs +0 -2
- package/esm2022/lib/model/payoutParams.mjs +0 -13
- package/esm2022/lib/model/payoutTool.mjs +0 -2
- package/esm2022/lib/model/payoutToolAllOf.mjs +0 -13
- package/esm2022/lib/model/payoutToolDetails.mjs +0 -13
- package/esm2022/lib/model/payoutToolDetailsBankAccount.mjs +0 -2
- package/esm2022/lib/model/payoutToolDetailsInternationalBankAccount.mjs +0 -2
- package/esm2022/lib/model/payoutToolDetailsPaymentInstitutionAccount.mjs +0 -2
- package/esm2022/lib/model/payoutToolDetailsWalletInfo.mjs +0 -2
- package/esm2022/lib/model/payoutToolDetailsWalletInfoAllOf.mjs +0 -13
- package/esm2022/lib/model/payoutToolParams.mjs +0 -2
- package/esm2022/lib/model/powerOfAttorney.mjs +0 -2
- package/esm2022/lib/model/privateEntity.mjs +0 -2
- package/esm2022/lib/model/privateEntityAllOf.mjs +0 -18
- package/esm2022/lib/model/qrCodeDisplayRequest.mjs +0 -2
- package/esm2022/lib/model/qrCodeDisplayRequestAllOf.mjs +0 -13
- package/esm2022/lib/model/realmMode.mjs +0 -16
- package/esm2022/lib/model/reason.mjs +0 -13
- package/esm2022/lib/model/recurrentPayer.mjs +0 -2
- package/esm2022/lib/model/recurrentPayerAllOf.mjs +0 -2
- package/esm2022/lib/model/redirect.mjs +0 -2
- package/esm2022/lib/model/redirectAllOf.mjs +0 -2
- package/esm2022/lib/model/refund.mjs +0 -9
- package/esm2022/lib/model/refundError.mjs +0 -13
- package/esm2022/lib/model/refundParams.mjs +0 -2
- package/esm2022/lib/model/refundSearchResult.mjs +0 -9
- package/esm2022/lib/model/refundSearchResultAllOf.mjs +0 -13
- package/esm2022/lib/model/refundStarted.mjs +0 -2
- package/esm2022/lib/model/refundStartedAllOf.mjs +0 -2
- package/esm2022/lib/model/refundStatus.mjs +0 -9
- package/esm2022/lib/model/refundStatusChanged.mjs +0 -9
- package/esm2022/lib/model/refundStatusChangedAllOf.mjs +0 -13
- package/esm2022/lib/model/registeredUser.mjs +0 -2
- package/esm2022/lib/model/registeredUserAllOf.mjs +0 -13
- package/esm2022/lib/model/reportLink.mjs +0 -13
- package/esm2022/lib/model/reportParams.mjs +0 -18
- package/esm2022/lib/model/reportingPreferences.mjs +0 -2
- package/esm2022/lib/model/representative.mjs +0 -2
- package/esm2022/lib/model/representativeDocument.mjs +0 -19
- package/esm2022/lib/model/rescindInvoice400Response.mjs +0 -23
- package/esm2022/lib/model/russianLegalEntity.mjs +0 -2
- package/esm2022/lib/model/russianLegalEntityAllOf.mjs +0 -2
- package/esm2022/lib/model/russianPrivateEntity.mjs +0 -2
- package/esm2022/lib/model/russianPrivateEntityAllOf.mjs +0 -2
- package/esm2022/lib/model/samsungPay.mjs +0 -2
- package/esm2022/lib/model/samsungPayAllOf.mjs +0 -13
- package/esm2022/lib/model/schedule.mjs +0 -13
- package/esm2022/lib/model/searchInvoices200Response.mjs +0 -2
- package/esm2022/lib/model/searchPayments200Response.mjs +0 -2
- package/esm2022/lib/model/searchPayouts200Response.mjs +0 -2
- package/esm2022/lib/model/searchRefunds200Response.mjs +0 -2
- package/esm2022/lib/model/serviceAcceptanceActPreferences.mjs +0 -2
- package/esm2022/lib/model/serviceProvider.mjs +0 -13
- package/esm2022/lib/model/shop.mjs +0 -2
- package/esm2022/lib/model/shopDetails.mjs +0 -13
- package/esm2022/lib/model/shopLocation.mjs +0 -13
- package/esm2022/lib/model/shopLocationUrl.mjs +0 -2
- package/esm2022/lib/model/shopLocationUrlAllOf.mjs +0 -13
- package/esm2022/lib/model/subError.mjs +0 -13
- package/esm2022/lib/model/tokenizedCardData.mjs +0 -2
- package/esm2022/lib/model/tokenizedCardDataAllOf.mjs +0 -21
- package/esm2022/lib/model/tradeBloc.mjs +0 -13
- package/esm2022/lib/model/transactionInfo.mjs +0 -13
- package/esm2022/lib/model/updateInvoiceTemplate400Response.mjs +0 -22
- package/esm2022/lib/model/userInteraction.mjs +0 -13
- package/esm2022/lib/model/userInteractionFormInner.mjs +0 -13
- package/esm2022/lib/model/webhook.mjs +0 -2
- package/esm2022/lib/model/webhookScope.mjs +0 -19
- package/esm2022/lib/model/yandexPay.mjs +0 -2
- package/esm2022/lib/model/yandexPayAllOf.mjs +0 -13
- package/esm2022/lib/param.mjs +0 -2
- package/esm2022/lib/variables.mjs +0 -9
- package/esm2022/public-api.mjs +0 -2
- package/esm2022/vality-swag-payments.mjs +0 -5
- package/lib/api/paymentInstitutions.service.d.ts +0 -245
- package/lib/api/payouts.service.d.ts +0 -209
- package/lib/index.d.ts +0 -6
- package/lib/model/accessToken.d.ts +0 -17
- package/lib/model/allocationBodyAmountAllOf.d.ts +0 -21
- package/lib/model/allocationBodyTotalAllOf.d.ts +0 -27
- package/lib/model/allocationFee.d.ts +0 -26
- package/lib/model/allocationFeeFixedAllOf.d.ts +0 -17
- package/lib/model/allocationFeeShareAllOf.d.ts +0 -19
- package/lib/model/allocationFeeTarget.d.ts +0 -23
- package/lib/model/allocationTarget.d.ts +0 -23
- package/lib/model/allocationTargetShop.d.ts +0 -23
- package/lib/model/allocationTargetShopAllOf.d.ts +0 -17
- package/lib/model/allocationTransaction.d.ts +0 -34
- package/lib/model/apiExtensionRequest.d.ts +0 -18
- package/lib/model/apiExtensionRequestAllOf.d.ts +0 -17
- package/lib/model/applePay.d.ts +0 -24
- package/lib/model/applePayAllOf.d.ts +0 -24
- package/lib/model/articlesOfAssociation.d.ts +0 -19
- package/lib/model/bankAccount.d.ts +0 -29
- package/lib/model/bankCard.d.ts +0 -26
- package/lib/model/bankCardAllOf.d.ts +0 -23
- package/lib/model/bankCardAllOfTokenProviderData.d.ts +0 -36
- package/lib/model/bankCardDetails.d.ts +0 -44
- package/lib/model/bankCardTokenizationMethod.d.ts +0 -19
- package/lib/model/browserGetRequest.d.ts +0 -18
- package/lib/model/browserGetRequestAllOf.d.ts +0 -17
- package/lib/model/browserPostRequest.d.ts +0 -23
- package/lib/model/browserPostRequestAllOf.d.ts +0 -22
- package/lib/model/browserRequest.d.ts +0 -17
- package/lib/model/cancelPayment400Response.d.ts +0 -32
- package/lib/model/captureParams.d.ts +0 -35
- package/lib/model/captureParamsAllOf.d.ts +0 -34
- package/lib/model/capturePayment400Response.d.ts +0 -37
- package/lib/model/cardData.d.ts +0 -32
- package/lib/model/cardDataAllOf.d.ts +0 -32
- package/lib/model/category.d.ts +0 -16
- package/lib/model/chargeback.d.ts +0 -60
- package/lib/model/clientInfo.d.ts +0 -28
- package/lib/model/contactInfo.d.ts +0 -52
- package/lib/model/contract.d.ts +0 -54
- package/lib/model/contractAdjustment.d.ts +0 -32
- package/lib/model/contractor.d.ts +0 -28
- package/lib/model/costAmountRange.d.ts +0 -21
- package/lib/model/country.d.ts +0 -22
- package/lib/model/createBinding400Response.d.ts +0 -34
- package/lib/model/createCustomer400Response.d.ts +0 -34
- package/lib/model/createInvoice400Response.d.ts +0 -38
- package/lib/model/createInvoiceTemplate400Response.d.ts +0 -34
- package/lib/model/createInvoiceWithTemplate400Response.d.ts +0 -31
- package/lib/model/createPayment400Response.d.ts +0 -38
- package/lib/model/createPayout400Response.d.ts +0 -32
- package/lib/model/createRefund400Response.d.ts +0 -41
- package/lib/model/createWebhook400Response.d.ts +0 -31
- package/lib/model/createWebhook429Response.d.ts +0 -17
- package/lib/model/cryptoCurrencyTransferRequest.d.ts +0 -26
- package/lib/model/cryptoCurrencyTransferRequestAllOf.d.ts +0 -25
- package/lib/model/cryptoWallet.d.ts +0 -20
- package/lib/model/cryptoWalletAllOf.d.ts +0 -17
- package/lib/model/cryptoWalletData.d.ts +0 -20
- package/lib/model/cryptoWalletDetails.d.ts +0 -17
- package/lib/model/customer.d.ts +0 -46
- package/lib/model/customerAndToken.d.ts +0 -17
- package/lib/model/customerBinding.d.ts +0 -37
- package/lib/model/customerBindingError.d.ts +0 -18
- package/lib/model/customerBindingInteractionCompleted.d.ts +0 -22
- package/lib/model/customerBindingInteractionCompletedAllOf.d.ts +0 -22
- package/lib/model/customerBindingInteractionRequested.d.ts +0 -22
- package/lib/model/customerBindingInteractionRequestedAllOf.d.ts +0 -22
- package/lib/model/customerBindingParams.d.ts +0 -19
- package/lib/model/customerBindingStarted.d.ts +0 -18
- package/lib/model/customerBindingStartedAllOf.d.ts +0 -15
- package/lib/model/customerBindingStatus.d.ts +0 -27
- package/lib/model/customerBindingStatusChanged.d.ts +0 -29
- package/lib/model/customerBindingStatusChangedAllOf.d.ts +0 -14
- package/lib/model/customerChange.d.ts +0 -23
- package/lib/model/customerEvent.d.ts +0 -17
- package/lib/model/customerParams.d.ts +0 -31
- package/lib/model/customerPayer.d.ts +0 -23
- package/lib/model/customerPayerAllOf.d.ts +0 -19
- package/lib/model/customersTopic.d.ts +0 -36
- package/lib/model/customersTopicAllOf.d.ts +0 -32
- package/lib/model/decimal.d.ts +0 -24
- package/lib/model/defaultLogicError.d.ts +0 -28
- package/lib/model/deleteCustomer400Response.d.ts +0 -30
- package/lib/model/digitalWallet.d.ts +0 -20
- package/lib/model/digitalWalletAllOf.d.ts +0 -17
- package/lib/model/digitalWalletData.d.ts +0 -28
- package/lib/model/digitalWalletDataAllOf.d.ts +0 -28
- package/lib/model/digitalWalletDetails.d.ts +0 -17
- package/lib/model/externalIDConflictError.d.ts +0 -25
- package/lib/model/fulfillInvoice400Response.d.ts +0 -31
- package/lib/model/generalError.d.ts +0 -14
- package/lib/model/googlePay.d.ts +0 -24
- package/lib/model/googlePayAllOf.d.ts +0 -24
- package/lib/model/internationalBankAccount.d.ts +0 -28
- package/lib/model/internationalBankDetails.d.ts +0 -36
- package/lib/model/internationalCorrespondentBankAccount.d.ts +0 -24
- package/lib/model/internationalLegalEntity.d.ts +0 -43
- package/lib/model/internationalLegalEntityAllOf.d.ts +0 -37
- package/lib/model/invoiceAndToken.d.ts +0 -17
- package/lib/model/invoiceBankAccount.d.ts +0 -26
- package/lib/model/invoiceChange.d.ts +0 -27
- package/lib/model/invoiceClientInfo.d.ts +0 -27
- package/lib/model/invoiceCreated.d.ts +0 -18
- package/lib/model/invoiceCreatedAllOf.d.ts +0 -15
- package/lib/model/invoiceEvent.d.ts +0 -17
- package/lib/model/invoiceLine.d.ts +0 -34
- package/lib/model/invoiceLineTaxMode.d.ts +0 -26
- package/lib/model/invoiceLineTaxVAT.d.ts +0 -30
- package/lib/model/invoiceLineTaxVATAllOf.d.ts +0 -32
- package/lib/model/invoiceParamsWithTemplate.d.ts +0 -29
- package/lib/model/invoiceRussianBankAccount.d.ts +0 -24
- package/lib/model/invoiceRussianBankAccountAllOf.d.ts +0 -24
- package/lib/model/invoiceStatus.d.ts +0 -30
- package/lib/model/invoiceStatusChanged.d.ts +0 -31
- package/lib/model/invoiceTemplate.d.ts +0 -45
- package/lib/model/invoiceTemplateAndToken.d.ts +0 -17
- package/lib/model/invoiceTemplateCreateParams.d.ts +0 -41
- package/lib/model/invoiceTemplateDetails.d.ts +0 -14
- package/lib/model/invoiceTemplateLineCost.d.ts +0 -17
- package/lib/model/invoiceTemplateLineCostFixed.d.ts +0 -22
- package/lib/model/invoiceTemplateLineCostFixedAllOf.d.ts +0 -21
- package/lib/model/invoiceTemplateLineCostRange.d.ts +0 -20
- package/lib/model/invoiceTemplateLineCostRangeAllOf.d.ts +0 -19
- package/lib/model/invoiceTemplateLineCostUnlim.d.ts +0 -14
- package/lib/model/invoiceTemplateMultiLine.d.ts +0 -23
- package/lib/model/invoiceTemplateMultiLineAllOf.d.ts +0 -22
- package/lib/model/invoiceTemplateSingleLine.d.ts +0 -22
- package/lib/model/invoiceTemplateSingleLineAllOf.d.ts +0 -21
- package/lib/model/invoiceTemplateUpdateParams.d.ts +0 -29
- package/lib/model/invoicesTopicAllOf.d.ts +0 -41
- package/lib/model/legalAgreement.d.ts +0 -28
- package/lib/model/legalEntity.d.ts +0 -20
- package/lib/model/legalEntityAllOf.d.ts +0 -24
- package/lib/model/lifetimeInterval.d.ts +0 -19
- package/lib/model/logicError.d.ts +0 -18
- package/lib/model/mobileCommerce.d.ts +0 -20
- package/lib/model/mobileCommerceAllOf.d.ts +0 -17
- package/lib/model/mobileCommerceData.d.ts +0 -6
- package/lib/model/mobileCommerceDataAllOf.d.ts +0 -18
- package/lib/model/mobileCommerceDetails.d.ts +0 -17
- package/lib/model/mobileCommercePhone.d.ts +0 -24
- package/lib/model/party.d.ts +0 -16
- package/lib/model/payer.d.ts +0 -19
- package/lib/model/payerSessionInfo.d.ts +0 -20
- package/lib/model/paymentError.d.ts +0 -22
- package/lib/model/paymentFlow.d.ts +0 -24
- package/lib/model/paymentFlowHold.d.ts +0 -29
- package/lib/model/paymentFlowHoldAllOf.d.ts +0 -28
- package/lib/model/paymentFlowInstant.d.ts +0 -16
- package/lib/model/paymentInstitution.d.ts +0 -31
- package/lib/model/paymentInteractionCompleted.d.ts +0 -22
- package/lib/model/paymentInteractionCompletedAllOf.d.ts +0 -22
- package/lib/model/paymentInteractionRequested.d.ts +0 -22
- package/lib/model/paymentInteractionRequestedAllOf.d.ts +0 -22
- package/lib/model/paymentMethod.d.ts +0 -27
- package/lib/model/paymentParams.d.ts +0 -33
- package/lib/model/paymentRecurrentParent.d.ts +0 -24
- package/lib/model/paymentResource.d.ts +0 -28
- package/lib/model/paymentResourceClientInfo.d.ts +0 -25
- package/lib/model/paymentResourceParams.d.ts +0 -17
- package/lib/model/paymentResourcePayer.d.ts +0 -31
- package/lib/model/paymentResourcePayerAllOf.d.ts +0 -15
- package/lib/model/paymentResourceResult.d.ts +0 -36
- package/lib/model/paymentSearchResultAllOf.d.ts +0 -73
- package/lib/model/paymentStarted.d.ts +0 -18
- package/lib/model/paymentStartedAllOf.d.ts +0 -15
- package/lib/model/paymentStatus.d.ts +0 -30
- package/lib/model/paymentStatusChanged.d.ts +0 -32
- package/lib/model/paymentStatusChangedAllOf.d.ts +0 -14
- package/lib/model/paymentTerminal.d.ts +0 -20
- package/lib/model/paymentTerminalAllOf.d.ts +0 -17
- package/lib/model/paymentTerminalData.d.ts +0 -24
- package/lib/model/paymentTerminalDataAllOf.d.ts +0 -24
- package/lib/model/paymentTerminalDetails.d.ts +0 -17
- package/lib/model/paymentTerminalReceipt.d.ts +0 -22
- package/lib/model/paymentTerminalReceiptAllOf.d.ts +0 -21
- package/lib/model/paymentTerms.d.ts +0 -15
- package/lib/model/paymentTool.d.ts +0 -28
- package/lib/model/paymentToolDetails.d.ts +0 -20
- package/lib/model/paymentToolDetailsBankCard.d.ts +0 -45
- package/lib/model/paymentToolDetailsCryptoWallet.d.ts +0 -18
- package/lib/model/paymentToolDetailsDigitalWallet.d.ts +0 -18
- package/lib/model/paymentToolDetailsMobileCommerce.d.ts +0 -18
- package/lib/model/paymentToolDetailsPaymentTerminal.d.ts +0 -18
- package/lib/model/payout.d.ts +0 -47
- package/lib/model/payoutParams.d.ts +0 -37
- package/lib/model/payoutTool.d.ts +0 -26
- package/lib/model/payoutToolAllOf.d.ts +0 -17
- package/lib/model/payoutToolDetails.d.ts +0 -20
- package/lib/model/payoutToolDetailsBankAccount.d.ts +0 -27
- package/lib/model/payoutToolDetailsInternationalBankAccount.d.ts +0 -26
- package/lib/model/payoutToolDetailsPaymentInstitutionAccount.d.ts +0 -14
- package/lib/model/payoutToolDetailsWalletInfo.d.ts +0 -18
- package/lib/model/payoutToolDetailsWalletInfoAllOf.d.ts +0 -17
- package/lib/model/payoutToolParams.d.ts +0 -19
- package/lib/model/powerOfAttorney.d.ts +0 -28
- package/lib/model/privateEntity.d.ts +0 -20
- package/lib/model/privateEntityAllOf.d.ts +0 -23
- package/lib/model/qrCodeDisplayRequest.d.ts +0 -18
- package/lib/model/qrCodeDisplayRequestAllOf.d.ts +0 -17
- package/lib/model/realmMode.d.ts +0 -19
- package/lib/model/reason.d.ts +0 -17
- package/lib/model/recurrentPayer.d.ts +0 -23
- package/lib/model/recurrentPayerAllOf.d.ts +0 -19
- package/lib/model/redirect.d.ts +0 -16
- package/lib/model/redirectAllOf.d.ts +0 -15
- package/lib/model/refundError.d.ts +0 -24
- package/lib/model/refundParams.d.ts +0 -39
- package/lib/model/refundSearchResultAllOf.d.ts +0 -21
- package/lib/model/refundStarted.d.ts +0 -19
- package/lib/model/refundStartedAllOf.d.ts +0 -16
- package/lib/model/refundStatus.d.ts +0 -27
- package/lib/model/refundStatusChanged.d.ts +0 -30
- package/lib/model/refundStatusChangedAllOf.d.ts +0 -15
- package/lib/model/registeredUser.d.ts +0 -23
- package/lib/model/registeredUserAllOf.d.ts +0 -17
- package/lib/model/reportLink.d.ts +0 -17
- package/lib/model/reportParams.d.ts +0 -31
- package/lib/model/reportingPreferences.d.ts +0 -18
- package/lib/model/representative.d.ts +0 -26
- package/lib/model/representativeDocument.d.ts +0 -24
- package/lib/model/rescindInvoice400Response.d.ts +0 -32
- package/lib/model/russianLegalEntityAllOf.d.ts +0 -47
- package/lib/model/russianPrivateEntity.d.ts +0 -33
- package/lib/model/russianPrivateEntityAllOf.d.ts +0 -27
- package/lib/model/samsungPay.d.ts +0 -24
- package/lib/model/samsungPayAllOf.d.ts +0 -24
- package/lib/model/schedule.d.ts +0 -19
- package/lib/model/searchInvoices200Response.d.ts +0 -19
- package/lib/model/searchPayments200Response.d.ts +0 -19
- package/lib/model/searchPayouts200Response.d.ts +0 -16
- package/lib/model/searchRefunds200Response.d.ts +0 -16
- package/lib/model/serviceAcceptanceActPreferences.d.ts +0 -22
- package/lib/model/serviceProvider.d.ts +0 -32
- package/lib/model/shop.d.ts +0 -56
- package/lib/model/shopDetails.d.ts +0 -21
- package/lib/model/shopLocation.d.ts +0 -20
- package/lib/model/shopLocationUrl.d.ts +0 -21
- package/lib/model/shopLocationUrlAllOf.d.ts +0 -17
- package/lib/model/subError.d.ts +0 -21
- package/lib/model/tokenizedCardData.d.ts +0 -17
- package/lib/model/tokenizedCardDataAllOf.d.ts +0 -26
- package/lib/model/tradeBloc.d.ts +0 -19
- package/lib/model/transactionInfo.d.ts +0 -24
- package/lib/model/updateInvoiceTemplate400Response.d.ts +0 -31
- package/lib/model/userInteraction.d.ts +0 -17
- package/lib/model/userInteractionFormInner.d.ts +0 -21
- package/lib/model/webhook.d.ts +0 -35
- package/lib/model/webhookScope.d.ts +0 -27
- package/lib/model/yandexPay.d.ts +0 -24
- package/lib/model/yandexPayAllOf.d.ts +0 -24
- package/public-api.d.ts +0 -1
- /package/{lib/api.module.d.ts → api.module.d.ts} +0 -0
- /package/{lib/encoder.d.ts → encoder.d.ts} +0 -0
- /package/{lib/model → model}/allocationBodyAmount.d.ts +0 -0
- /package/{lib/model → model}/allocationBodyTotal.d.ts +0 -0
- /package/{lib/model → model}/allocationFeeFixed.d.ts +0 -0
- /package/{lib/model → model}/allocationFeeShare.d.ts +0 -0
- /package/{lib/param.d.ts → param.d.ts} +0 -0
- /package/{lib/variables.d.ts → variables.d.ts} +0 -0
|
@@ -1,19 +0,0 @@
|
|
|
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 { CostAmountRange } from './costAmountRange';
|
|
13
|
-
export interface InvoiceTemplateLineCostRangeAllOf {
|
|
14
|
-
/**
|
|
15
|
-
* Currency character code according to [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
|
|
16
|
-
*/
|
|
17
|
-
currency: string;
|
|
18
|
-
range: CostAmountRange;
|
|
19
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
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 { InvoiceTemplateLineCost } from './invoiceTemplateLineCost';
|
|
13
|
-
export interface InvoiceTemplateLineCostUnlim extends InvoiceTemplateLineCost {
|
|
14
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
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 './invoiceLine';
|
|
13
|
-
import { InvoiceTemplateDetails } from './invoiceTemplateDetails';
|
|
14
|
-
export interface InvoiceTemplateMultiLine extends InvoiceTemplateDetails {
|
|
15
|
-
/**
|
|
16
|
-
* Products and services cart
|
|
17
|
-
*/
|
|
18
|
-
cart: Array<InvoiceLine>;
|
|
19
|
-
/**
|
|
20
|
-
* Currency character code according to [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
|
|
21
|
-
*/
|
|
22
|
-
currency: string;
|
|
23
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
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 './invoiceLine';
|
|
13
|
-
export interface InvoiceTemplateMultiLineAllOf {
|
|
14
|
-
/**
|
|
15
|
-
* Products and services cart
|
|
16
|
-
*/
|
|
17
|
-
cart: Array<InvoiceLine>;
|
|
18
|
-
/**
|
|
19
|
-
* Currency character code according to [ISO 4217](http://www.iso.org/iso/home/standards/currency_codes.htm).
|
|
20
|
-
*/
|
|
21
|
-
currency: string;
|
|
22
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
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 { InvoiceTemplateDetails } from './invoiceTemplateDetails';
|
|
13
|
-
import { InvoiceTemplateLineCost } from './invoiceTemplateLineCost';
|
|
14
|
-
import { InvoiceLineTaxMode } from './invoiceLineTaxMode';
|
|
15
|
-
export interface InvoiceTemplateSingleLine extends InvoiceTemplateDetails {
|
|
16
|
-
/**
|
|
17
|
-
* Name of the offered goods or services
|
|
18
|
-
*/
|
|
19
|
-
product: string;
|
|
20
|
-
price: InvoiceTemplateLineCost;
|
|
21
|
-
taxMode?: InvoiceLineTaxMode;
|
|
22
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
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 { InvoiceTemplateLineCost } from './invoiceTemplateLineCost';
|
|
13
|
-
import { InvoiceLineTaxMode } from './invoiceLineTaxMode';
|
|
14
|
-
export interface InvoiceTemplateSingleLineAllOf {
|
|
15
|
-
/**
|
|
16
|
-
* Name of the offered goods or services
|
|
17
|
-
*/
|
|
18
|
-
product: string;
|
|
19
|
-
price: InvoiceTemplateLineCost;
|
|
20
|
-
taxMode?: InvoiceLineTaxMode;
|
|
21
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
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 { InvoiceTemplateDetails } from './invoiceTemplateDetails';
|
|
13
|
-
import { LifetimeInterval } from './lifetimeInterval';
|
|
14
|
-
export interface InvoiceTemplateUpdateParams {
|
|
15
|
-
/**
|
|
16
|
-
* Template name
|
|
17
|
-
*/
|
|
18
|
-
name?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Description of the goods or services offered
|
|
21
|
-
*/
|
|
22
|
-
description?: string;
|
|
23
|
-
lifetime?: LifetimeInterval;
|
|
24
|
-
details?: InvoiceTemplateDetails;
|
|
25
|
-
/**
|
|
26
|
-
* Metadata that will be associated with the invoice created by the template, in case other metadata is not specified in the invoice creation request.
|
|
27
|
-
*/
|
|
28
|
-
metadata?: object;
|
|
29
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
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 InvoicesTopicAllOf {
|
|
13
|
-
/**
|
|
14
|
-
* Shop ID
|
|
15
|
-
*/
|
|
16
|
-
shopID: string;
|
|
17
|
-
/**
|
|
18
|
-
* List of invoice event types to be notified about
|
|
19
|
-
*/
|
|
20
|
-
eventTypes: Array<InvoicesTopicAllOf.EventTypesEnum>;
|
|
21
|
-
}
|
|
22
|
-
export declare namespace InvoicesTopicAllOf {
|
|
23
|
-
type EventTypesEnum = 'InvoiceCreated' | 'InvoicePaid' | 'InvoiceCancelled' | 'InvoiceFulfilled' | 'PaymentStarted' | 'PaymentProcessed' | 'PaymentCaptured' | 'PaymentCancelled' | 'PaymentRefunded' | 'PaymentFailed' | 'PaymentRefundCreated' | 'PaymentRefundSucceeded' | 'PaymentRefundFailed' | 'PaymentUserInteractionRequested' | 'PaymentUserInteractionCompleted';
|
|
24
|
-
const EventTypesEnum: {
|
|
25
|
-
InvoiceCreated: EventTypesEnum;
|
|
26
|
-
InvoicePaid: EventTypesEnum;
|
|
27
|
-
InvoiceCancelled: EventTypesEnum;
|
|
28
|
-
InvoiceFulfilled: EventTypesEnum;
|
|
29
|
-
PaymentStarted: EventTypesEnum;
|
|
30
|
-
PaymentProcessed: EventTypesEnum;
|
|
31
|
-
PaymentCaptured: EventTypesEnum;
|
|
32
|
-
PaymentCancelled: EventTypesEnum;
|
|
33
|
-
PaymentRefunded: EventTypesEnum;
|
|
34
|
-
PaymentFailed: EventTypesEnum;
|
|
35
|
-
PaymentRefundCreated: EventTypesEnum;
|
|
36
|
-
PaymentRefundSucceeded: EventTypesEnum;
|
|
37
|
-
PaymentRefundFailed: EventTypesEnum;
|
|
38
|
-
PaymentUserInteractionRequested: EventTypesEnum;
|
|
39
|
-
PaymentUserInteractionCompleted: EventTypesEnum;
|
|
40
|
-
};
|
|
41
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
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
|
-
* Legal agreement details
|
|
14
|
-
*/
|
|
15
|
-
export interface LegalAgreement {
|
|
16
|
-
/**
|
|
17
|
-
* Legal agreement Identifier, e.g. contract number
|
|
18
|
-
*/
|
|
19
|
-
id: string;
|
|
20
|
-
/**
|
|
21
|
-
* Date and time of conclusion of the legal agreement
|
|
22
|
-
*/
|
|
23
|
-
signedAt: string;
|
|
24
|
-
/**
|
|
25
|
-
* Date and time of termination of the legal agreement
|
|
26
|
-
*/
|
|
27
|
-
validUntil?: string;
|
|
28
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
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 { Contractor } from './contractor';
|
|
13
|
-
import { LegalEntityAllOf } from './legalEntityAllOf';
|
|
14
|
-
/**
|
|
15
|
-
* Legal entity
|
|
16
|
-
*/
|
|
17
|
-
export interface LegalEntity extends Contractor, LegalEntityAllOf {
|
|
18
|
-
}
|
|
19
|
-
export declare namespace LegalEntity {
|
|
20
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
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 LegalEntityAllOf {
|
|
13
|
-
/**
|
|
14
|
-
* Legal entity type
|
|
15
|
-
*/
|
|
16
|
-
entityType: LegalEntityAllOf.EntityTypeEnum;
|
|
17
|
-
}
|
|
18
|
-
export declare namespace LegalEntityAllOf {
|
|
19
|
-
type EntityTypeEnum = 'RussianLegalEntity' | 'InternationalLegalEntity';
|
|
20
|
-
const EntityTypeEnum: {
|
|
21
|
-
RussianLegalEntity: EntityTypeEnum;
|
|
22
|
-
InternationalLegalEntity: EntityTypeEnum;
|
|
23
|
-
};
|
|
24
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
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
|
-
* The life time of an invoice from the time it was created.
|
|
14
|
-
*/
|
|
15
|
-
export interface LifetimeInterval {
|
|
16
|
-
days: number;
|
|
17
|
-
months: number;
|
|
18
|
-
years: number;
|
|
19
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
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
|
-
* Description of the error that occurred during the payment process
|
|
14
|
-
*/
|
|
15
|
-
export interface LogicError {
|
|
16
|
-
code: string;
|
|
17
|
-
message: string;
|
|
18
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
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 { PaymentMethod } from './paymentMethod';
|
|
13
|
-
export interface MobileCommerce extends PaymentMethod {
|
|
14
|
-
/**
|
|
15
|
-
* List of mobile operators
|
|
16
|
-
*/
|
|
17
|
-
operators: Array<string>;
|
|
18
|
-
}
|
|
19
|
-
export declare namespace MobileCommerce {
|
|
20
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 MobileCommerceAllOf {
|
|
13
|
-
/**
|
|
14
|
-
* List of mobile operators
|
|
15
|
-
*/
|
|
16
|
-
operators: Array<string>;
|
|
17
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
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 { MobileCommercePhone } from './mobileCommercePhone';
|
|
13
|
-
/**
|
|
14
|
-
* Mobile commerce
|
|
15
|
-
*/
|
|
16
|
-
export interface MobileCommerceDataAllOf {
|
|
17
|
-
mobilePhone: MobileCommercePhone;
|
|
18
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 MobileCommerceDetails {
|
|
13
|
-
/**
|
|
14
|
-
* Masked cell phone number
|
|
15
|
-
*/
|
|
16
|
-
phoneNumber: string;
|
|
17
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
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
|
-
* Telephone number, according to ITU-T recommendation [E.164](https://en.wikipedia.org/wiki/E.164)
|
|
14
|
-
*/
|
|
15
|
-
export interface MobileCommercePhone {
|
|
16
|
-
/**
|
|
17
|
-
* Country code (1-3 digits)
|
|
18
|
-
*/
|
|
19
|
-
cc: string;
|
|
20
|
-
/**
|
|
21
|
-
* Phone number
|
|
22
|
-
*/
|
|
23
|
-
ctn: string;
|
|
24
|
-
}
|
package/lib/model/party.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
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 Party {
|
|
13
|
-
id: string;
|
|
14
|
-
isBlocked: boolean;
|
|
15
|
-
isSuspended: boolean;
|
|
16
|
-
}
|
package/lib/model/payer.d.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
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 { PayerSessionInfo } from './payerSessionInfo';
|
|
13
|
-
export interface Payer {
|
|
14
|
-
/**
|
|
15
|
-
* Payment tool type
|
|
16
|
-
*/
|
|
17
|
-
payerType: string;
|
|
18
|
-
sessionInfo?: PayerSessionInfo;
|
|
19
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
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 current session data
|
|
14
|
-
*/
|
|
15
|
-
export interface PayerSessionInfo {
|
|
16
|
-
/**
|
|
17
|
-
* URL of the resource to which the payer should be redirected upon completion of interaction with it in the browser, for example, preauthorization of payment using 3D Secure 2.0 protocol, if such interaction is required.
|
|
18
|
-
*/
|
|
19
|
-
redirectUrl?: string;
|
|
20
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
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 { SubError } from './subError';
|
|
13
|
-
/**
|
|
14
|
-
* [Error](#tag/Error-Codes) occurred during the payment process
|
|
15
|
-
*/
|
|
16
|
-
export interface PaymentError {
|
|
17
|
-
/**
|
|
18
|
-
* Basic error code
|
|
19
|
-
*/
|
|
20
|
-
code: string;
|
|
21
|
-
subError?: SubError;
|
|
22
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
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 PaymentFlow {
|
|
13
|
-
/**
|
|
14
|
-
* Payment flow type
|
|
15
|
-
*/
|
|
16
|
-
type: PaymentFlow.TypeEnum;
|
|
17
|
-
}
|
|
18
|
-
export declare namespace PaymentFlow {
|
|
19
|
-
type TypeEnum = 'PaymentFlowInstant' | 'PaymentFlowHold';
|
|
20
|
-
const TypeEnum: {
|
|
21
|
-
PaymentFlowInstant: TypeEnum;
|
|
22
|
-
PaymentFlowHold: TypeEnum;
|
|
23
|
-
};
|
|
24
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
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 { PaymentFlow } from './paymentFlow';
|
|
13
|
-
export interface PaymentFlowHold extends PaymentFlow {
|
|
14
|
-
/**
|
|
15
|
-
* Cash withholding management policy
|
|
16
|
-
*/
|
|
17
|
-
onHoldExpiration: PaymentFlowHold.OnHoldExpirationEnum;
|
|
18
|
-
/**
|
|
19
|
-
* Date and time of withholding of funds
|
|
20
|
-
*/
|
|
21
|
-
readonly heldUntil?: string;
|
|
22
|
-
}
|
|
23
|
-
export declare namespace PaymentFlowHold {
|
|
24
|
-
type OnHoldExpirationEnum = 'cancel' | 'capture';
|
|
25
|
-
const OnHoldExpirationEnum: {
|
|
26
|
-
Cancel: OnHoldExpirationEnum;
|
|
27
|
-
Capture: OnHoldExpirationEnum;
|
|
28
|
-
};
|
|
29
|
-
}
|