# PaynetEasy Documentation

> Payneteasy is a PCI-DSS certified payment gateway providing card processing, SBP, payouts, transfers and recurring payments via REST API. This portal aggregates the integration, merchant and manager documentation.

support@payneteasy.com

## Integration Guide

- [General Introduction](https://doc.payneteasy.com/integration/index.html.md): Payneteasy Payment Gateway integration guide: API use cases, command reference, mPOS integration, and complete instructions for Connecting Parties.
- [3DS Overview](https://doc.payneteasy.com/integration/reference/3ds_overview.html.md): 3-D Secure overview in Payneteasy API: cardholder authentication flow, 3DS 1.0 and 2.x versions, ACS challenge, frictionless flow and liability shift.
- [API Commands, Callbacks & Redirects](https://doc.payneteasy.com/integration/API_commands_index.html.md): Payneteasy API reference: commands for sale, preauth, payout, transfer, refund and recurring payments, plus callbacks and customer redirect URLs.
- [CRes Redirect](https://doc.payneteasy.com/integration/API_commands/CRes_redirect.html.md): CRes redirect in Payneteasy 3DS 2.x flow: how the gateway forwards the Challenge Response from the ACS back to the merchant integration.
- [Pa Res Redirect](https://doc.payneteasy.com/integration/API_commands/PaRes_redirect.html.md): PaRes redirect in Payneteasy 3DS 1.0 flow: how the gateway forwards the Payer Authentication Response from the ACS back to the merchant integration.
- [Account Verification Form](https://doc.payneteasy.com/integration/api_use_cases/account_verification_form.html.md): Account verification via hosted form in Payneteasy: verify cardholder details before later transactions, with 3DS support and request flow examples.
- [/registry/upload](https://doc.payneteasy.com/integration/API_commands/accounts_adjustments.html.md): /registry/upload Payneteasy API endpoint: upload account adjustment registry files for balance corrections and manual reconciliation.
- [Add Document](https://doc.payneteasy.com/integration/common_utilities/add_document.html.md): Add Document API in Payneteasy: upload supporting documents to transactions or account verification flows for compliance and chargeback evidence.
- [Check sale](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server/api_check_sale.html.md): Check Sale API in Payneteasy Mobile Device Server flow: server-side validation step before mobile-initiated sale is executed by the gateway.
- [Check transfer](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server/api_check_transfer.html.md): Check Transfer API in Payneteasy Mobile Device Server flow: server-side validation step before a mobile-initiated peer-to-peer transfer is processed.
- [Check verification](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server/api_check_verification.html.md): Check Verification API in Payneteasy Mobile Device Server flow: server-side validation step before a mobile-initiated card verification is executed.
- [Complete Transfer](https://doc.payneteasy.com/integration/API_commands/api_mobile_device/api_complete_transfer.html.md): Complete Transfer API in Payneteasy Mobile Device flow: finalise a peer-to-peer transfer initiated from a mobile app after recipient confirmation.
- [Development tools](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server/api_development_tools.html.md): Development tools for Payneteasy Mobile Device Server API: helper utilities for signing, debugging and validating server-side mAPI requests.
- [Initiate sale](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server/api_initiate_sale.html.md): Initiate Sale API in Payneteasy Mobile Device Server flow: register a sale request server-side before the mobile app collects cardholder data.
- [Initiate transfer](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server/api_initiate_transfer.html.md): Initiate Transfer API in Payneteasy Mobile Device Server flow: register a peer-to-peer transfer request server-side before the mobile app continues.
- [Initiate verification](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server/api_initiate_verification.html.md): Initiate Verification API in Payneteasy Mobile Device Server flow: register a card verification request server-side before the mobile app proceeds.
- [Mobile Device Payneteasy API](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_index.html.md): Payneteasy Mobile Device API: index of endpoints called from a mobile app to perform sales, transfers, account verifications and status polling.
- [Mobile Device Connecting Party Server API](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server.html.md): Payneteasy Mobile Device Server API: index of endpoints called from the Connecting Party server during mobile-initiated transactions and verifications.
- [Perform sale](https://doc.payneteasy.com/integration/API_commands/api_mobile_device/api_perform_sale.html.md): Perform Sale API in Payneteasy Mobile Device flow: execute a card sale initiated from a mobile app after server-side sale-check confirmation.
- [Perform transfer](https://doc.payneteasy.com/integration/API_commands/api_mobile_device/api_perform_transfer.html.md): Perform Transfer API in Payneteasy Mobile Device flow: execute a peer-to-peer transfer initiated from a mobile app after transfer-check confirmation.
- [Perform validation](https://doc.payneteasy.com/integration/API_commands/api_mobile_device/api_perform_validation.html.md): Perform Validation API in Payneteasy Mobile Device flow: execute card validation initiated from a mobile app after check-verification confirmation.
- [Sale card mapping notification](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server/api_sale_card_mapping_notification.html.md): Sale Card Mapping Notification in Payneteasy Mobile Device Server flow: callback that delivers the mapped card reference after a mobile-initiated sale.
- [Sale status](https://doc.payneteasy.com/integration/API_commands/api_mobile_device/api_sale_status.html.md): Sale Status API in Payneteasy Mobile Device flow: poll the current status of a mobile-initiated sale transaction from the mobile app.
- [Transfer card mapping notification](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server/api_transfer_card_mapping_notification.html.md): Transfer Card Mapping Notification in Payneteasy Mobile Device Server flow: callback delivering the mapped card reference after a mobile-initiated transfer.
- [Transfer status](https://doc.payneteasy.com/integration/API_commands/api_mobile_device/api_transfer_status.html.md): Transfer Status API in Payneteasy Mobile Device flow: poll the current status of a mobile-initiated peer-to-peer transfer from the mobile app.
- [API Use-Cases](https://doc.payneteasy.com/integration/api_use_cases_index.html.md): Payneteasy API integration use cases: server-to-server sale, preauth, transfer, payout, recurring payments, hosted forms, mobile and SBP scenarios.
- [/api/v2/account-verification-form](https://doc.payneteasy.com/integration/API_commands/api_v2_account-verification-form.html.md): /api/v2/account-verification-form Payneteasy API endpoint: verify cardholder account via hosted form before later transactions, with redirect handling.
- [/api/v2/account-verification](https://doc.payneteasy.com/integration/API_commands/api_v2_account-verification.html.md): /api/v2/account-verification Payneteasy API endpoint: verify cardholder account directly via API with 3DS check before storing recurring ID.
- [/api/v2/documents/add-document](https://doc.payneteasy.com/integration/API_commands/api_v2_add-document.html.md): /api/v2/documents/add-document Payneteasy API endpoint: upload base64-encoded supporting documents to verification or chargeback evidence flows.
- [/api/v2/auth-cash](https://doc.payneteasy.com/integration/API_commands/api_v2_auth-cash.html.md): /api/v2/auth-cash Payneteasy API endpoint: authorize a cash deposit transaction with details about depositor and amount via API.
- [/api/v2/bank-wire-transfer](https://doc.payneteasy.com/integration/API_commands/api_v2_bank-wire-transfer.html.md): /api/v2/bank-wire-transfer Payneteasy API endpoint: initiate a bank wire transfer transaction with sender, recipient and amount details via API.
- [/api/v2/capture](https://doc.payneteasy.com/integration/API_commands/api_v2_capture.html.md): /api/v2/capture Payneteasy API endpoint: capture funds previously blocked by preauth, with request parameters, response codes and example calls.
- [/api/v2/create-card-ref](https://doc.payneteasy.com/integration/API_commands/api_v2_create-card-ref.html.md): /api/v2/create-card-ref Payneteasy API endpoint: create a recurring card reference (token) from a prior approved transaction for repeat charges.
- [/api/v2/get-card-info](https://doc.payneteasy.com/integration/API_commands/api_v2_get-card-info.html.md): /api/v2/get-card-info Payneteasy API endpoint: retrieve BIN, issuer, card brand and country information from a card reference via API.
- [/api/v2/get-exchange](https://doc.payneteasy.com/integration/API_commands/api_v2_get-exchange.html.md): /api/v2/get-exchange Payneteasy API endpoint: retrieve current FX rate between two currencies for use in multi-currency processing logic.
- [/api/v2/get-balance](https://doc.payneteasy.com/integration/API_commands/api_v2_get_balance.html.md): /api/v2/get-balance Payneteasy API endpoint: retrieve current endpoint balance by ID with per-currency response details for reconciliation.
- [/api/v2/get-balance/manager](https://doc.payneteasy.com/integration/API_commands/api_v2_get_balance_manager.html.md): /api/v2/get-balance/manager Payneteasy API endpoint: retrieve a merchant balance by name from the manager account via API for reconciliation.
- [/api/v2/get-balance/merchant](https://doc.payneteasy.com/integration/API_commands/api_v2_get_balance_merchant.html.md): /api/v2/get-balance/merchant Payneteasy API endpoint: retrieve current merchant balance across all endpoints via API, broken down by currency.
- [/api/v2/make-rebill-preauth](https://doc.payneteasy.com/integration/API_commands/api_v2_make-rebill-preauth.html.md): /api/v2/make-rebill-preauth Payneteasy API endpoint: initiate a recurring preauth using a previously stored card reference (rebill) for repeat charges.
- [/api/v2/make-rebill-sale](https://doc.payneteasy.com/integration/API_commands/api_v2_make-rebill-sale.html.md): /api/v2/make-rebill-sale Payneteasy API endpoint: initiate a recurring sale using a previously stored card reference (rebill) for repeat charges.
- [/api/v2/pan-eligibility/form](https://doc.payneteasy.com/integration/API_commands/api_v2_pan-eligibility-form.html.md): /api/v2/pan-eligibility/form Payneteasy API endpoint: check card OCT eligibility via hosted form where the payee enters card details.
- [/api/v2/pan-eligibility](https://doc.payneteasy.com/integration/API_commands/api_v2_pan-eligibility.html.md): /api/v2/pan-eligibility Payneteasy API endpoint: check if a card supports OCT (push) payments before initiating a payout or money transfer.
- [/api/v2/payout-form](https://doc.payneteasy.com/integration/API_commands/api_v2_payout_form.html.md): /api/v2/payout-form Payneteasy API endpoint: initiate a payout via hosted form where the recipient enters card details and receives the funds.
- [/api/v2/preauth-form](https://doc.payneteasy.com/integration/API_commands/api_v2_preauth-form.html.md): /api/v2/preauth-form Payneteasy API endpoint: initiate a preauth via hosted payment form, with request parameters and redirect URL handling.
- [/api/v2/preauth](https://doc.payneteasy.com/integration/API_commands/api_v2_preauth.html.md): /api/v2/preauth Payneteasy API endpoint: block funds on the cardholder account for later capture, with request parameters and response codes.
- [/api/v2/return](https://doc.payneteasy.com/integration/API_commands/api_v2_return.html.md): /api/v2/return Payneteasy API endpoint: refund a previously approved sale or capture transaction with full or partial amount via API.
- [/api/v2/sale-echeck](https://doc.payneteasy.com/integration/API_commands/api_v2_sale-echeck.html.md): /api/v2/sale-echeck Payneteasy API endpoint: initiate a US ACH electronic check sale with routing and account number via API.
- [/api/v2/sale-form](https://doc.payneteasy.com/integration/API_commands/api_v2_sale-form.html.md): /api/v2/sale-form Payneteasy API endpoint: initiate a sale via hosted payment form, with request parameters and redirect URL handling.
- [/api/v2/sale](https://doc.payneteasy.com/integration/API_commands/api_v2_sale.html.md): /api/v2/sale Payneteasy API endpoint: server-to-server card sale with full request parameters, response codes and example payloads.
- [/api/v2/status](https://doc.payneteasy.com/integration/API_commands/api_v2_status.html.md): /api/v2/status Payneteasy API endpoint: poll the current status of a previously initiated transaction by order ID, with response codes and examples.
- [/api/v2/void](https://doc.payneteasy.com/integration/API_commands/api_v2_void.html.md): /api/v2/void Payneteasy API endpoint: cancel an authorized but not yet settled transaction, releasing the held funds back to the cardholder.
- [/api/v4/create-card-ref](https://doc.payneteasy.com/integration/API_commands/api_v4_create-card-ref.html.md): /api/v4/create-card-ref Payneteasy API endpoint: create a recurring card reference (token) from a prior approved v4 transaction.
- [/api/v4/create-recurring-payment](https://doc.payneteasy.com/integration/API_commands/api_v4_create-recurring-payment.html.md): /api/v4/create-recurring-payment Payneteasy API endpoint: create a single scheduled recurring payment with interval and amount configuration.
- [/api/v4/create-recurring-payments](https://doc.payneteasy.com/integration/API_commands/api_v4_create-recurring-payments.html.md): /api/v4/create-recurring-payments Payneteasy API endpoint: create a batch of scheduled recurring payments in a single API call.
- [/api/v4/transfer-by-ref](https://doc.payneteasy.com/integration/API_commands/api_v4_deposit_transfer.html.md): /api/v4/transfer-by-ref Payneteasy API endpoint: deposit-to-card transfer using a stored card reference (v4) for repeat send-money transactions.
- [/api/v4/payout-by-ref/](https://doc.payneteasy.com/integration/API_commands/api_v4_payout-by-ref.html.md): /api/v4/payout-by-ref Payneteasy API endpoint: send a payout to a stored recipient card reference without re-collecting card details.
- [/api/v4/payout](https://doc.payneteasy.com/integration/API_commands/api_v4_payout.html.md): /api/v4/payout Payneteasy API endpoint: server-to-server payout (v4) — send funds directly to a recipient card with full cardholder data.
- [/api/v4/process-recurring-payment](https://doc.payneteasy.com/integration/API_commands/api_v4_process-recurring-payment.html.md): /api/v4/process-recurring-payment Payneteasy API endpoint: manually trigger processing of a single configured recurring payment outside its schedule.
- [/api/v4/process-recurring-payments](https://doc.payneteasy.com/integration/API_commands/api_v4_process-recurring-payments.html.md): /api/v4/process-recurring-payments Payneteasy API endpoint: manually trigger processing of multiple configured recurring payments in one batch call.
- [/api/v4/status](https://doc.payneteasy.com/integration/API_commands/api_v4_status.html.md): /api/v4/status Payneteasy API endpoint: poll the current status of a v4 transaction by order ID, with response codes and example calls.
- [/api/v4/transfer-form](https://doc.payneteasy.com/integration/API_commands/api_v4_transfer-form.html.md): /api/v4/transfer-form Payneteasy API endpoint: peer-to-peer card transfer via hosted form (v4) where both sender and recipient card details are entered.
- [/api/v4/transfer](https://doc.payneteasy.com/integration/API_commands/api_v4_transfer.html.md): /api/v4/transfer Payneteasy API endpoint: server-to-server peer-to-peer card transfer (v4) with 3DS authentication on source card.
- [/api/v4/update-recurring-payment](https://doc.payneteasy.com/integration/API_commands/api_v4_update-recurring-payment.html.md): /api/v4/update-recurring-payment Payneteasy API endpoint: update interval, amount or status of an existing recurring payment configuration.
- [/api/v4/update-recurring-payments](https://doc.payneteasy.com/integration/API_commands/api_v4_update-recurring-payments.html.md): /api/v4/update-recurring-payments Payneteasy API endpoint: update multiple existing recurring payment configurations in a single batch call.
- [Verification card mapping notification](https://doc.payneteasy.com/integration/API_commands/api_mobile_device_server/api_verification_card_mapping_notification.html.md): Verification Card Mapping Notification in Payneteasy Mobile Device Server flow: callback delivering the mapped card reference after a mobile verification.
- [Verification status](https://doc.payneteasy.com/integration/API_commands/api_mobile_device/api_verification_status.html.md): Verification Status API in Payneteasy Mobile Device flow: poll the current status of a mobile-initiated card verification from the mobile app.
- [Apple Pay Web](https://doc.payneteasy.com/integration/api_use_cases/apple_pay_web.html.md): Apple Pay Web integration with Payneteasy: domain verification, merchant identity, payment session and decryption of Apple Pay tokens for processing.
- [Async-Response](https://doc.payneteasy.com/integration/general_api_usage/async_response.html.md): Asynchronous responses in Payneteasy API: status polling, server callbacks and customer redirects used to deliver final transaction results.
- [Bank transfer with Invoice](https://doc.payneteasy.com/integration/api_use_cases/bank_transfer_with_invoice.html.md): Bank transfer with invoice via Payneteasy API: generate XML invoice for customer bank transfer and reconcile incoming payments with order data.
- [Buy Now Button](https://doc.payneteasy.com/integration/api_use_cases/buy_now_button.html.md): Buy Now Button integration with Payneteasy: simplest no-code merchant integration using hosted PCI DSS forms for customer details and card payment.
- [Common Utilities](https://doc.payneteasy.com/integration/common_utilities_index.html.md): Common Payneteasy API utilities: account balance, exchange rate, PAN eligibility, receipts, reports, fiscalization, document upload and card scoring.
- [Country and State Codes](https://doc.payneteasy.com/integration/reference/country_codes.html.md): ISO country codes and US state codes used in Payneteasy API requests for billing, shipping and customer details fields.
- [Currency Codes](https://doc.payneteasy.com/integration/reference/currency_codes.html.md): ISO 4217 currency codes supported by Payneteasy API: three-letter codes and numeric codes used in amount and currency request parameters.
- [Data migration](https://doc.payneteasy.com/integration/common_utilities/data_migration.html.md): Data migration to Payneteasy Payment Gateway: import card tokens, recurring profiles and historical transaction data from another payment provider.
- [Deposit To Card Transfer](https://doc.payneteasy.com/integration/api_use_cases/deposit_to_card_transfer.html.md): Deposit-to-Card transfer via Payneteasy API: send funds from a merchant account directly to a recipient card using MoneySend or Visa Direct rails.
- [Direct Bank transfer](https://doc.payneteasy.com/integration/api_use_cases/direct_bank_transfer.html.md): Direct bank transfer integration with Payneteasy: collect customer bank account details and initiate ACH or SEPA debit transactions via the API.
- [e Check Sale](https://doc.payneteasy.com/integration/api_use_cases/echeck_integration.html.md): eCheck sale integration with Payneteasy: process US ACH electronic check transactions using bank routing and account numbers via the sale-echeck API.
- [FAQ](https://doc.payneteasy.com/integration/reference/faq.html.md): Payneteasy API integration FAQ: common questions about test cards, sandbox, credentials, callbacks, response handling and typical integration issues.
- [Final Redirect](https://doc.payneteasy.com/integration/API_commands/final_redirect.html.md): Final redirect in Payneteasy form integrations: how the gateway redirects the customer to the merchant return URL with the final transaction result.
- [Fiscalization service](https://doc.payneteasy.com/integration/common_utilities/fiscalization_service.html.md): Fiscalization service in Payneteasy: send transaction data to fiscal authorities and issue fiscal receipts in compliance with local tax regulations.
- [Forms Customization](https://doc.payneteasy.com/integration/reference/forms_customization.html.md): Customize Payneteasy hosted payment forms: branding, colour scheme, logo, language and layout options for sale, preauth and account verification forms.
- [General API Usage](https://doc.payneteasy.com/integration/general_api_usage_index.html.md): General Payneteasy API usage notes: synchronous and asynchronous responses, test scenarios, and supported request authentication methods (SHA, OAuth).
- [Account balance](https://doc.payneteasy.com/integration/common_utilities/get-balance.html.md): Account balance API in Payneteasy: retrieve current merchant or endpoint balance via the get-balance endpoint, with per-currency response details.
- [Glossary](https://doc.payneteasy.com/integration/reference/glossary.html.md): Glossary of terms used in Payneteasy API integration: Endpoint, Merchant, Order, transaction types, 3DS, recurring ID, callback and other core concepts.
- [Google Pay™ App](https://doc.payneteasy.com/integration/api_use_cases/google_pay_app.html.md): Google Pay in mobile app integration with Payneteasy: accept Google Pay tokenized card payments from Android apps via the Payneteasy API.
- [Google Pay™ Web](https://doc.payneteasy.com/integration/api_use_cases/google_pay_web.html.md): Google Pay on the web integration with Payneteasy: accept Google Pay tokenized card payments from websites via JS button and Payneteasy API.
- [Request Example for Insurance](https://doc.payneteasy.com/integration/API_commands/insurance_request_sale_form_api_v2_sale.html.md): client_orderid=902B4FF5
- [Payment Gateway Internal Errors](https://doc.payneteasy.com/integration/reference/internal_errors.html.md): Full reference of Payneteasy Payment Gateway internal error codes returned by the API: meaning, typical causes, and recommended handling for each error.
- [Language Codes](https://doc.payneteasy.com/integration/reference/language_codes.html.md): Supported language codes for the Payneteasy hosted payment form: ISO 639-1 two-letter codes used in the language parameter of API requests.
- [Connecting Party Callbacks](https://doc.payneteasy.com/integration/API_commands/merchant_callback_parameters.html.md): Payneteasy server-to-server callbacks to merchant: parameters, signature verification and handling of asynchronous transaction status notifications.
- [Mobile Device Сard Verification](https://doc.payneteasy.com/integration/api_use_cases/mobile_device_card_verification.html.md): Mobile device card verification in Payneteasy: verify cardholder identity from a mobile app via 3DS-enabled verification flow before saving the card.
- [Mobile Device Sale](https://doc.payneteasy.com/integration/api_use_cases/mobile_device_sale.html.md): Mobile device sale flow in Payneteasy: initiate card payments from a mobile app with 3DS support, recurring ID and card-not-present transactions.
- [Mobile Device Transfer](https://doc.payneteasy.com/integration/api_use_cases/mobile_device_transfer.html.md): Mobile device transfer flow in Payneteasy: initiate peer-to-peer card transfers from a mobile app using MoneySend or Visa Direct rails.
- [mPOS API](https://doc.payneteasy.com/integration/mpos_integration/mpos_api.html.md): Payneteasy mPOS API reference: initiate and complete mobile POS card-present sales, transfers and verifications via mobile device or server-side flow.
- [mPOS Integration](https://doc.payneteasy.com/integration/mpos_api_index.html.md): mPOS integration with Payneteasy: API reference, iOS and Android SDKs, supported terminals (PAX, Spire, Verifone), test scenarios and troubleshooting FAQ.
- [mPOS API Ru](https://doc.payneteasy.com/integration/mpos_integration/mpos_api_ru.html.md): Russian-language version of the Payneteasy mPOS API reference: integration of card-present payments through mobile POS devices via API.
- [mPOS FAQ](https://doc.payneteasy.com/integration/mpos_integration/mpos_faq.html.md): Payneteasy mPOS integration FAQ: common questions about SDK setup, terminal pairing, EMV flows, supported readers and troubleshooting tips.
- [mPOS SDK for Android and Java](https://doc.payneteasy.com/integration/mpos_integration/mpos_sdk_for_android_and_java.html.md): Payneteasy mPOS SDK for Android and Java: integrate card-present transactions in your app with Bluetooth card readers, EMV chip and contactless flows.
- [mPOS SDK for iOS](https://doc.payneteasy.com/integration/mpos_integration/mpos_sdk_for_ios.html.md): Payneteasy mPOS SDK for iOS: integrate card-present transactions in your iPhone or iPad app with Bluetooth card readers, EMV chip and contactless flows.
- [mPOS Terminals](https://doc.payneteasy.com/integration/mpos_integration/mpos_terminals_index.html.md): Supported mPOS terminals in Payneteasy: setup and operating manuals for PAX, Spire and Verifone card readers used with the mPOS SDK.
- [mPOS Test](https://doc.payneteasy.com/integration/mpos_integration/mpos_test.html.md): Payneteasy mPOS test scenarios: test cards, terminal pairing and EMV flow examples for validating mPOS SDK integration in the sandbox environment.
- [mPOS Test](https://doc.payneteasy.com/integration/mpos_integration/mpos_test_ru.html.md): Russian-language Payneteasy mPOS test scenarios: test cards, terminal pairing and EMV flow examples for validating mPOS SDK integration in sandbox.
- [OAuth Request Authentication Method](https://doc.payneteasy.com/integration/general_api_usage/request_authentication_methods/oauth.html.md): OAuth request authentication in Payneteasy API: sign API requests with OAuth 1.0a consumer key and secret, including timestamp, nonce and signature steps.
- [Order Stage](https://doc.payneteasy.com/integration/reference/order_stage.html.md): Order stage values returned by Payneteasy API: additional transaction stages used by some endpoints to indicate where the order is in the flow.
- [PAN Eligibility](https://doc.payneteasy.com/integration/common_utilities/pan_eligibility.html.md): PAN Eligibility check in Payneteasy: verify whether a card supports OCT (push payments) and money transfers before initiating a payout or transfer.
- [Pax Manual](https://doc.payneteasy.com/integration/mpos_integration/mpos_terminals/pax_manual.html.md): PAX mPOS terminal manual for Payneteasy: pairing, initial setup, key loading, EMV configuration and operating instructions for card-present payments.
- [Payment Cashier](https://doc.payneteasy.com/integration/api_use_cases/payment_cashier.html.md): Payment Cashier (Parallel Form) integration with Payneteasy: hosted form that shows multiple payment methods to Payer based on country and currency.
- [Payout By Reference](https://doc.payneteasy.com/integration/api_use_cases/payout-by-ref.html.md): Payout by reference in Payneteasy API: send funds to a previously used card via stored recurring ID without re-collecting card details from the payee.
- [Payout Form](https://doc.payneteasy.com/integration/api_use_cases/payout_form.html.md): Payout Form integration with Payneteasy: hosted form for collecting recipient card details and initiating payout via the payout-form API v4 endpoint.
- [Payout with bank confirmation](https://doc.payneteasy.com/integration/api_use_cases/payout_with_bank_confirmation.html.md): Payout with bank confirmation in Payneteasy API: two-step payout flow with check and pay calls, allowing approval before funds are sent.
- [Preauth Form, Capture and Cancel](https://doc.payneteasy.com/integration/api_use_cases/preauth_form_capture_and_cancel.html.md): Preauth Form, Capture and Cancel flow in Payneteasy: block funds via hosted preauth form, then capture or release them with subsequent API calls.
- [Receipt and message templates](https://doc.payneteasy.com/integration/common_utilities/receipt_message.html.md): Configure receipt and message templates in Payneteasy: customize email and SMS notifications sent to customers after each successful transaction.
- [Recurring Payments Service](https://doc.payneteasy.com/integration/api_use_cases/recurring_payments_service.html.md): Recurring Payments Service in Payneteasy API: create, update and process scheduled recurring card payments with flexible interval and amount rules.
- [Recurring Preauth, Capture and Cancel](https://doc.payneteasy.com/integration/api_use_cases/recurring_preauth_capture_and_cancel.html.md): Recurring preauth with capture and cancel in Payneteasy API: block funds using a stored recurring ID, then complete or release the authorization later.
- [Recurring Sale](https://doc.payneteasy.com/integration/api_use_cases/recurring_sale.html.md): Recurring sale in Payneteasy API: charge a previously used card via stored recurring ID without re-collecting cardholder data for repeat purchases.
- [Reference](https://doc.payneteasy.com/integration/reference_index.html.md): Payneteasy API reference materials: FAQ, 3DS overview, form customization, country and currency codes, internal errors, statuses and transaction filters.
- [Reports for Integration](https://doc.payneteasy.com/integration/common_utilities/reports.html.md): Remote reports API in Payneteasy: download transaction reports and reconciliation data programmatically via the services_transaction-report endpoint.
- [Request Authentication Methods](https://doc.payneteasy.com/integration/general_api_usage/request_authentication_methods_index.html.md): Request authentication methods supported by Payneteasy API: SHA-1 signature with control key and OAuth, with signed-fields construction examples.
- [Return Transactions](https://doc.payneteasy.com/integration/api_use_cases/return_transaction.html.md): Return (refund) transactions in Payneteasy API: full or partial refunds on previously approved sales via the return endpoint with response handling.
- [Sale Form](https://doc.payneteasy.com/integration/api_use_cases/sale_form.html.md): Sale Form integration with Payneteasy: hosted payment page that collects cardholder data with 3DS support and processes the transaction end-to-end.
- [Server-to-Server Account Verification](https://doc.payneteasy.com/integration/api_use_cases/server_to_server_account_verification.html.md): Server-to-server account verification in Payneteasy: validate cardholder details directly via API with 3DS challenge support and recurring ID storage.
- [Server-to-Server Payout](https://doc.payneteasy.com/integration/api_use_cases/server_to_server_payout.html.md): Server-to-server payout in Payneteasy: send funds to a recipient card directly via the API with full control over cardholder data and routing.
- [Server-to-Server Preauth, Capture and Cancel](https://doc.payneteasy.com/integration/api_use_cases/server_to_server_preauth_capture_and_cancel.html.md): Server-to-server preauth, capture and cancel in Payneteasy API: block, complete or release funds directly via API with full 3DS challenge support.
- [Server-to-Server Sale](https://doc.payneteasy.com/integration/api_use_cases/server_to_server_sale.html.md): Server-to-server sale in Payneteasy API: process card payments directly via API with full 3DS challenge handling, request parameters and response codes.
- [Server-to-Server Transfer](https://doc.payneteasy.com/integration/api_use_cases/server_to_server_transfer.html.md): Server-to-server peer-to-peer transfer in Payneteasy API: move funds between two cards via API with 3DS source authentication and recipient validation.
- [/services/transaction-report](https://doc.payneteasy.com/integration/API_commands/services_transaction-report.html.md): /services/transaction-report Payneteasy API endpoint: download a transactions report for a given period programmatically for reconciliation.
- [/services/v2/rpt-engine](https://doc.payneteasy.com/integration/API_commands/services_v2_rpt-engine.html.md): /services/v2/rpt-engine Payneteasy API endpoint: download advanced reports via the report engine with flexible filters and groupings.
- [SHA-1 Request Authentication Method](https://doc.payneteasy.com/integration/general_api_usage/request_authentication_methods/sha.html.md): SHA-1 request authentication in Payneteasy API: compute control field from selected request parameters and merchant control key for API security.
- [Spire Manual](https://doc.payneteasy.com/integration/mpos_integration/mpos_terminals/spire_manual.html.md): Spire mPOS terminal manual for Payneteasy: pairing, initial setup, key loading, EMV configuration and operating instructions for card-present payments.
- [Statuses](https://doc.payneteasy.com/integration/reference/statuses.html.md): Payneteasy transaction statuses reference: approved, declined, processing, filtered, error and other status values returned by the API per transaction type.
- [Payneteasy test scenarios](https://doc.payneteasy.com/integration/general_api_usage/test_scenarios.html.md): Payneteasy sandbox test scenarios: test card numbers and amounts that trigger approved, declined, 3DS and timeout responses for integration testing.
- [Transaction Filters](https://doc.payneteasy.com/integration/reference/transaction_filters.html.md): Payneteasy transaction filters reference: list of fraud-protection filter codes returned in declined transaction responses, with descriptions per filter.
- [Transfer Form](https://doc.payneteasy.com/integration/api_use_cases/transfer_form.html.md): Transfer Form integration with Payneteasy: hosted form that collects source and recipient card details and processes a peer-to-peer card transfer.
- [/api/3ds/v1/upload-cres-result](https://doc.payneteasy.com/integration/API_commands/upload-cres-result.html.md): /api/3ds/v1/upload-cres-result Payneteasy API endpoint: submit the Challenge Response (CRes) from the ACS to complete a 3DS 2.x authentication.
- [/api/3ds/v1/upload-method-url-result](https://doc.payneteasy.com/integration/API_commands/upload-method-url-result.html.md): /api/3ds/v1/upload-method-url-result Payneteasy API endpoint: submit the 3DS Method URL fingerprinting result back to the gateway during 3DS 2.x flow.
- [/api/3ds/v1/upload-pares-result](https://doc.payneteasy.com/integration/API_commands/upload-pares-result.html.md): /api/3ds/v1/upload-pares-result Payneteasy API endpoint: submit the Payer Authentication Response (PaRes) from the ACS to finish 3DS 1.0 authentication.
- [Verifone Manual](https://doc.payneteasy.com/integration/mpos_integration/mpos_terminals/verifone_manual.html.md): Verifone mPOS terminal manual for Payneteasy: pairing, initial setup, key loading, EMV configuration and operating instructions for card-present payments.
- [/view-invoice-xml](https://doc.payneteasy.com/integration/API_commands/view-invoice-xml.html.md): /view-invoice-xml Payneteasy API endpoint: retrieve a generated invoice for bank-transfer transactions in machine-readable XML format.
- [/view-invoice](https://doc.payneteasy.com/integration/API_commands/view-invoice.html.md): /view-invoice Payneteasy API endpoint: retrieve a generated invoice for bank-transfer transactions in human-readable HTML format.

## Merchant Portal

- [Merchant Manual](https://doc.payneteasy.com/merchant/index.html.md): Merchant Manual for the Payneteasy payment gateway UI: account management, dashboard, orders, reports, settings, and tools available to merchants.
- [General Account Information](https://doc.payneteasy.com/merchant/account_information.html.md): How to log in to the Payneteasy merchant UI, set up OTP two-factor authentication, configure your user profile, language, and Orders full view settings.
- [Batch Operations](https://doc.payneteasy.com/merchant/tools/batch_operations.html.md): Batch operations in Payneteasy merchant UI: resend multiple callbacks, mass-process transactions and other bulk actions through the gateway interface.
- [Customers Management System](https://doc.payneteasy.com/merchant/settings/cms.html.md): Customers Management System in Payneteasy merchant UI: module for creating a custom payment flow tailored to Merchant business processes.
- [Dashboard](https://doc.payneteasy.com/merchant/dashboard.html.md): Merchant dashboard in Payneteasy UI: transaction monitor, turnover, declines, chargebacks, fraud and reversal statistics with KPI visualisations.
- [Decline Statistics](https://doc.payneteasy.com/merchant/reports/decline_statistics.html.md): Decline Statistics report in Payneteasy UI: rejected transactions split by acquiring bank declines, internal fraud rejects and processing errors.
- [Employees](https://doc.payneteasy.com/merchant/settings/employees.html.md): Manage employee accounts in Payneteasy merchant UI: create, edit and reset passwords, assign roles, configure privileges for Merchant and Reseller users.
- [Endpoint Group](https://doc.payneteasy.com/merchant/settings/endpointgroup.html.md): Endpoint Group in Payneteasy merchant UI: combine endpoints or master endpoints with different currencies for simplified multi-currency integration.
- [Endpoints](https://doc.payneteasy.com/merchant/settings/endpoints.html.md): Endpoint configuration in Payneteasy merchant UI: terminals assigned to the Merchant for Payment Gateway API requests, with endpoint search and KPIs.
- [Glossary](https://doc.payneteasy.com/merchant/reference/glossary.html.md): Glossary of terms used in Payneteasy merchant UI: Payment Gateway, Merchant, Manager, Processor, Endpoint, Project, Order, transaction types and roles.
- [Integration Panel](https://doc.payneteasy.com/merchant/tools/integration_panel.html.md): Integration Panel in Payneteasy merchant UI: view incoming API requests and gateway responses, troubleshoot integration errors and failed orders.
- [KPIs Detailed View](https://doc.payneteasy.com/merchant/reference/kpi.html.md): KPI module in Payneteasy merchant UI: gross traffic, earnings, carryover, average amount, returning clients conversion and country statistics.
- [Master Endpoints](https://doc.payneteasy.com/merchant/settings/masterendpoints.html.md): Master Endpoint configuration in Payneteasy merchant UI: set up Payment Cashier with multiple payment methods and auxiliary endpoints per Payer country.
- [Black, White And Loyalty Lists](https://doc.payneteasy.com/merchant/tools/merchant_bwl.html.md): Manage Black, White and Loyalty lists in Payneteasy merchant UI: filter rules by transaction attributes, with import and export to CSV files.
- [Merchant Cashflow Report](https://doc.payneteasy.com/merchant/reports/merchant_cashflow_report.html.md): Merchant Cashflow Report in Payneteasy UI: day-by-day turnovers from sales, chargebacks, reversals, plus commissions and approximate profit calculation.
- [Merchant Daily Performance Report](https://doc.payneteasy.com/merchant/reports/merchant_daily_performance_report.html.md): Merchant Daily Performance Report in Payneteasy UI: day-by-day sale, reversal and chargeback summary with filters by project, currency and card type.
- [Orders](https://doc.payneteasy.com/merchant/merchant_orders.html.md): Search and review transactions in Payneteasy UI: order filters by date, customer, card and processor; detailed order view, captures, refunds and exports.
- [Transaction Statuses And Types](https://doc.payneteasy.com/merchant/reference/merchant_transaction_statuses_and_types.html.md): All supported transaction types and statuses in Payneteasy Payment Gateway: sale, preauth, capture, cancel, reversal, transfer, chargeback, fraud, retrieval.
- [Performance Report](https://doc.payneteasy.com/merchant/reports/performance_report.html.md): Performance Report in Payneteasy UI: counts and volumes of approved and declined transactions, reversals, chargebacks and fraud markers with grouping.
- [Projects](https://doc.payneteasy.com/merchant/settings/projects.html.md): Project configuration in Payneteasy merchant UI: define how payments are received and routed to connected Processors, with project KPI and search.
- [Reference](https://doc.payneteasy.com/merchant/reference_index.html.md): Reference materials for the Payneteasy merchant UI: glossary of terms, KPI detailed view, supported transaction types and statuses.
- [Reports](https://doc.payneteasy.com/merchant/reports_index.html.md): Available merchant reports in Payneteasy UI: transaction, cashflow, performance, daily performance, and decline statistics in Excel and CSV formats.
- [Settings](https://doc.payneteasy.com/merchant/settings_index.html.md): Merchant settings in Payneteasy UI: search, employees, projects, endpoints, master endpoints, and endpoint groups configuration.
- [Settings Search](https://doc.payneteasy.com/merchant/settings/settings_search.html.md): Settings Search in Payneteasy merchant UI: find projects and endpoints by name or ID, with the option to limit the search scope.
- [Online Monitor](https://doc.payneteasy.com/merchant/tools/tasks.html.md): Online Monitor in Payneteasy merchant UI: track ongoing transaction errors and subscribe to Telegram, Email or Push notifications for quick response.
- [Tools](https://doc.payneteasy.com/merchant/tools_index.html.md): Merchant tools in Payneteasy UI: integration panel, batch operations, BWL lists, online monitor, virtual terminal, and transaction marker notifications.
- [Transaction Marker Notification](https://doc.payneteasy.com/merchant/tools/transaction_marker_notification.html.md): Configure email notifications for transaction markers in Payneteasy merchant UI: get instant alerts on chargebacks, frauds and other critical events.
- [Transaction Markers](https://doc.payneteasy.com/merchant/tools/transaction_markers.html.md): Transaction Markers in Payneteasy merchant UI: view, comment and resolve markers for chargebacks, frauds and other transaction issues requiring response.
- [Transaction Report](https://doc.payneteasy.com/merchant/reports/transaction_report.html.md): Generate a transaction report in Payneteasy UI: list transactions for a period with filters by status, card type, currency, endpoints and projects.
- [Virtual Terminal](https://doc.payneteasy.com/merchant/tools/virtual_terminal.html.md): Virtual Terminal in Payneteasy merchant UI: process transactions manually without API integration, with recurring payments and customer link support.

## Manager Portal

- [Manager Manual](https://doc.payneteasy.com/manager/index.html.md): Manager Manual for the Payneteasy payment gateway UI: configure processors, gates, projects, endpoints, manage merchants, reports and processing flows.
- [3-D Secure (3DS)](https://doc.payneteasy.com/manager/reference/3ds_in_details.html.md): 3-D Secure (3DS) explained: tri-domain model with issuer, acquirer, and interoperability; cardholder authentication and liability shift in CNP payments.
- [Customer Management System](https://doc.payneteasy.com/manager/tools/CMS.html.md): Customer Management System in Payneteasy manager UI: module for building custom payment flows tailored to merchant-specific business processes.
- [General Account Information](https://doc.payneteasy.com/manager/account_information.html.md): How to log in to the Payneteasy manager UI, set up OTP authentication, configure profile, language, currency and Orders full view settings.
- [Acquirer restrictions](https://doc.payneteasy.com/manager/settings/configuration/gate/acquirerrestrictions.html.md): Acquirer restrictions in Payneteasy manager UI: gate-level internal filters that prevent failed processing for limited card types and countries.
- [Audit Events](https://doc.payneteasy.com/manager/tools/monitoring/audit_events.html.md): Audit Events monitor in Payneteasy manager UI: push and URL notifications about system events, retried up to 30 times in 14 days for delivery.
- [Batch Operations](https://doc.payneteasy.com/manager/tools/batch_operations.html.md): Batch operations in Payneteasy manager UI: process multiple gate, endpoint and transaction operations from the UI without per-item API calls.
- [Batch Operations for Gates](https://doc.payneteasy.com/manager/settings/configuration/gate/batch_operations.html.md): Batch Operations for Gates in Payneteasy manager UI: simultaneous management of multiple gate configurations for bulk updates and maintenance.
- [Construction principles of billing model](https://doc.payneteasy.com/manager/reference/billing_model.html.md): Payneteasy billing model: hierarchical revenue distribution among bank, manager, reseller, dealer, and merchant for sale and transfer transactions.
- [Buffer Online Balance Holds](https://doc.payneteasy.com/manager/tools/monitoring/buffer_online_balance_holds.html.md): Buffer Online Balance Holds in Payneteasy manager UI: view all transactions with held amounts in the buffer per merchant and currency, with export.
- [Buffer Online Balance Releases](https://doc.payneteasy.com/manager/tools/monitoring/buffer_online_balance_releases.html.md): Buffer Online Balance Releases in Payneteasy manager UI: view released hold amounts in the buffer per merchant and currency, with export to file.
- [Buffer Online Balance Topups](https://doc.payneteasy.com/manager/tools/monitoring/buffer_online_balance_topups.html.md): Buffer Online Balance Topups in Payneteasy manager UI: view incoming top-ups in the buffer per merchant and currency, with export to file.
- [Buy Now Button](https://doc.payneteasy.com/manager/settings/configuration/endpoint/buynow.html.md): Buy Now Button integration in Payneteasy manager UI: simplest no-code merchant integration with hosted PCI DSS forms for customer details and payment.
- [Cashflow Report](https://doc.payneteasy.com/manager/reports/cashflow_report.html.md): Cashflow Report in Payneteasy manager UI: sales, chargeback, held funds turnover with commissions, profit per period and day-by-day breakdown.
- [Chain Strategy Details](https://doc.payneteasy.com/manager/settings/configuration/gate/chainstrategydetails.html.md): Chain Strategy Details in Payneteasy manager UI: select which decline codes will continue or stop the cascading routing chain on gate level.
- [Chain Strategy Skips](https://doc.payneteasy.com/manager/settings/configuration/gate/chainstrategyskips.html.md): Chain Strategy Skips in Payneteasy manager UI: skip a gate per PAN for a set time when selected processor error codes are returned.
- [Chargeback flow and transaction types](https://doc.payneteasy.com/manager/reference/chargeback_flow_transaction_types.html.md): Chargeback flow and transaction types in Payneteasy: retrieval request, chargeback, representment, pre-arbitration, arbitration and related VISA/MC rules.
- [Close Day Report](https://doc.payneteasy.com/manager/reports/close_day_report.html.md): Close Day Report in Payneteasy manager UI: exact time when the settlement day close procedure was executed on each gate, filterable by criteria.
- [Close day](https://doc.payneteasy.com/manager/settings/configuration/gate/closeday.html.md): Close Day procedure in Payneteasy manager UI: trigger bank clearing manually, via API or by automatic schedule for processors that batch settlement.
- [Configuration](https://doc.payneteasy.com/manager/settings/configuration_index.html.md): Processing configuration in Payneteasy manager UI: endpoint, project, gate and processor entities that define how payments are received and routed.
- [Customers Management](https://doc.payneteasy.com/manager/settings/customers_management.html.md): Customers Management in Payneteasy manager UI: module for designing custom payment flows tailored to specific merchant business processes.
- [Dashboard](https://doc.payneteasy.com/manager/dashboard.html.md): Manager dashboard in Payneteasy UI: transaction monitor with turnover, declines, chargebacks, fraud and reversal statistics across managed merchants.
- [Decline Statistics](https://doc.payneteasy.com/manager/reports/decline_statistics.html.md): Decline Statistics report in Payneteasy manager UI: rejected transactions split by acquiring bank declines, internal fraud rejects and processing errors.
- [Employees](https://doc.payneteasy.com/manager/settings/employees.html.md): Manage employee accounts in Payneteasy manager UI: create, edit, reset passwords, assign roles and configure privileges for Manager and Reseller.
- [Endpoint](https://doc.payneteasy.com/manager/settings/configuration/endpoint_index.html.md): Endpoint configuration in Payneteasy manager UI: terminal IDs assigned to merchants, used in Payment Gateway API requests with callbacks and templates.
- [Account Balance](https://doc.payneteasy.com/manager/settings/configuration/endpoint/endpointbalance.html.md): Endpoint balance display in Payneteasy manager UI: enable merchants to check current balances on the Common tab and via the get-balance API endpoints.
- [Callbacks](https://doc.payneteasy.com/manager/settings/configuration/endpoint/endpointcallbacks.html.md): Configure additional callbacks at endpoint level in Payneteasy manager UI: notify merchant URLs about transaction events per transaction type.
- [Create, Clone, Edit Endpoint](https://doc.payneteasy.com/manager/settings/configuration/endpoint/endpointcreate.html.md): Create, clone and edit endpoints in Payneteasy manager UI: configure parameters for new terminals assigned to merchants for API integration.
- [Endpoint Details](https://doc.payneteasy.com/manager/settings/configuration/endpoint/endpointdetails.html.md): Endpoint details parameters reference in Payneteasy manager UI: full list of fields that override project-level settings for a specific endpoint.
- [Message Templates](https://doc.payneteasy.com/manager/settings/configuration/endpoint/endpointmessage.html.md): Configure SMS and email message templates at endpoint level in Payneteasy manager UI: send notifications to customers after successful transactions.
- [Fraud/Chargeback Ratio Report](https://doc.payneteasy.com/manager/reports/fraud_chargeback_ratio_report.html.md): Fraud/Chargeback Ratio Report in Payneteasy manager UI: negative statistics indicators on merchant MID accounts, with template-based criteria.
- [Fraud/Chargeback Reasons Report](https://doc.payneteasy.com/manager/reports/fraud_chargeback_reasons_report.html.md): Fraud/Chargeback Reasons Report in Payneteasy manager UI: breakdown of chargeback causes per merchant, endpoint, project, gate and processor.
- [MC/VISA/Am Ex Fraud Regulation](https://doc.payneteasy.com/manager/reference/fraud_management.html.md): MC, VISA and AmEx fraud regulation programs in Payneteasy: CTR, FSDVR, FSR ratios, GMAP and chargeback monitoring thresholds for merchants.
- [Transaction Filters](https://doc.payneteasy.com/manager/settings/configuration/project/fraudprotectionfilters.html.md): Transaction filters for fraud protection in Payneteasy manager UI: 100+ filters at project level to block, hold or flag suspicious payment requests.
- [Fx Rate](https://doc.payneteasy.com/manager/tools/fxrate.html.md): FX Rate in Payneteasy manager UI: configure exchange rate sources from various providers used in multi-currency processing and reporting.
- [Gate Details Report](https://doc.payneteasy.com/manager/reports/gate_details_report.html.md): Gate Details Report in Payneteasy manager UI: amounts of successful transactions broken down by gate, with customizable criteria templates.
- [Gate](https://doc.payneteasy.com/manager/settings/configuration/gate_index.html.md): Gate configuration in Payneteasy manager UI: parameters of merchant accounts in third-party processing systems and the rules for routing payments.
- [Create, Clone, Edit Gate](https://doc.payneteasy.com/manager/settings/configuration/gate/gatecreate.html.md): Create, clone and edit gates in Payneteasy manager UI: configure parameters of merchant accounts in third-party processing systems for routing.
- [Gate Details](https://doc.payneteasy.com/manager/settings/configuration/gate/gatedetails.html.md): Gate details parameters reference in Payneteasy manager UI: full list of fields including status, processor type, credentials and routing options.
- [Glossary](https://doc.payneteasy.com/manager/reference/glossary.html.md): Glossary of terms used in Payneteasy manager UI: Payment Gateway, Manager, Merchant, Processor, Gate, Project, Endpoint, Company, transaction types.
- [Guides](https://doc.payneteasy.com/manager/guides_index.html.md): Step-by-step configuration guides for the Payneteasy manager UI, including Payment Cashier setup with master and auxiliary endpoints.
- [Integration Panel](https://doc.payneteasy.com/manager/tools/integration_panel.html.md): Integration Panel in Payneteasy manager UI: view incoming API requests and gateway responses, troubleshoot integration errors and failed orders.
- [KPIs Detailed View](https://doc.payneteasy.com/manager/reference/kpi.html.md): KPI module in Payneteasy manager UI: gross traffic, earnings, carryover, average transaction amount, returning clients conversion and country statistics.
- [Black, White And Loyalty Lists](https://doc.payneteasy.com/manager/tools/manager_bwl.html.md): Manage Black, White and Loyalty lists in Payneteasy manager UI: filter rules by transaction attributes with import, export and sync features.
- [Endpoint Groups](https://doc.payneteasy.com/manager/settings/configuration/manager_endpoint_group.html.md): Endpoint Groups in Payneteasy manager UI: combine endpoints and master endpoints with different currencies for unified multi-currency API integration.
- [Master Endpoints](https://doc.payneteasy.com/manager/settings/configuration/manager_master_endpoint.html.md): Master Endpoint configuration in Payneteasy manager UI: set up Payment Cashier with multiple payment methods and auxiliary endpoints per Payer country.
- [Orders](https://doc.payneteasy.com/manager/manager_orders.html.md): Search and review transactions across managed merchants in Payneteasy UI: filters, detailed order view, captures, refunds and external order linking.
- [Transaction Statuses And Types](https://doc.payneteasy.com/manager/reference/manager_transaction_statuses_and_types.html.md): All transaction types and statuses in Payneteasy Payment Gateway: sale, preauth, capture, cancel, reversal, transfer, chargeback, fraud, retrieval.
- [Merchants](https://doc.payneteasy.com/manager/settings/users/merchant.html.md): Create and configure Merchant accounts in Payneteasy manager UI: assign endpoints, projects, billing parameters and access permissions.
- [Merchant Cashflow Report](https://doc.payneteasy.com/manager/reports/merchant_cashflow_report.html.md): Merchant Cashflow Report in Payneteasy manager UI: per-merchant day-by-day sale, chargeback and reversal turnovers with commissions and profit.
- [Merchant Daily Performance Report](https://doc.payneteasy.com/manager/reports/merchant_daily_performance_report.html.md): Merchant Daily Performance Report in Payneteasy manager UI: day-by-day financial flow per merchant with endpoint, project, gate and processor filters.
- [Merchant Online Balance Reconciliation](https://doc.payneteasy.com/manager/tools/monitoring/merchant_online_balance_reconciliation.html.md): Merchant Online Balance Reconciliation in Payneteasy manager UI: monitor balance reconciliation events for managed merchants with mute and alerts.
- [Monitoring](https://doc.payneteasy.com/manager/tools/monitoring_index.html.md): Monitoring tools in Payneteasy manager UI: online balance topups, holds, releases, reconciliation, audit events and request statistics screens.
- [Payment Cashier Configuration](https://doc.payneteasy.com/manager/guides/payment_cashier_manager.html.md): How to configure Payment Cashier (Parallel Form) in Payneteasy manager UI: master endpoint, auxiliary endpoints, transaction types and country routing.
- [Performance Report](https://doc.payneteasy.com/manager/reports/performance_report.html.md): Performance Report in Payneteasy manager UI: counts and volumes of approved and declined transactions, reversals, chargebacks and fraud markers.
- [Processing Limits](https://doc.payneteasy.com/manager/tools/processing_limits.html.md): Processing limits in Payneteasy manager UI: hard, soft and cumulative limits at gate, endpoint and merchant level, with country-specific overrides.
- [Processor Detailed Report](https://doc.payneteasy.com/manager/reports/processor_detailed_report.html.md): Processor Detailed Report in Payneteasy manager UI: earnings details grouped by processor, with filters by endpoints, projects, merchants and gates.
- [Processor error codes](https://doc.payneteasy.com/manager/settings/configuration/processor/processor_errors.html.md): Processor error codes in Payneteasy manager UI: mark specific decline codes as Perilous decline for notifications and transaction markers.
- [Processor](https://doc.payneteasy.com/manager/settings/configuration/processor_index.html.md): Processor configuration in Payneteasy manager UI: integrations with third-party processing systems and acquirers via messaging protocols.
- [Processor Details](https://doc.payneteasy.com/manager/settings/configuration/processor/processordetails.html.md): Processor details parameters reference in Payneteasy manager UI: full list of fields describing each integrated processor with status and credentials.
- [Project](https://doc.payneteasy.com/manager/settings/configuration/project_index.html.md): Project configuration in Payneteasy manager UI: define how payment messages are received from endpoints and routed to the connected gates.
- [Create, Clone, Edit Project](https://doc.payneteasy.com/manager/settings/configuration/project/projectcreate.html.md): Create, clone and edit projects in Payneteasy manager UI: define how payment messages are received from endpoints and routed to the connected gates.
- [Project Details](https://doc.payneteasy.com/manager/settings/configuration/project/projectdetails.html.md): Project details parameters reference in Payneteasy manager UI: full list of fields including status, currency and processing rules per project.
- [Message Templates](https://doc.payneteasy.com/manager/settings/configuration/project/projectmessage.html.md): Configure SMS and email message templates at project level in Payneteasy manager UI: send notifications to customers after successful transactions.
- [Rate Plans](https://doc.payneteasy.com/manager/settings/rate_plans.html.md): Rate Plans in Payneteasy manager UI: configure tariff plans applied to transactions across managers, resellers, dealers and merchants.
- [Reference](https://doc.payneteasy.com/manager/reference_index.html.md): Reference materials for the Payneteasy manager UI: glossary, KPIs, transaction types, fraud management, 3DS, billing model and chargeback flow.
- [Reports](https://doc.payneteasy.com/manager/reports_index.html.md): Manager reports in Payneteasy UI: cashflow, transaction, performance, decline statistics, fraud/chargeback ratio, gate, processor, close day, statements.
- [Request Endpoint Statistics](https://doc.payneteasy.com/manager/tools/monitoring/request_endpoint_statistics.html.md): Request Endpoint Statistics in Payneteasy manager UI: statistical breakdown of incoming API requests per endpoint for performance monitoring.
- [Request Group Statistics](https://doc.payneteasy.com/manager/tools/monitoring/request_group_statistics.html.md): Request Group Statistics in Payneteasy manager UI: statistical breakdown of incoming API requests per endpoint group for performance monitoring.
- [Resellers](https://doc.payneteasy.com/manager/settings/users/reseller.html.md): Create and configure Reseller accounts in Payneteasy manager UI: link to managed merchants, set reseller rate plans and configure project access.
- [Routing & Balancing](https://doc.payneteasy.com/manager/settings/configuration/project/routingandbalancing.html.md): Routing & Balancing configuration in Payneteasy manager UI: route transactions across gates by strategy, balancing rules and cascading chain logic.
- [Settings](https://doc.payneteasy.com/manager/settings_index.html.md): Manager settings in Payneteasy UI: settings search, configuration of endpoints, projects, gates and processors, users management, employees.
- [Settings Search](https://doc.payneteasy.com/manager/settings/settings_search.html.md): Settings Search in Payneteasy manager UI: find projects, endpoints and other entities by name or ID across the configured environment.
- [Statements](https://doc.payneteasy.com/manager/reports/statements.html.md): Statements in Payneteasy manager UI: integrated calculation of per-merchant statements with exact amount expected from the bank for each business day.
- [Online Monitor](https://doc.payneteasy.com/manager/tools/monitoring/tasks_man.html.md): Online Monitor in Payneteasy manager UI: track ongoing transaction errors and subscribe to Telegram, Email or Push notifications for quick response.
- [Tools](https://doc.payneteasy.com/manager/tools_index.html.md): Manager tools in Payneteasy UI: BWL lists, monitoring, processing limits, transaction markers, virtual terminal, batch operations, FX rate, analytics.
- [Transaction Markers](https://doc.payneteasy.com/manager/tools/transaction_markers.html.md): Transaction Markers in Payneteasy manager UI: view, comment and resolve markers for chargebacks, frauds and other transaction issues.
- [Transaction Marker Notification](https://doc.payneteasy.com/manager/tools/transaction_monitor_markers.html.md): Configure email notifications for transaction markers in Payneteasy manager UI: instant alerts on chargebacks, frauds and other critical events.
- [Transaction Report](https://doc.payneteasy.com/manager/reports/transaction_report.html.md): Transaction report in Payneteasy manager UI: list of transactions for a period with filters by status, card type, currency, endpoints and projects.
- [Users](https://doc.payneteasy.com/manager/settings/users_index.html.md): Manage Payneteasy user accounts in manager UI: create and configure Merchant and Reseller accounts with their respective permissions and access scope.
- [Virtual Terminal](https://doc.payneteasy.com/manager/tools/virtual_terminal.html.md): Virtual Terminal in Payneteasy manager UI: process transactions manually without API integration, with recurring payments and customer link support.

## Optional

- [Full text dump (all sections)](https://doc.payneteasy.com/llms-full.txt): all three documentation sections concatenated as one markdown file.
- [Integration Guide — full text](https://doc.payneteasy.com/integration/llms-full.txt)
- [Merchant Portal — full text](https://doc.payneteasy.com/merchant/llms-full.txt)
- [Manager Portal — full text](https://doc.payneteasy.com/manager/llms-full.txt)
