# paycomet_rest_api

PaycometRestApi - JavaScript client for paycomet_rest_api
PAYCOMET API REST for customers.
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 2.88.0
- Package version: 2.88.0
- Build package: io.swagger.codegen.v3.generators.javascript.JavaScriptClientCodegen
For more information, please visit [https://www.paycomet.com](https://www.paycomet.com)

## Installation

### For [Node.js](https://nodejs.org/)

#### npm

To publish the library as a [npm](https://www.npmjs.com/),
please follow the procedure in ["Publishing npm packages"](https://docs.npmjs.com/getting-started/publishing-npm-packages).

Then install it via:

```shell
npm install paycomet_rest_api --save
```

#### git
#
If the library is hosted at a git repository, e.g.
https://github.com/GIT_USER_ID/GIT_REPO_ID
then install it via:

```shell
    npm install GIT_USER_ID/GIT_REPO_ID --save
```

### For browser

The library also works in the browser environment via npm and [browserify](http://browserify.org/). After following
the above steps with Node.js and installing browserify with `npm install -g browserify`,
perform the following (assuming *main.js* is your entry file):

```shell
browserify main.js > bundle.js
```

Then include *bundle.js* in the HTML pages.

### Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error:
Cannot resolve module", most certainly you should disable AMD loader. Add/merge
the following section to your webpack config:

```javascript
module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}
```

## Getting Started

Please follow the [installation](#installation) instruction and execute the following JS code:

```javascript
var PaycometRestApi = require('paycomet_rest_api');

var api = new PaycometRestApi.BalanceApi()
var opts = { 
  'body': new PaycometRestApi.V1BalanceBody(), // {V1BalanceBody} 
  'PAYCOMET_API_TOKEN': "PAYCOMET_API_TOKEN_example" // {String} PAYCOMET API key (Query privilege required)
};
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.productBalance(opts, callback);
```

## Documentation for API Endpoints

All URIs are relative to *https://rest.paycomet.com*

Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*PaycometRestApi.BalanceApi* | [**productBalance**](docs/BalanceApi.md#productBalance) | **POST** /v1/balance | Get balance info
*PaycometRestApi.CardsApi* | [**addUser**](docs/CardsApi.md#addUser) | **POST** /v1/cards | Tokenizes a card. Either card number and CVC2 or jetToken are required. For you to send directly the card data you should be PCI certified or the accepting the requirement to submit quarterly SAQ-AEP and get ASV scans. For most users is strongly recommended getting the jetToken with JETIFRAME or using GET integration to register the cards instead of REST.
*PaycometRestApi.CardsApi* | [**editUser**](docs/CardsApi.md#editUser) | **POST** /v1/cards/edit | Changes the expiry date, cvc2 or both
*PaycometRestApi.CardsApi* | [**infoUser**](docs/CardsApi.md#infoUser) | **POST** /v1/cards/info | Get card info
*PaycometRestApi.CardsApi* | [**physicalAddCard**](docs/CardsApi.md#physicalAddCard) | **POST** /v1/cards/physical | Tokenize a card by physical encrypted data
*PaycometRestApi.CardsApi* | [**physicalEditCard**](docs/CardsApi.md#physicalEditCard) | **POST** /v1/cards/physical/edit | Edit a card entered by physical encrypted data
*PaycometRestApi.CardsApi* | [**removeUser**](docs/CardsApi.md#removeUser) | **POST** /v1/cards/delete | Removes a card
*PaycometRestApi.DccApi* | [**dccPurchaseConfirm**](docs/DccApi.md#dccPurchaseConfirm) | **POST** /v1/payments/{order}/dcc/confirm | Confirm previous DCC payment
*PaycometRestApi.DccApi* | [**dccPurchaseCreate**](docs/DccApi.md#dccPurchaseCreate) | **POST** /v1/payments/dcc | Create an DCC payment
*PaycometRestApi.ErrorApi* | [**infoError**](docs/ErrorApi.md#infoError) | **POST** /v1/errors | Gets an error description
*PaycometRestApi.ExchangeApi* | [**exchange**](docs/ExchangeApi.md#exchange) | **POST** /v1/exchange | Converts a certain amount from a currency to another.
*PaycometRestApi.FormApi* | [**form**](docs/FormApi.md#form) | **POST** /v1/form | Create form view for user capture
*PaycometRestApi.HeartbeatApi* | [**heartbeat**](docs/HeartbeatApi.md#heartbeat) | **POST** /v1/heartbeat | Check the system
*PaycometRestApi.IVRApi* | [**checkSession**](docs/IVRApi.md#checkSession) | **POST** /v1/ivr/session-state | Checks an IVR session
*PaycometRestApi.IVRApi* | [**getSession**](docs/IVRApi.md#getSession) | **POST** /v1/ivr/get-session | Creates an IVR session
*PaycometRestApi.IVRApi* | [**sessionCancel**](docs/IVRApi.md#sessionCancel) | **POST** /v1/ivr/session-cancel | Cancel an IVR session
*PaycometRestApi.IpApi* | [**getCountrybyIP**](docs/IpApi.md#getCountrybyIP) | **POST** /v1/ip | Retrieves country info by IP
*PaycometRestApi.IpApi* | [**getRemoteAddress**](docs/IpApi.md#getRemoteAddress) | **POST** /v1/ip/remote | Retrieves request remote address IP
*PaycometRestApi.LaunchpadApi* | [**launchAuthorization**](docs/LaunchpadApi.md#launchAuthorization) | **POST** /v1/launchpad/authorization | Creates a payment link and sends it to customer
*PaycometRestApi.LaunchpadApi* | [**launchPreauthorization**](docs/LaunchpadApi.md#launchPreauthorization) | **POST** /v1/launchpad/preauthorization | Executes a preauthorization link and sends it to customer
*PaycometRestApi.LaunchpadApi* | [**launchSubscription**](docs/LaunchpadApi.md#launchSubscription) | **POST** /v1/launchpad/subscription | Creates a subscription link and sends it to customer
*PaycometRestApi.MarketplaceApi* | [**splitTransfer**](docs/MarketplaceApi.md#splitTransfer) | **POST** /v1/marketplace/split-transfer | Make a transfer to other accounts on PAYCOMET
*PaycometRestApi.MarketplaceApi* | [**splitTransferReversal**](docs/MarketplaceApi.md#splitTransferReversal) | **POST** /v1/marketplace/split-transfer-reversal | Run a split transfer reversal based on a previous split transfer
*PaycometRestApi.MarketplaceApi* | [**transfer**](docs/MarketplaceApi.md#transfer) | **POST** /v1/marketplace/transfer | Run a transfer
*PaycometRestApi.MarketplaceApi* | [**transferReversal**](docs/MarketplaceApi.md#transferReversal) | **POST** /v1/marketplace/transfer-reversal | Make a transfer reversal based on a previous transfer
*PaycometRestApi.MethodsApi* | [**getUserPaymentMethods**](docs/MethodsApi.md#getUserPaymentMethods) | **POST** /v1/methods | Retrieves product methods
*PaycometRestApi.MiraklApi* | [**miraklInvoicesSearch**](docs/MiraklApi.md#miraklInvoicesSearch) | **POST** /v1/invoices | Search Mirakl invoices
*PaycometRestApi.PaymentsApi* | [**executePurchase**](docs/PaymentsApi.md#executePurchase) | **POST** /v1/payments | Executes a payment
*PaycometRestApi.PaymentsApi* | [**executePurchaseRtoken**](docs/PaymentsApi.md#executePurchaseRtoken) | **POST** /v1/payments/rtoken | Executes a payment by refence
*PaycometRestApi.PaymentsApi* | [**operationInfo**](docs/PaymentsApi.md#operationInfo) | **POST** /v1/payments/{order}/info | Get info of a order
*PaycometRestApi.PaymentsApi* | [**operationSearch**](docs/PaymentsApi.md#operationSearch) | **POST** /v1/payments/search | Search orders
*PaycometRestApi.PreauthorizationsApi* | [**cancelPreauthorization**](docs/PreauthorizationsApi.md#cancelPreauthorization) | **POST** /v1/payments/{order}/preauth/cancel | Cancel previous preauthorization
*PaycometRestApi.PreauthorizationsApi* | [**confirmPreauthorization**](docs/PreauthorizationsApi.md#confirmPreauthorization) | **POST** /v1/payments/{order}/preauth/confirm | Confirm previous preauthorization
*PaycometRestApi.PreauthorizationsApi* | [**createPreauthorization**](docs/PreauthorizationsApi.md#createPreauthorization) | **POST** /v1/payments/preauth | Create preauthorization
*PaycometRestApi.PreauthorizationsApi* | [**createPreauthorizationRtoken**](docs/PreauthorizationsApi.md#createPreauthorizationRtoken) | **POST** /v1/payments/preauthrtoken | Creates a preauthorization by reference
*PaycometRestApi.RefundApi* | [**executeRefund**](docs/RefundApi.md#executeRefund) | **POST** /v1/payments/{order}/refund | Perform a refund
*PaycometRestApi.SepaApi* | [**addDocument**](docs/SepaApi.md#addDocument) | **POST** /v1/sepa/add-document | Adds a SEPA document
*PaycometRestApi.SepaApi* | [**cancel**](docs/SepaApi.md#cancel) | **POST** /v1/sepa/cancel | Cancel a SEPA order
*PaycometRestApi.SepaApi* | [**checkCustomer**](docs/SepaApi.md#checkCustomer) | **POST** /v1/sepa/check-customer | Check a customers SEPA documentation
*PaycometRestApi.SepaApi* | [**checkDocument**](docs/SepaApi.md#checkDocument) | **POST** /v1/sepa/check-document | Check a SEPA document
*PaycometRestApi.SepaApi* | [**enroleCustomer**](docs/SepaApi.md#enroleCustomer) | **POST** /v1/sepa/enrole-customer | Generate a link to make a account check to a customer
*PaycometRestApi.SepaApi* | [**sepaOperations**](docs/SepaApi.md#sepaOperations) | **POST** /v1/sepa/operations | Send SEPA operations
*PaycometRestApi.SusbcriptionsApi* | [**createSubscription**](docs/SusbcriptionsApi.md#createSubscription) | **POST** /v1/subscription | Create susbcription payment
*PaycometRestApi.SusbcriptionsApi* | [**editSubscription**](docs/SusbcriptionsApi.md#editSubscription) | **POST** /v1/subscription/{order}/edit | Edit susbcription payment.
*PaycometRestApi.SusbcriptionsApi* | [**infoSubscription**](docs/SusbcriptionsApi.md#infoSubscription) | **POST** /v1/subscription/{order}/info | Gets susbcription info. If the susbscription is not a card subscription only the idUser is need. TokenUser is just for card subscriptions.
*PaycometRestApi.SusbcriptionsApi* | [**removeSubscription**](docs/SusbcriptionsApi.md#removeSubscription) | **POST** /v1/subscription/{order}/remove | Remove susbcription payment. If the susbscription is not a card subscription only the idUser is need. TokenUser is just for card subscriptions.
*PaycometRestApi.TokenApi* | [**addToken**](docs/TokenApi.md#addToken) | **POST** /v1/token | Tokenizes an APM.

## Documentation for Models

 - [PaycometRestApi.CardsDeleteBody](docs/CardsDeleteBody.md)
 - [PaycometRestApi.CardsEditBody](docs/CardsEditBody.md)
 - [PaycometRestApi.CardsInfoBody](docs/CardsInfoBody.md)
 - [PaycometRestApi.CardsPhysicalBody](docs/CardsPhysicalBody.md)
 - [PaycometRestApi.DccConfirmBody](docs/DccConfirmBody.md)
 - [PaycometRestApi.InlineResponse200](docs/InlineResponse200.md)
 - [PaycometRestApi.InlineResponse2001](docs/InlineResponse2001.md)
 - [PaycometRestApi.InlineResponse20010](docs/InlineResponse20010.md)
 - [PaycometRestApi.InlineResponse20011](docs/InlineResponse20011.md)
 - [PaycometRestApi.InlineResponse20012](docs/InlineResponse20012.md)
 - [PaycometRestApi.InlineResponse20013](docs/InlineResponse20013.md)
 - [PaycometRestApi.InlineResponse20014](docs/InlineResponse20014.md)
 - [PaycometRestApi.InlineResponse20015](docs/InlineResponse20015.md)
 - [PaycometRestApi.InlineResponse20016](docs/InlineResponse20016.md)
 - [PaycometRestApi.InlineResponse20016Payment](docs/InlineResponse20016Payment.md)
 - [PaycometRestApi.InlineResponse20016PaymentHistory](docs/InlineResponse20016PaymentHistory.md)
 - [PaycometRestApi.InlineResponse20016PaymentMerchantData](docs/InlineResponse20016PaymentMerchantData.md)
 - [PaycometRestApi.InlineResponse20017](docs/InlineResponse20017.md)
 - [PaycometRestApi.InlineResponse20017Operations](docs/InlineResponse20017Operations.md)
 - [PaycometRestApi.InlineResponse20018](docs/InlineResponse20018.md)
 - [PaycometRestApi.InlineResponse20019](docs/InlineResponse20019.md)
 - [PaycometRestApi.InlineResponse2002](docs/InlineResponse2002.md)
 - [PaycometRestApi.InlineResponse20020](docs/InlineResponse20020.md)
 - [PaycometRestApi.InlineResponse20021](docs/InlineResponse20021.md)
 - [PaycometRestApi.InlineResponse20022](docs/InlineResponse20022.md)
 - [PaycometRestApi.InlineResponse20022Subscription](docs/InlineResponse20022Subscription.md)
 - [PaycometRestApi.InlineResponse20023](docs/InlineResponse20023.md)
 - [PaycometRestApi.InlineResponse20024](docs/InlineResponse20024.md)
 - [PaycometRestApi.InlineResponse20025](docs/InlineResponse20025.md)
 - [PaycometRestApi.InlineResponse20025Dcc](docs/InlineResponse20025Dcc.md)
 - [PaycometRestApi.InlineResponse20026](docs/InlineResponse20026.md)
 - [PaycometRestApi.InlineResponse20027](docs/InlineResponse20027.md)
 - [PaycometRestApi.InlineResponse20027Submerchant](docs/InlineResponse20027Submerchant.md)
 - [PaycometRestApi.InlineResponse20028](docs/InlineResponse20028.md)
 - [PaycometRestApi.InlineResponse20028Submerchant](docs/InlineResponse20028Submerchant.md)
 - [PaycometRestApi.InlineResponse20029](docs/InlineResponse20029.md)
 - [PaycometRestApi.InlineResponse2003](docs/InlineResponse2003.md)
 - [PaycometRestApi.InlineResponse20030](docs/InlineResponse20030.md)
 - [PaycometRestApi.InlineResponse20031](docs/InlineResponse20031.md)
 - [PaycometRestApi.InlineResponse20032](docs/InlineResponse20032.md)
 - [PaycometRestApi.InlineResponse20032Operations](docs/InlineResponse20032Operations.md)
 - [PaycometRestApi.InlineResponse20033](docs/InlineResponse20033.md)
 - [PaycometRestApi.InlineResponse20034](docs/InlineResponse20034.md)
 - [PaycometRestApi.InlineResponse20035](docs/InlineResponse20035.md)
 - [PaycometRestApi.InlineResponse20036](docs/InlineResponse20036.md)
 - [PaycometRestApi.InlineResponse20037](docs/InlineResponse20037.md)
 - [PaycometRestApi.InlineResponse2004](docs/InlineResponse2004.md)
 - [PaycometRestApi.InlineResponse2005](docs/InlineResponse2005.md)
 - [PaycometRestApi.InlineResponse2006](docs/InlineResponse2006.md)
 - [PaycometRestApi.InlineResponse2007](docs/InlineResponse2007.md)
 - [PaycometRestApi.InlineResponse2008](docs/InlineResponse2008.md)
 - [PaycometRestApi.InlineResponse2009](docs/InlineResponse2009.md)
 - [PaycometRestApi.InlineResponse2009Invoices](docs/InlineResponse2009Invoices.md)
 - [PaycometRestApi.InlineResponse403](docs/InlineResponse403.md)
 - [PaycometRestApi.InlineResponse422](docs/InlineResponse422.md)
 - [PaycometRestApi.InlineResponse4221](docs/InlineResponse4221.md)
 - [PaycometRestApi.InlineResponse4222](docs/InlineResponse4222.md)
 - [PaycometRestApi.InlineResponse4222Error](docs/InlineResponse4222Error.md)
 - [PaycometRestApi.InlineResponse4223](docs/InlineResponse4223.md)
 - [PaycometRestApi.InlineResponse4223Error](docs/InlineResponse4223Error.md)
 - [PaycometRestApi.InlineResponse4224](docs/InlineResponse4224.md)
 - [PaycometRestApi.InlineResponse4224Error](docs/InlineResponse4224Error.md)
 - [PaycometRestApi.InlineResponse4225](docs/InlineResponse4225.md)
 - [PaycometRestApi.InlineResponse4225Error](docs/InlineResponse4225Error.md)
 - [PaycometRestApi.InlineResponse4226](docs/InlineResponse4226.md)
 - [PaycometRestApi.InlineResponse4226Error](docs/InlineResponse4226Error.md)
 - [PaycometRestApi.InlineResponse422Error](docs/InlineResponse422Error.md)
 - [PaycometRestApi.IpRemoteBody](docs/IpRemoteBody.md)
 - [PaycometRestApi.IvrGetsessionBody](docs/IvrGetsessionBody.md)
 - [PaycometRestApi.IvrSessioncancelBody](docs/IvrSessioncancelBody.md)
 - [PaycometRestApi.IvrSessionstateBody](docs/IvrSessionstateBody.md)
 - [PaycometRestApi.LaunchpadAuthorizationBody](docs/LaunchpadAuthorizationBody.md)
 - [PaycometRestApi.LaunchpadPreauthorizationBody](docs/LaunchpadPreauthorizationBody.md)
 - [PaycometRestApi.LaunchpadSubscriptionBody](docs/LaunchpadSubscriptionBody.md)
 - [PaycometRestApi.MarketplaceSplittransferBody](docs/MarketplaceSplittransferBody.md)
 - [PaycometRestApi.MarketplaceSplittransferreversalBody](docs/MarketplaceSplittransferreversalBody.md)
 - [PaycometRestApi.MarketplaceTransferBody](docs/MarketplaceTransferBody.md)
 - [PaycometRestApi.MarketplaceTransferreversalBody](docs/MarketplaceTransferreversalBody.md)
 - [PaycometRestApi.OrderEditBody](docs/OrderEditBody.md)
 - [PaycometRestApi.OrderInfoBody](docs/OrderInfoBody.md)
 - [PaycometRestApi.OrderInfoBody1](docs/OrderInfoBody1.md)
 - [PaycometRestApi.OrderRefundBody](docs/OrderRefundBody.md)
 - [PaycometRestApi.OrderRemoveBody](docs/OrderRemoveBody.md)
 - [PaycometRestApi.PaymentsDccBody](docs/PaymentsDccBody.md)
 - [PaycometRestApi.PaymentsPreauthBody](docs/PaymentsPreauthBody.md)
 - [PaycometRestApi.PaymentsPreauthrtokenBody](docs/PaymentsPreauthrtokenBody.md)
 - [PaycometRestApi.PaymentsRtokenBody](docs/PaymentsRtokenBody.md)
 - [PaycometRestApi.PaymentsSearchBody](docs/PaymentsSearchBody.md)
 - [PaycometRestApi.PhysicalEditBody](docs/PhysicalEditBody.md)
 - [PaycometRestApi.PreauthCancelBody](docs/PreauthCancelBody.md)
 - [PaycometRestApi.PreauthConfirmBody](docs/PreauthConfirmBody.md)
 - [PaycometRestApi.SepaAdddocumentBody](docs/SepaAdddocumentBody.md)
 - [PaycometRestApi.SepaCancelBody](docs/SepaCancelBody.md)
 - [PaycometRestApi.SepaCheckcustomerBody](docs/SepaCheckcustomerBody.md)
 - [PaycometRestApi.SepaCheckdocumentBody](docs/SepaCheckdocumentBody.md)
 - [PaycometRestApi.SepaEnrolecustomerBody](docs/SepaEnrolecustomerBody.md)
 - [PaycometRestApi.SepaOperationsBody](docs/SepaOperationsBody.md)
 - [PaycometRestApi.V1BalanceBody](docs/V1BalanceBody.md)
 - [PaycometRestApi.V1CardsBody](docs/V1CardsBody.md)
 - [PaycometRestApi.V1ErrorsBody](docs/V1ErrorsBody.md)
 - [PaycometRestApi.V1ExchangeBody](docs/V1ExchangeBody.md)
 - [PaycometRestApi.V1FormBody](docs/V1FormBody.md)
 - [PaycometRestApi.V1HeartbeatBody](docs/V1HeartbeatBody.md)
 - [PaycometRestApi.V1InvoicesBody](docs/V1InvoicesBody.md)
 - [PaycometRestApi.V1IpBody](docs/V1IpBody.md)
 - [PaycometRestApi.V1MethodsBody](docs/V1MethodsBody.md)
 - [PaycometRestApi.V1PaymentsBody](docs/V1PaymentsBody.md)
 - [PaycometRestApi.V1SubscriptionBody](docs/V1SubscriptionBody.md)
 - [PaycometRestApi.V1TokenBody](docs/V1TokenBody.md)
 - [PaycometRestApi.V1cardsSecureAuthentication](docs/V1cardsSecureAuthentication.md)
 - [PaycometRestApi.V1formPayment](docs/V1formPayment.md)
 - [PaycometRestApi.V1formPaymentMerchantData](docs/V1formPaymentMerchantData.md)
 - [PaycometRestApi.V1formPaymentMerchantDataAcctInfo](docs/V1formPaymentMerchantDataAcctInfo.md)
 - [PaycometRestApi.V1formPaymentMerchantDataAft](docs/V1formPaymentMerchantDataAft.md)
 - [PaycometRestApi.V1formPaymentMerchantDataBilling](docs/V1formPaymentMerchantDataBilling.md)
 - [PaycometRestApi.V1formPaymentMerchantDataCustomer](docs/V1formPaymentMerchantDataCustomer.md)
 - [PaycometRestApi.V1formPaymentMerchantDataCustomerHomePhone](docs/V1formPaymentMerchantDataCustomerHomePhone.md)
 - [PaycometRestApi.V1formPaymentMerchantDataCustomerMobilePhone](docs/V1formPaymentMerchantDataCustomerMobilePhone.md)
 - [PaycometRestApi.V1formPaymentMerchantDataCustomerWorkPhone](docs/V1formPaymentMerchantDataCustomerWorkPhone.md)
 - [PaycometRestApi.V1formPaymentMerchantDataMerchantRiskIndicator](docs/V1formPaymentMerchantDataMerchantRiskIndicator.md)
 - [PaycometRestApi.V1formPaymentMerchantDataShipping](docs/V1formPaymentMerchantDataShipping.md)
 - [PaycometRestApi.V1formPaymentMerchantDataShoppingCart](docs/V1formPaymentMerchantDataShoppingCart.md)
 - [PaycometRestApi.V1formPaymentMerchantDataThreeDSRequestorAuthenticationInfo](docs/V1formPaymentMerchantDataThreeDSRequestorAuthenticationInfo.md)
 - [PaycometRestApi.V1formSubscription](docs/V1formSubscription.md)
 - [PaycometRestApi.V1invoicesPayment](docs/V1invoicesPayment.md)
 - [PaycometRestApi.V1launchpadauthorizationMerchantData](docs/V1launchpadauthorizationMerchantData.md)
 - [PaycometRestApi.V1launchpadauthorizationMerchantDataCustomer](docs/V1launchpadauthorizationMerchantDataCustomer.md)
 - [PaycometRestApi.V1launchpadsubscriptionMerchantData](docs/V1launchpadsubscriptionMerchantData.md)
 - [PaycometRestApi.V1launchpadsubscriptionMerchantDataShipping](docs/V1launchpadsubscriptionMerchantDataShipping.md)
 - [PaycometRestApi.V1marketplacesplittransferPayment](docs/V1marketplacesplittransferPayment.md)
 - [PaycometRestApi.V1marketplacesplittransferSubmerchant](docs/V1marketplacesplittransferSubmerchant.md)
 - [PaycometRestApi.V1marketplacesplittransferreversalPayment](docs/V1marketplacesplittransferreversalPayment.md)
 - [PaycometRestApi.V1marketplacesplittransferreversalSubmerchant](docs/V1marketplacesplittransferreversalSubmerchant.md)
 - [PaycometRestApi.V1marketplacetransferPayment](docs/V1marketplacetransferPayment.md)
 - [PaycometRestApi.V1marketplacetransferreversalSubmerchant](docs/V1marketplacetransferreversalSubmerchant.md)
 - [PaycometRestApi.V1paymentsPayment](docs/V1paymentsPayment.md)
 - [PaycometRestApi.V1paymentsdccPayment](docs/V1paymentsdccPayment.md)
 - [PaycometRestApi.V1paymentsorderdccconfirmDcc](docs/V1paymentsorderdccconfirmDcc.md)
 - [PaycometRestApi.V1paymentsorderdccconfirmPayment](docs/V1paymentsorderdccconfirmPayment.md)
 - [PaycometRestApi.V1paymentsorderinfoPayment](docs/V1paymentsorderinfoPayment.md)
 - [PaycometRestApi.V1paymentsorderpreauthcancelPayment](docs/V1paymentsorderpreauthcancelPayment.md)
 - [PaycometRestApi.V1paymentsorderpreauthconfirmPayment](docs/V1paymentsorderpreauthconfirmPayment.md)
 - [PaycometRestApi.V1paymentsorderrefundPayment](docs/V1paymentsorderrefundPayment.md)
 - [PaycometRestApi.V1paymentspreauthPayment](docs/V1paymentspreauthPayment.md)
 - [PaycometRestApi.V1paymentspreauthPaymentMerchantData](docs/V1paymentspreauthPaymentMerchantData.md)
 - [PaycometRestApi.V1paymentsrtokenPayment](docs/V1paymentsrtokenPayment.md)
 - [PaycometRestApi.V1sepaoperationsOperations](docs/V1sepaoperationsOperations.md)
 - [PaycometRestApi.V1subscriptionPayment](docs/V1subscriptionPayment.md)
 - [PaycometRestApi.V1subscriptionSubscription](docs/V1subscriptionSubscription.md)
 - [PaycometRestApi.V1subscriptionordereditPayment](docs/V1subscriptionordereditPayment.md)
 - [PaycometRestApi.V1subscriptionordereditSubscription](docs/V1subscriptionordereditSubscription.md)
 - [PaycometRestApi.V1subscriptionorderinfoPayment](docs/V1subscriptionorderinfoPayment.md)
 - [PaycometRestApi.V1subscriptionorderremovePayment](docs/V1subscriptionorderremovePayment.md)

## Documentation for Authorization

 All endpoints do not require authorization.

