# MONEI Documentation > Explore our guides and examples to integrate MONEI. - [MONEI Documentation](https://docs.monei.com/index.md) ## search - [Search the documentation](https://docs.monei.com/search.md) ## accounting - [Odoo](https://docs.monei.com/accounting/odoo.md): Learn how to integrate MONEI with Odoo using our official free app to manage payments, orders, and transactions directly from your Odoo instance. ## apis - [MONEI GraphQL API](https://docs.monei.com/apis/graphql.md): With MONEI GraphQL API you have full access to all MONEI features. - [GraphQL Explorer](https://docs.monei.com/apis/graphql/explorer.md): Interactive GraphQL Explorer for the MONEI GraphQL API - [defer](https://docs.monei.com/apis/graphql/operations/directives/defer.md): This directive allows results to be deferred during execution - [include](https://docs.monei.com/apis/graphql/operations/directives/include.md): Directs the executor to include this field or fragment only when the if argument is true. - [skip](https://docs.monei.com/apis/graphql/operations/directives/skip.md): Directs the executor to skip this field or fragment when the if argument is true. - [activateAccount](https://docs.monei.com/apis/graphql/operations/mutations/activate-account.md): Submits the account for compliance approval. Returns a contract-signing URL. - [activateApplePayCert](https://docs.monei.com/apis/graphql/operations/mutations/activate-apple-pay-cert.md): Activates an Apple Pay certificate by uploading the signed certificate downloaded from the Apple Developer Portal. The certificate is validated against the stored private key and its expiration date; on success active is set to true, expireAt is populated, and csr is cleared. A certificate can only be activated once. - [activateSubscription](https://docs.monei.com/apis/graphql/operations/mutations/activate-subscription.md): Activates a subscription by attaching a payment method and initiating the billing cycle. Transitions a PENDING subscription to ACTIVE and creates the initial payment to validate the payment method. If the subscription is already active, this can be used to update the payment method. - [addBlacklistItem](https://docs.monei.com/apis/graphql/operations/mutations/add-blacklist-item.md): Adds a blacklist rule. Future payments matching value for the given type will be rejected. - [cancelPayment](https://docs.monei.com/apis/graphql/operations/mutations/cancel-payment.md): Cancels a payment. PENDING payments and Bizum payments are canceled directly; other methods are voided through the processor. Already-captured payments cannot be canceled (use refundPayment). - [cancelSubscription](https://docs.monei.com/apis/graphql/operations/mutations/cancel-subscription.md): Cancels an active subscription, permanently stopping the billing cycle. Use cancelAtPeriodEnd for a softer transition that ends the subscription after the current period. - [capturePayment](https://docs.monei.com/apis/graphql/operations/mutations/capture-payment.md): Captures a previously authorized (AUTHORIZED) payment. amount defaults to the authorized amount; partial captures are supported. - [connectMasterAccount](https://docs.monei.com/apis/graphql/operations/mutations/connect-master-account.md): Connects this account as a sub-account of a master/partner account using a promo code. - [connectShopifyShop](https://docs.monei.com/apis/graphql/operations/mutations/connect-shopify-shop.md): Binds a Shopify shop (already OAuth-installed via the MONEI Shopify app) to the caller's MONEI account, then calls Shopify Payments to activate the gateway. Verifies the signed token, requires the account can process payments and supports the requested method, and refuses to transfer a shop already linked to a different account. The installation's testMode matches the connecting account; the bind is rolled back if gateway activation fails. - [createApplePayCert](https://docs.monei.com/apis/graphql/operations/mutations/create-apple-pay-cert.md): Creates a new Apple Pay certificate by generating a Certificate Signing Request (CSR). Use the returned csr to create an Apple Pay Payment Processing Certificate in the Apple Developer Portal, then call activateApplePayCert with the signed .cer. The private key is securely generated and stored by MONEI. CSRs are short-lived and can only be used once; create a new certificate if the CSR has expired. - [createAuthorizedUser](https://docs.monei.com/apis/graphql/operations/mutations/create-authorized-user.md): Invites a dashboard user to the current account. Caller must have ADMIN_ACCESS (or use an API key). Sends an invitation email when the user is new to MONEI. - [createBankSession](https://docs.monei.com/apis/graphql/operations/mutations/create-bank-session.md): Starts a hosted bank-account verification session with the chosen bank (see banks). - [createDocumentSession](https://docs.monei.com/apis/graphql/operations/mutations/create-document-session.md): Starts a hosted session that lets the merchant fetch their Spanish census certificate automatically (e.g. via Cl@ve, BAK/BAKQ, or AEAT phone). - [createDocument](https://docs.monei.com/apis/graphql/operations/mutations/create-document.md): Creates a KYC/onboarding document record. Follow up with uploadDocument to attach the file. - [createExportSftpConfig](https://docs.monei.com/apis/graphql/operations/mutations/create-export-sftp-config.md): Creates an SFTP destination for scheduled daily charges exports. New configs default to disabled; set enabled: true to start the daily push. - [createIdSession](https://docs.monei.com/apis/graphql/operations/mutations/create-id-session.md): Starts a hosted identity-verification session for the account representative. - [createPayPalLink](https://docs.monei.com/apis/graphql/operations/mutations/create-pay-pal-link.md): Generates a link the merchant opens to connect their PayPal account. - [createPaymentRule](https://docs.monei.com/apis/graphql/operations/mutations/create-payment-rule.md): Creates a payment rule on the authenticated account. - [createPayment](https://docs.monei.com/apis/graphql/operations/mutations/create-payment.md): Creates a payment. When paymentMethod or paymentToken is provided, attempts direct confirmation (saved cards, digital wallets) and may return a nextAction for 3DS. Otherwise returns a payment with a hosted-page redirect. For PAYOUT transactions the account balance is checked and reserved. - [createPointOfSale](https://docs.monei.com/apis/graphql/operations/mutations/create-point-of-sale.md): Creates a POS. - [createProvider](https://docs.monei.com/apis/graphql/operations/mutations/create-provider.md): Creates a new provider on the account. - [createStore](https://docs.monei.com/apis/graphql/operations/mutations/create-store.md): Creates a store. Dashboard users require ADMIN_ACCESS. - [createSubscription](https://docs.monei.com/apis/graphql/operations/mutations/create-subscription.md): Creates a new subscription with the specified parameters. The subscription is created in PENDING status; call activateSubscription next to attach a payment method and start billing. - [createWebhook](https://docs.monei.com/apis/graphql/operations/mutations/create-webhook.md): Creates a webhook. When enabled is true, the URL is verified with a webhook.test request before persisting. - [deleteApplePayCert](https://docs.monei.com/apis/graphql/operations/mutations/delete-apple-pay-cert.md): Deletes an Apple Pay certificate. Permanently removes the certificate and its associated private key; this action cannot be undone. To temporarily disable a certificate, use updateApplePayCert instead. - [deleteAuthorizedUser](https://docs.monei.com/apis/graphql/operations/mutations/delete-authorized-user.md): Revokes a dashboard user's access to the current account. Caller must have ADMIN_ACCESS (or use an API key). Returns true on success. - [deleteBlacklistItem](https://docs.monei.com/apis/graphql/operations/mutations/delete-blacklist-item.md): Removes a blacklist rule by its value. Returns true on success. - [deleteCode](https://docs.monei.com/apis/graphql/operations/mutations/delete-code.md): Deletes a QR code. Returns NotFound when the code does not exist. - [deleteDocument](https://docs.monei.com/apis/graphql/operations/mutations/delete-document.md): Deletes a KYC/onboarding document and its underlying file. - [deleteExportSftpConfig](https://docs.monei.com/apis/graphql/operations/mutations/delete-export-sftp-config.md): Deletes an SFTP export config. Returns true on success. - [deletePaymentRule](https://docs.monei.com/apis/graphql/operations/mutations/delete-payment-rule.md): Deletes a payment rule by ID. Returns true on success. - [deletePointOfSale](https://docs.monei.com/apis/graphql/operations/mutations/delete-point-of-sale.md): Deletes a POS. Returns true on success. - [deleteProvider](https://docs.monei.com/apis/graphql/operations/mutations/delete-provider.md): Deletes a provider. - [deleteStore](https://docs.monei.com/apis/graphql/operations/mutations/delete-store.md): Deletes a store. Dashboard users require ADMIN_ACCESS. - [deleteWebhook](https://docs.monei.com/apis/graphql/operations/mutations/delete-webhook.md): Deletes a webhook. Returns true on success. - [disableCustomDomain](https://docs.monei.com/apis/graphql/operations/mutations/disable-custom-domain.md): Tears down the custom domain and its certificate. status moves to PENDING_DELETION and the config is cleared once cleanup finishes (a few minutes). - [disableTokenizationMethod](https://docs.monei.com/apis/graphql/operations/mutations/disable-tokenization-method.md): Disables a tokenization wallet (Google Pay, Apple Pay, Click to Pay) for the account. - [disconnectMasterAccount](https://docs.monei.com/apis/graphql/operations/mutations/disconnect-master-account.md): Disconnects this account from its master/partner account. - [downloadAccountInvoice](https://docs.monei.com/apis/graphql/operations/mutations/download-account-invoice.md): Pre-signed URL to download the account invoice PDF. Valid for 15 minutes. - [downloadContract](https://docs.monei.com/apis/graphql/operations/mutations/download-contract.md): Pre-signed URL to download the merchant's signed MONEI contract. - [downloadDocument](https://docs.monei.com/apis/graphql/operations/mutations/download-document.md): Returns a pre-signed URL for downloading the file content of a document. - [downloadExport](https://docs.monei.com/apis/graphql/operations/mutations/download-export.md): Returns a 15-minute pre-signed URL to download the CSV produced by an asynchronous charges export. The export must be in COMPLETED status. - [downloadOperationsFile](https://docs.monei.com/apis/graphql/operations/mutations/download-operations-file.md): Pre-signed URL to download the per-transaction operations file (fees and amounts per charge) for a completed settlement. Only available for settlements in COMPLETED status; if the file has not been generated yet, generation is triggered asynchronously and the call should be retried. URL is valid for 15 minutes. - [enableCustomDomain](https://docs.monei.com/apis/graphql/operations/mutations/enable-custom-domain.md): Starts the custom hosted-payment-page domain flow. Requests an SSL certificate and returns the account with customDomainConfig.certificateDnsRecord populated for the merchant to add at their DNS provider. domain must be a subdomain of the verified business website (e.g. pay.example.com). - [enableProvider](https://docs.monei.com/apis/graphql/operations/mutations/enable-provider.md): Enables or disables a provider without altering its configuration. - [enableTokenizationMethod](https://docs.monei.com/apis/graphql/operations/mutations/enable-tokenization-method.md): Enables a tokenization wallet (Google Pay, Apple Pay, Click to Pay) for the account. - [exportCharges](https://docs.monei.com/apis/graphql/operations/mutations/export-charges.md): Synchronously exports charges to a CSV and returns a 15-minute pre-signed download URL. Includes charge.succeeded, charge.captured, charge.failed, charge.refunded, charge.partiallyrefunded, charge.canceled, and charge.paidout events matching filter. Subject to a runtime timeout and a response-size limit — for large datasets use startExportCharges. - [pauseSubscription](https://docs.monei.com/apis/graphql/operations/mutations/pause-subscription.md): Pauses an active subscription, temporarily halting the billing cycle. The current billing period end date remains unchanged. - [refundPayment](https://docs.monei.com/apis/graphql/operations/mutations/refund-payment.md): Refunds a captured payment, fully or partially. Refunds are validated against the captured operation (for AUTH+CAPTURE flows the capture operation is used). Repeated refund calls with the same paymentId and amount in quick succession are deduplicated. Account must have refunds enabled. - [registerApplePayDomain](https://docs.monei.com/apis/graphql/operations/mutations/register-apple-pay-domain.md): Registers a domain with Apple Pay so it can present the Apple Pay sheet on the web. The domain must be served over HTTPS with a valid SSL certificate, and the domain association file must be hosted at https:///.well-known/apple-developer-merchantid-domain-association before calling this mutation. Once Apple verifies the domain, you can display Apple Pay buttons and process Apple Pay payments on your website. - [registerCode](https://docs.monei.com/apis/graphql/operations/mutations/register-code.md): Registers a QR code and attaches it to a Point of Sale. See RegisterCodeInput.pointOfSaleId for the auto-create / single-POS / required-when-ambiguous behaviour. - [requestAccountReview](https://docs.monei.com/apis/graphql/operations/mutations/request-account-review.md): Requests a re-review of an account in NOT_CONFIGURED after additional information has been provided. - [resumeSubscription](https://docs.monei.com/apis/graphql/operations/mutations/resume-subscription.md): Resumes a previously paused subscription, reactivating the billing cycle. The next billing date is recalculated based on the current date; no immediate charge is created. - [sendPaymentLink](https://docs.monei.com/apis/graphql/operations/mutations/send-payment-link.md): Sends the hosted payment-link email (or SMS/WhatsApp) to the customer. Defaults to EMAIL. - [sendPaymentReceipt](https://docs.monei.com/apis/graphql/operations/mutations/send-payment-receipt.md): Sends a payment receipt to the customer over the chosen channel (EMAIL/SMS/WHATSAPP). - [sendPaymentRequest](https://docs.monei.com/apis/graphql/operations/mutations/send-payment-request.md): Sends an SMS payment request to the given phone number. - [sendSubscriptionLink](https://docs.monei.com/apis/graphql/operations/mutations/send-subscription-link.md): Sends a subscription activation link to the customer through their preferred communication channel. Only available for subscriptions in PENDING status. - [sendSubscriptionStatus](https://docs.monei.com/apis/graphql/operations/mutations/send-subscription-status.md): Sends subscription status information to the customer through their preferred communication channel. Only available for subscriptions in ACTIVE, TRIALING, or PAST_DUE status. - [setDefaultCardProvider](https://docs.monei.com/apis/graphql/operations/mutations/set-default-card-provider.md): Marks the given card provider as the only enabled card provider on the account, disabling all others. - [setupAccount](https://docs.monei.com/apis/graphql/operations/mutations/setup-account.md): Submits or updates account information during KYC. - [startCompanyLookup](https://docs.monei.com/apis/graphql/operations/mutations/start-company-lookup.md): Looks up a company in the public business registry by tax/document number and pre-fills the account. - [startExportCharges](https://docs.monei.com/apis/graphql/operations/mutations/start-export-charges.md): Starts an asynchronous charges export job. Returns immediately with a ChargesExport whose status is PENDING; poll chargesExport(id) until COMPLETED, then call downloadExport(id) for the file. Use this instead of exportCharges for large result sets. - [updateAccount](https://docs.monei.com/apis/graphql/operations/mutations/update-account.md): Updates account configuration (branding, notifications, fraud detector, etc.). - [updateApplePayCert](https://docs.monei.com/apis/graphql/operations/mutations/update-apple-pay-cert.md): Updates an Apple Pay certificate's active status. Disabling a certificate prevents it from being used for payment token decryption while keeping it available for future use. - [updateAuthorizedUser](https://docs.monei.com/apis/graphql/operations/mutations/update-authorized-user.md): Updates a dashboard user's access level or store/POS scoping on the current account. Caller must have ADMIN_ACCESS (or use an API key). - [updateCode](https://docs.monei.com/apis/graphql/operations/mutations/update-code.md): Updates a QR code (enable/disable, re-attach to a Point of Sale). Returns NotFound when the code does not exist. - [updateExportSftpConfig](https://docs.monei.com/apis/graphql/operations/mutations/update-export-sftp-config.md): Updates an SFTP export config. Only provided fields are changed. - [updateIdentity](https://docs.monei.com/apis/graphql/operations/mutations/update-identity.md): Updates an existing identity. Only fields provided in input are written. - [updatePaymentRule](https://docs.monei.com/apis/graphql/operations/mutations/update-payment-rule.md): Updates a payment rule. Omitted fields are left unchanged. - [updatePointOfSale](https://docs.monei.com/apis/graphql/operations/mutations/update-point-of-sale.md): Updates a POS. - [updateProvider](https://docs.monei.com/apis/graphql/operations/mutations/update-provider.md): Updates an existing provider. - [updateShopifyShopSettings](https://docs.monei.com/apis/graphql/operations/mutations/update-shopify-shop-settings.md): Updates the country-to-store routing rules and/or testMode on a Shopify shop installation owned by the caller's account. A testMode change re-binds the installation to the paired live/test MONEI account. - [updateStore](https://docs.monei.com/apis/graphql/operations/mutations/update-store.md): Updates a store. Dashboard users require ADMIN_ACCESS. - [updateSubscription](https://docs.monei.com/apis/graphql/operations/mutations/update-subscription.md): Updates the configuration of an existing subscription. Currency and billing interval cannot be changed once a subscription is created. - [updateWebhook](https://docs.monei.com/apis/graphql/operations/mutations/update-webhook.md): Updates a webhook. Re-enabling (enabled: true) re-runs the URL reachability test. - [uploadDocument](https://docs.monei.com/apis/graphql/operations/mutations/upload-document.md): Returns a pre-signed URL for uploading the file content of a previously created document. Issue a PUT with the matching Content-Type. - [verifyBusinessDetails](https://docs.monei.com/apis/graphql/operations/mutations/verify-business-details.md): Re-verifies the business in the public registry and updates business. - [verifyCustomDomain](https://docs.monei.com/apis/graphql/operations/mutations/verify-custom-domain.md): Checks for certificate validation and, once issued, provisions the custom domain and returns customDomainConfig.distributionDnsRecord. Call after each DNS change. Transitions status to SUCCESS when the domain is reachable, or FAILED if validation never completes. - [accountBalances](https://docs.monei.com/apis/graphql/operations/queries/account-balances.md): Per-currency balances for the authenticated account. - [accountInvoice](https://docs.monei.com/apis/graphql/operations/queries/account-invoice.md): Single account invoice by ID. - [accountInvoices](https://docs.monei.com/apis/graphql/operations/queries/account-invoices.md): Paginated account invoices for the authenticated merchant, optionally filtered by issue date. - [accountSettlement](https://docs.monei.com/apis/graphql/operations/queries/account-settlement.md): Single settlement by ID. - [accountSettlements](https://docs.monei.com/apis/graphql/operations/queries/account-settlements.md): Settlements for the current account, ordered by scheduledAt descending. - [account](https://docs.monei.com/apis/graphql/operations/queries/account.md): Authenticated merchant account. - [applePayCert](https://docs.monei.com/apis/graphql/operations/queries/apple-pay-cert.md): Retrieves a specific Apple Pay certificate by its ID. Returns the certificate object with its current status, CSR (if not yet activated), and expiration date (if activated). - [applePayCerts](https://docs.monei.com/apis/graphql/operations/queries/apple-pay-certs.md): Retrieves all Apple Pay certificates for the account, including both active and inactive certificates. - [authorizedUsers](https://docs.monei.com/apis/graphql/operations/queries/authorized-users.md): Lists dashboard users authorized on the current account. Caller must have ADMIN_ACCESS (or use an API key). - [availablePaymentMethods](https://docs.monei.com/apis/graphql/operations/queries/available-payment-methods.md): Lists payment methods on the account, with aggregate configured/enabled flags across providers. - [availableProcessors](https://docs.monei.com/apis/graphql/operations/queries/available-processors.md): Lists processors that can handle the given payment method, with per-processor configuration status. - [banks](https://docs.monei.com/apis/graphql/operations/queries/banks.md): Banks available for bank-account verification in the given country (ISO 3166-1 alpha-2). - [blacklistItem](https://docs.monei.com/apis/graphql/operations/queries/blacklist-item.md): Fetch a single blacklist rule by its value. - [blacklistItems](https://docs.monei.com/apis/graphql/operations/queries/blacklist-items.md): List blacklist rules for the current account. - [chargeEvents](https://docs.monei.com/apis/graphql/operations/queries/charge-events.md): Paginated lifecycle events for a single charge, sorted by createdAt descending. - [chargeSources](https://docs.monei.com/apis/graphql/operations/queries/charge-sources.md): Distinct integration sources observed on this account's charges (e.g. shopify, prestashop, api). Useful for source-based filtering in dashboards. - [charge](https://docs.monei.com/apis/graphql/operations/queries/charge.md): Single charge by id. - [chargesDateRangeKPI](https://docs.monei.com/apis/graphql/operations/queries/charges-date-range-kpi.md): Charge KPIs (succeeded/captured/direct/canceled/refunded/failed) bucketed by interval. start and end are unix timestamps (seconds); when omitted, defaults to the last 24 hours. The currency argument filters charges by that ISO 4217 currency (default EUR) and the same value is echoed on the response. Cumulative series are returned for succeeded/captured/direct. - [chargesExport](https://docs.monei.com/apis/graphql/operations/queries/charges-export.md): Fetches an asynchronous charges export job by ID. Use to poll for completion after startExportCharges. - [chargesExports](https://docs.monei.com/apis/graphql/operations/queries/charges-exports.md): Lists asynchronous charges export jobs for the account, newest first. - [charges](https://docs.monei.com/apis/graphql/operations/queries/charges.md): Paginated charges, sorted by createdAt descending. search is a case-insensitive prefix match across id, orderId, providerReferenceId, customer.email, authorizationCode, and paymentMethod.card.last4. Combine with filter for structured queries. - [code](https://docs.monei.com/apis/graphql/operations/queries/code.md): QR code by ID. Returns null when the code is not found. - [codes](https://docs.monei.com/apis/graphql/operations/queries/codes.md): QR codes on the account, optionally filtered by Point of Sale. - [countries](https://docs.monei.com/apis/graphql/operations/queries/countries.md): Country reference data plus the caller's geolocation. - [document](https://docs.monei.com/apis/graphql/operations/queries/document.md): Looks up a single KYC/onboarding document on the current account by ID. - [documents](https://docs.monei.com/apis/graphql/operations/queries/documents.md): Lists KYC/onboarding documents attached to the current account. - [events](https://docs.monei.com/apis/graphql/operations/queries/events.md): Paginated charge events across the account, with structured filtering. - [exportSftpConfig](https://docs.monei.com/apis/graphql/operations/queries/export-sftp-config.md): Fetches an SFTP export config by ID. - [exportSftpConfigs](https://docs.monei.com/apis/graphql/operations/queries/export-sftp-configs.md): Lists SFTP export configs for the account. - [getShopifyShopSettings](https://docs.monei.com/apis/graphql/operations/queries/get-shopify-shop-settings.md): Returns the country-to-store routing rules, testMode, and the Shopify Payments Partner gateway settings URL for an installation owned by the caller's account. - [notificationsPortalUrl](https://docs.monei.com/apis/graphql/operations/queries/notifications-portal-url.md): Hosted link to the merchant's notification preferences portal. - [paymentEmailPreview](https://docs.monei.com/apis/graphql/operations/queries/payment-email-preview.md): Use previewPaymentEmail. Will be removed in a future release. - [paymentRule](https://docs.monei.com/apis/graphql/operations/queries/payment-rule.md): Fetches a single payment rule owned by the authenticated account. - [paymentRules](https://docs.monei.com/apis/graphql/operations/queries/payment-rules.md): Lists payment rules owned by the authenticated account. Returns both CARDROUTING and PAYMENTMETHOD_VISIBILITY rules; filter client-side by ruleType. - [pointOfSale](https://docs.monei.com/apis/graphql/operations/queries/point-of-sale.md): Single POS by ID. - [pointsOfSale](https://docs.monei.com/apis/graphql/operations/queries/points-of-sale.md): Lists points of sale for the account, optionally scoped to a store. - [previewPaymentEmail](https://docs.monei.com/apis/graphql/operations/queries/preview-payment-email.md): Renders the HTML body of the payment-link or receipt email. Returns the rendered HTML string. - [previewSubscriptionEmail](https://docs.monei.com/apis/graphql/operations/queries/preview-subscription-email.md): Rendered HTML preview of a subscription email. - [providerConfig](https://docs.monei.com/apis/graphql/operations/queries/provider-config.md): Returns the configuration template (compatible acquirers and metadata field schema) for a payment-method/processor pair. - [provider](https://docs.monei.com/apis/graphql/operations/queries/provider.md): Fetches a provider by ID. - [providers](https://docs.monei.com/apis/graphql/operations/queries/providers.md): Lists all providers configured on the account. - [representative](https://docs.monei.com/apis/graphql/operations/queries/representative.md): Legal representative by ID, scoped to the caller's account. - [representatives](https://docs.monei.com/apis/graphql/operations/queries/representatives.md): Legal representatives (signatory and UBOs) for the caller's account. - [settlementEvents](https://docs.monei.com/apis/graphql/operations/queries/settlement-events.md): Lifecycle events for a settlement, ordered by createdAt descending. - [shopifyStores](https://docs.monei.com/apis/graphql/operations/queries/shopify-stores.md): Lists Shopify shop installations bound to the caller's account. Returns one item per (domain, paymentMethod) pair. - [store](https://docs.monei.com/apis/graphql/operations/queries/store.md): Fetches a single store by ID. Deleted stores resolve as null. - [stores](https://docs.monei.com/apis/graphql/operations/queries/stores.md): Lists stores in the account. - [subscriptionEmailPreview](https://docs.monei.com/apis/graphql/operations/queries/subscription-email-preview.md): Use previewSubscriptionEmail instead - [subscriptionEvents](https://docs.monei.com/apis/graphql/operations/queries/subscription-events.md): Paginated lifecycle events for a subscription. - [subscription](https://docs.monei.com/apis/graphql/operations/queries/subscription.md): Retrieves the complete details of an existing subscription by its unique ID. - [subscriptions](https://docs.monei.com/apis/graphql/operations/queries/subscriptions.md): Paginated, filterable list of subscriptions. - [webhook](https://docs.monei.com/apis/graphql/operations/queries/webhook.md): Fetches a webhook by ID. - [webhooks](https://docs.monei.com/apis/graphql/operations/queries/webhooks.md): Lists webhooks configured on the account. - [aws_api_key](https://docs.monei.com/apis/graphql/types/directives/aws-api-key.md): Tells the service this field/object has access authorized by an API key. - [aws_auth](https://docs.monei.com/apis/graphql/types/directives/aws-auth.md): Directs the schema to enforce authorization on a field - [aws_cognito_user_pools](https://docs.monei.com/apis/graphql/types/directives/aws-cognito-user-pools.md): Tells the service this field/object has access authorized by a Cognito User Pools token. - [aws_iam](https://docs.monei.com/apis/graphql/types/directives/aws-iam.md): Tells the service this field/object has access authorized by sigv4 signing. - [aws_lambda](https://docs.monei.com/apis/graphql/types/directives/aws-lambda.md): Tells the service this field/object has access authorized by a Lambda Authorizer. - [aws_oidc](https://docs.monei.com/apis/graphql/types/directives/aws-oidc.md): Tells the service this field/object has access authorized by an OIDC token. - [aws_publish](https://docs.monei.com/apis/graphql/types/directives/aws-publish.md): Tells the service which subscriptions will be published to when this mutation is called. This directive is deprecated use @aws_susbscribe directive instead. - [aws_subscribe](https://docs.monei.com/apis/graphql/types/directives/aws-subscribe.md): Tells the service which mutation triggers this subscription. - [deprecated](https://docs.monei.com/apis/graphql/types/directives/deprecated.md): Marks an element of a GraphQL schema as no longer supported. - [oneOf](https://docs.monei.com/apis/graphql/types/directives/one-of.md): Indicates exactly one field must be supplied and this field must not be null. - [specifiedBy](https://docs.monei.com/apis/graphql/types/directives/specified-by.md): Exposes a URL that specifies the behavior of this scalar. - [AccountInvoicePaymentMethod](https://docs.monei.com/apis/graphql/types/enums/account-invoice-payment-method.md): Method MONEI uses to collect payment for an account invoice. - [AccountInvoiceStatus](https://docs.monei.com/apis/graphql/types/enums/account-invoice-status.md): Payment state of an account invoice that MONEI issues to the merchant. - [AccountStatus](https://docs.monei.com/apis/graphql/types/enums/account-status.md): Lifecycle status of a merchant account. - [Acquirer](https://docs.monei.com/apis/graphql/types/enums/acquirer.md): Acquiring entity that settles funds for transactions routed through a provider. - [AuthPaymentMethodKlarna](https://docs.monei.com/apis/graphql/types/enums/auth-payment-method-klarna.md): Underlying funding source Klarna used to authorize the payment. - [AuthorizedUserAccessLevel](https://docs.monei.com/apis/graphql/types/enums/authorized-user-access-level.md): Permission level granted to a dashboard user on the merchant account. - [AuthorizedUserStatus](https://docs.monei.com/apis/graphql/types/enums/authorized-user-status.md): Lifecycle status of the dashboard user account. - [BankAccountStatus](https://docs.monei.com/apis/graphql/types/enums/bank-account-status.md): Status of the merchant's payout bank account. - [BillingCategoryKlarna](https://docs.monei.com/apis/graphql/types/enums/billing-category-klarna.md): Klarna billing category for the payment. - [BillingPlans](https://docs.monei.com/apis/graphql/types/enums/billing-plans.md): MONEI commercial billing plan assigned to the merchant account. - [BlacklistItemType](https://docs.monei.com/apis/graphql/types/enums/blacklist-item-type.md): Blacklist rule kind. Determines which payment attribute the rule's value is matched against. - [BusinessStatus](https://docs.monei.com/apis/graphql/types/enums/business-status.md): Verification status of the merchant business against the public registry. - [CallbackStatus](https://docs.monei.com/apis/graphql/types/enums/callback-status.md): Webhook callback delivery state. - [CancellationReason](https://docs.monei.com/apis/graphql/types/enums/cancellation-reason.md): Reason supplied when a payment is canceled. - [CardBrand](https://docs.monei.com/apis/graphql/types/enums/card-brand.md): Card brand. - [CardType](https://docs.monei.com/apis/graphql/types/enums/card-type.md): Card funding type. - [ChargeStatus](https://docs.monei.com/apis/graphql/types/enums/charge-status.md): The status of the payment. - [CodeTypes](https://docs.monei.com/apis/graphql/types/enums/code-types.md): Type of QR code. - [CombinatorType](https://docs.monei.com/apis/graphql/types/enums/combinator-type.md): Boolean operator used to combine the conditions in a rule. - [ContractStatus](https://docs.monei.com/apis/graphql/types/enums/contract-status.md): E-signature status of the merchant's MONEI contract. - [Currencies](https://docs.monei.com/apis/graphql/types/enums/currencies.md): Three-letter ISO 4217 currency code (uppercase). Must be a supported currency. - [CustomDomainStatus](https://docs.monei.com/apis/graphql/types/enums/custom-domain-status.md): Lifecycle state of the merchant's custom hosted-payment-page domain. - [DeviceType](https://docs.monei.com/apis/graphql/types/enums/device-type.md): Customer device class detected at checkout. - [DocumentStatus](https://docs.monei.com/apis/graphql/types/enums/document-status.md): Review state of a KYC/onboarding document. - [DocumentType](https://docs.monei.com/apis/graphql/types/enums/document-type.md): KYC/onboarding document type. Identifies what a Document represents and drives validation rules. - [ExportStatus](https://docs.monei.com/apis/graphql/types/enums/export-status.md): Lifecycle of an asynchronous export job. - [IdVerificationStatus](https://docs.monei.com/apis/graphql/types/enums/id-verification-status.md): Identity verification (KYC) status for an account representative. - [Industries](https://docs.monei.com/apis/graphql/types/enums/industries.md): Industry category of the merchant business. - [IntervalInput](https://docs.monei.com/apis/graphql/types/enums/interval-input.md): Subscription interval (input). The minute and hour intervals are only available in test mode. - [Interval](https://docs.monei.com/apis/graphql/types/enums/interval.md): Subscription interval. The minute and hour intervals are only available in test mode. - [LegalForm](https://docs.monei.com/apis/graphql/types/enums/legal-form.md): Legal form of the merchant business. - [MessageChannel](https://docs.monei.com/apis/graphql/types/enums/message-channel.md): The channel used to send the payment message. - [MetadataItemType](https://docs.monei.com/apis/graphql/types/enums/metadata-item-type.md): Storage type for a metadata item value. Values are always serialized as strings on the wire. - [NextActionTypes](https://docs.monei.com/apis/graphql/types/enums/next-action-types.md): Next action the integrator must take to progress the payment. - [NotConfiguredReason](https://docs.monei.com/apis/graphql/types/enums/not-configured-reason.md): Reason an account is in NOT_CONFIGURED state. Deprecated in favor of StatusReason. - [PaymentEmailType](https://docs.monei.com/apis/graphql/types/enums/payment-email-type.md): Email template variant for previewPaymentEmail. - [PaymentMethods](https://docs.monei.com/apis/graphql/types/enums/payment-methods.md): Payment methods supported by MONEI. - [PaymentRuleType](https://docs.monei.com/apis/graphql/types/enums/payment-rule-type.md): Type of payment rule. Determines which engine evaluates the rule and which action types are valid. - [PaymentStatus](https://docs.monei.com/apis/graphql/types/enums/payment-status.md): The status of the payment. Mirrors ChargeStatus. - [PointOfSaleType](https://docs.monei.com/apis/graphql/types/enums/point-of-sale-type.md): Point of sale type. Determines how the POS captures payments and the hardware/software it requires. - [Processor](https://docs.monei.com/apis/graphql/types/enums/processor.md): Payment processor (gateway) that authorizes and captures transactions on behalf of an acquirer. - [RefundReason](https://docs.monei.com/apis/graphql/types/enums/refund-reason.md): Reason supplied when a payment is refunded. - [RejectedReason](https://docs.monei.com/apis/graphql/types/enums/rejected-reason.md): Reason an account was rejected. Deprecated in favor of StatusReason. - [RetryIntervalInput](https://docs.monei.com/apis/graphql/types/enums/retry-interval-input.md): Unit of time to wait before a retry attempt. - [SequenceType](https://docs.monei.com/apis/graphql/types/enums/sequence-type.md): Type of payment sequence. - [SettlementPayMethods](https://docs.monei.com/apis/graphql/types/enums/settlement-pay-methods.md): Payment method the settlement batch covers. Each method settles in its own batch. - [SettlementStatus](https://docs.monei.com/apis/graphql/types/enums/settlement-status.md): Lifecycle status of a settlement batch. - [StatusReason](https://docs.monei.com/apis/graphql/types/enums/status-reason.md): Reason for the current account status. See statusNote for free-form details. - [SubscriptionEmailType](https://docs.monei.com/apis/graphql/types/enums/subscription-email-type.md): Type of customer-facing subscription email. - [SubscriptionPaymentMethods](https://docs.monei.com/apis/graphql/types/enums/subscription-payment-methods.md): Payment methods allowed for subscriptions. - [SubscriptionStatus](https://docs.monei.com/apis/graphql/types/enums/subscription-status.md): The status of the subscription. - [ThreeDSecureFlow](https://docs.monei.com/apis/graphql/types/enums/three-dsecure-flow.md): The flow used for 3DS authentication. - [TokenizationMethods](https://docs.monei.com/apis/graphql/types/enums/tokenization-methods.md): Wallet that produced the network token used to authorize a card payment. - [TransactionTypes](https://docs.monei.com/apis/graphql/types/enums/transaction-types.md): Controls when the funds will be captured. - [UnitType](https://docs.monei.com/apis/graphql/types/enums/unit-type.md): Unit semantics for an account-invoice line item. - [VerificationMethod](https://docs.monei.com/apis/graphql/types/enums/verification-method.md): Cardholder verification method used at the terminal (card-present payments). - [WebhookEventType](https://docs.monei.com/apis/graphql/types/enums/webhook-event-type.md): Event types a webhook can subscribe to. The MONEI server sends an event when the matching object reaches the corresponding state. - [AccountBrandingInput](https://docs.monei.com/apis/graphql/types/inputs/account-branding-input.md): Branding update payload. - [AccountNotificationsInput](https://docs.monei.com/apis/graphql/types/inputs/account-notifications-input.md): Email notifications update payload. - [AccountPublicBusinessDetailsInput](https://docs.monei.com/apis/graphql/types/inputs/account-public-business-details-input.md): Public business details update payload. - [ActivateApplePayCertInput](https://docs.monei.com/apis/graphql/types/inputs/activate-apple-pay-cert-input.md): Input for activateApplePayCert. - [ActivateSubscriptionInput](https://docs.monei.com/apis/graphql/types/inputs/activate-subscription-input.md): Input for activateSubscription. Generates the initial payment that establishes the recurring mandate. - [AddressInput](https://docs.monei.com/apis/graphql/types/inputs/address-input.md): Postal address input. Mirrors Address. - [BlacklistItemInput](https://docs.monei.com/apis/graphql/types/inputs/blacklist-item-input.md): Input for addBlacklistItem. - [BusinessDataInput](https://docs.monei.com/apis/graphql/types/inputs/business-data-input.md): Business details payload submitted during KYC / onboarding. - [CancelPaymentInput](https://docs.monei.com/apis/graphql/types/inputs/cancel-payment-input.md): Input for cancelPayment. Voids an authorization before capture. - [CancelSubscriptionInput](https://docs.monei.com/apis/graphql/types/inputs/cancel-subscription-input.md): Input for cancelSubscription. - [CapturePaymentInput](https://docs.monei.com/apis/graphql/types/inputs/capture-payment-input.md): Input for capturePayment. Requires the payment to be in AUTHORIZED state. - [ConnectShopifyShopInput](https://docs.monei.com/apis/graphql/types/inputs/connect-shopify-shop-input.md): Input for connectShopifyShop. Supplied by the dashboard after the MONEI Shopify app completes Shopify OAuth and redirects back with the signed token. - [ContactDetailsInput](https://docs.monei.com/apis/graphql/types/inputs/contact-details-input.md): Contact details input. Mirrors ContactDetails. - [CountryStoreInput](https://docs.monei.com/apis/graphql/types/inputs/country-store-input.md): Country-to-store routing rule input. Mirrors CountryStore. - [CreateAuthorizedUserInput](https://docs.monei.com/apis/graphql/types/inputs/create-authorized-user-input.md): Input for createAuthorizedUser. - [CreateDocumentInput](https://docs.monei.com/apis/graphql/types/inputs/create-document-input.md): Input for createDocument. - [CreateExportSftpConfigInput](https://docs.monei.com/apis/graphql/types/inputs/create-export-sftp-config-input.md): Input for createExportSftpConfig. - [CreateIdSessionInput](https://docs.monei.com/apis/graphql/types/inputs/create-id-session-input.md): Input for createIdSession. - [CreatePaymentInput](https://docs.monei.com/apis/graphql/types/inputs/create-payment-input.md): Input for createPayment. - [CreatePaymentRuleInput](https://docs.monei.com/apis/graphql/types/inputs/create-payment-rule-input.md): Input for createPaymentRule. - [CreatePointOfSaleInput](https://docs.monei.com/apis/graphql/types/inputs/create-point-of-sale-input.md): Input for createPointOfSale. - [CreateProviderInput](https://docs.monei.com/apis/graphql/types/inputs/create-provider-input.md): Input for createProvider. - [CreateStoreInput](https://docs.monei.com/apis/graphql/types/inputs/create-store-input.md): Input for createStore. - [CreateSubscriptionInput](https://docs.monei.com/apis/graphql/types/inputs/create-subscription-input.md): Input for createSubscription. - [CreateWebhookInput](https://docs.monei.com/apis/graphql/types/inputs/create-webhook-input.md): Input for createWebhook. - [CustomerInput](https://docs.monei.com/apis/graphql/types/inputs/customer-input.md): Customer identification input. - [GetShopifyShopSettingsInput](https://docs.monei.com/apis/graphql/types/inputs/get-shopify-shop-settings-input.md): Input for getShopifyShopSettings. Caller's account must own the installation. - [IdentityInput](https://docs.monei.com/apis/graphql/types/inputs/identity-input.md): Identity payload for the account holder when no separate representative is provided. - [KeyValueInput](https://docs.monei.com/apis/graphql/types/inputs/key-value-input.md): Generic key/value pair input (e.g. for metadata). - [MetadataItemInput](https://docs.monei.com/apis/graphql/types/inputs/metadata-item-input.md): Provider metadata entry input. The value's type is inferred from the matching MetadataConfigItem schema for the provider. - [PauseSubscriptionInput](https://docs.monei.com/apis/graphql/types/inputs/pause-subscription-input.md): Input for pauseSubscription. - [PaymentActionInput](https://docs.monei.com/apis/graphql/types/inputs/payment-action-input.md): Action input. Mirrors PaymentAction. See that type for which fields apply per type. - [PaymentConditionInput](https://docs.monei.com/apis/graphql/types/inputs/payment-condition-input.md): Single condition input. Mirrors PaymentCondition. - [PaymentConditionsInput](https://docs.monei.com/apis/graphql/types/inputs/payment-conditions-input.md): Conditions input. Mirrors PaymentConditions. - [PaymentMethodBizumInput](https://docs.monei.com/apis/graphql/types/inputs/payment-method-bizum-input.md): Details about the Bizum account used for this payment. - [PaymentMethodCardInput](https://docs.monei.com/apis/graphql/types/inputs/payment-method-card-input.md): Details about the card used as payment method at the time of the transaction. - [PaymentMethodCardPresentInput](https://docs.monei.com/apis/graphql/types/inputs/payment-method-card-present-input.md): Card-present (in-person/terminal) payment method input. - [PaymentMethodInput](https://docs.monei.com/apis/graphql/types/inputs/payment-method-input.md): Polymorphic payment method input. Provide only the sub-object matching method. - [PaymentMethodKlarnaInput](https://docs.monei.com/apis/graphql/types/inputs/payment-method-klarna-input.md): Details from Klarna order used as payment method at the time of the transaction. - [PaymentMethodMBWayInput](https://docs.monei.com/apis/graphql/types/inputs/payment-method-mbway-input.md): Details from MBWay order used as payment method at the time of the transaction. - [PaymentMethodPaypalInput](https://docs.monei.com/apis/graphql/types/inputs/payment-method-paypal-input.md): Details from Paypal order used as payment method at the time of the transaction. - [PaymentMethodSepaInput](https://docs.monei.com/apis/graphql/types/inputs/payment-method-sepa-input.md): Details from SEPA order used as payment method at the time of the transaction. - [PaymentMethodTrustlyInput](https://docs.monei.com/apis/graphql/types/inputs/payment-method-trustly-input.md): Details from Trustly order used as payment method at the time of the transaction. - [ProviderRulesInput](https://docs.monei.com/apis/graphql/types/inputs/provider-rules-input.md): Routing rules input. Mirrors ProviderRules. - [RefundPaymentInput](https://docs.monei.com/apis/graphql/types/inputs/refund-payment-input.md): Input for refundPayment. - [RegisterApplePayDomainInput](https://docs.monei.com/apis/graphql/types/inputs/register-apple-pay-domain-input.md): Input for registerApplePayDomain. - [RegisterCodeInput](https://docs.monei.com/apis/graphql/types/inputs/register-code-input.md): Input for registerCode. - [RepresentativeInput](https://docs.monei.com/apis/graphql/types/inputs/representative-input.md): Legal representative payload submitted during KYC. - [ResumeSubscriptionInput](https://docs.monei.com/apis/graphql/types/inputs/resume-subscription-input.md): Input for resumeSubscription. - [RetryScheduleInput](https://docs.monei.com/apis/graphql/types/inputs/retry-schedule-input.md): Single retry-schedule entry. Specifies how long to wait before attempting the next payment retry. - [SearchableAccountInvoiceFilterInput](https://docs.monei.com/apis/graphql/types/inputs/searchable-account-invoice-filter-input.md): Filter for accountInvoices. Currently only createdAt is supported. - [SearchableAccountSettlementFilterInput](https://docs.monei.com/apis/graphql/types/inputs/searchable-account-settlement-filter-input.md): Filter for accountSettlements. - [SearchableBooleanFilterInput](https://docs.monei.com/apis/graphql/types/inputs/searchable-boolean-filter-input.md): Standard AppSync filter on a Boolean field. Use eq for true/false; ne is rarely needed. - [SearchableChargeFilterInput](https://docs.monei.com/apis/graphql/types/inputs/searchable-charge-filter-input.md): Filter for charges. Each field is an OpenSearch-style filter; combine fields with and / or / not. - [SearchableEventFilterInput](https://docs.monei.com/apis/graphql/types/inputs/searchable-event-filter-input.md): Filter for events. Each field is an OpenSearch-style filter; combine fields with and / or / not. - [SearchableIDFilterInput](https://docs.monei.com/apis/graphql/types/inputs/searchable-idfilter-input.md): Operator guidance: - [SearchableIntFilterInput](https://docs.monei.com/apis/graphql/types/inputs/searchable-int-filter-input.md): Operator guidance: - [SearchableStringFilterInput](https://docs.monei.com/apis/graphql/types/inputs/searchable-string-filter-input.md): Multiple operators on the same input AND together. - [SearchableSubscriptionFilterInput](https://docs.monei.com/apis/graphql/types/inputs/searchable-subscription-filter-input.md): OpenSearch-style filter for subscriptions. Combine fields and use and/or/not for composition. - [SendPaymentMessageInput](https://docs.monei.com/apis/graphql/types/inputs/send-payment-message-input.md): Input for sendPaymentLink and sendPaymentReceipt. - [SendPaymentRequestInput](https://docs.monei.com/apis/graphql/types/inputs/send-payment-request-input.md): Input for sendPaymentRequest. Sends an SMS payment request. - [SendSubscriptionMessageInput](https://docs.monei.com/apis/graphql/types/inputs/send-subscription-message-input.md): Input for sendSubscriptionLink and sendSubscriptionStatus. - [SequenceInput](https://docs.monei.com/apis/graphql/types/inputs/sequence-input.md): Marks the beginning of a payment sequence (recurring/subscriptions/installments). - [SequenceRecurringInput](https://docs.monei.com/apis/graphql/types/inputs/sequence-recurring-input.md): Recurring-payment configuration. Used when SequenceInput.type is recurring. - [SessionDetailsInput](https://docs.monei.com/apis/graphql/types/inputs/session-details-input.md): Customer browser/device fingerprint input. Mirrors SessionDetails. - [SetupAccountInput](https://docs.monei.com/apis/graphql/types/inputs/setup-account-input.md): Payload for setupAccount and verifyBusinessDetails. - [UpdateAccountInput](https://docs.monei.com/apis/graphql/types/inputs/update-account-input.md): Account update payload. - [UpdateApplePayCertInput](https://docs.monei.com/apis/graphql/types/inputs/update-apple-pay-cert-input.md): Input for updateApplePayCert. - [UpdateAuthorizedUserInput](https://docs.monei.com/apis/graphql/types/inputs/update-authorized-user-input.md): Input for updateAuthorizedUser. - [UpdateCodeInput](https://docs.monei.com/apis/graphql/types/inputs/update-code-input.md): Input for updateCode. - [UpdateExportSftpConfigInput](https://docs.monei.com/apis/graphql/types/inputs/update-export-sftp-config-input.md): Input for updateExportSftpConfig. Only provided fields are updated. - [UpdateIdentityInput](https://docs.monei.com/apis/graphql/types/inputs/update-identity-input.md): Input for updateIdentity. Only provided fields are written; omitted fields are left unchanged. - [UpdatePaymentRuleInput](https://docs.monei.com/apis/graphql/types/inputs/update-payment-rule-input.md): Input for updatePaymentRule. Omitted fields are left unchanged. - [UpdatePointOfSaleInput](https://docs.monei.com/apis/graphql/types/inputs/update-point-of-sale-input.md): Input for updatePointOfSale. All fields except id are optional; omitted fields are left unchanged. - [UpdateProviderInput](https://docs.monei.com/apis/graphql/types/inputs/update-provider-input.md): Input for updateProvider. Only included fields are updated. - [UpdateShopifyShopSettingsInput](https://docs.monei.com/apis/graphql/types/inputs/update-shopify-shop-settings-input.md): Input for updateShopifyShopSettings. Caller's account must own the installation. Fields left null/omitted preserve the existing value (no overwrite). - [UpdateStoreInput](https://docs.monei.com/apis/graphql/types/inputs/update-store-input.md): Input for updateStore. Only provided fields are updated. - [UpdateSubscriptionInput](https://docs.monei.com/apis/graphql/types/inputs/update-subscription-input.md): Input for updateSubscription. - [UpdateWebhookInput](https://docs.monei.com/apis/graphql/types/inputs/update-webhook-input.md): Input for updateWebhook. All fields are required; partial updates are rejected. - [AccountBalancesConnection](https://docs.monei.com/apis/graphql/types/objects/account-balances-connection.md): Per-currency account balances for the authenticated account. - [AccountBalances](https://docs.monei.com/apis/graphql/types/objects/account-balances.md): Account balance for a single currency. One record per (accountId, currency) pair. All amounts are in the currency's minor units (e.g. cents for EUR). - [AccountBranding](https://docs.monei.com/apis/graphql/types/objects/account-branding.md): Visual branding applied to the hosted payment page and customer-facing surfaces. - [AccountContract](https://docs.monei.com/apis/graphql/types/objects/account-contract.md): E-signature contract tracking the MONEI services contract for the account. - [AccountInvoiceBusiness](https://docs.monei.com/apis/graphql/types/objects/account-invoice-business.md): Merchant business snapshot embedded in the issued account invoice. - [AccountInvoiceLineItem](https://docs.monei.com/apis/graphql/types/objects/account-invoice-line-item.md): Single line item on an account invoice (e.g. a per-transaction fee, fixed plan fee, or VAT row). - [AccountInvoice](https://docs.monei.com/apis/graphql/types/objects/account-invoice.md): Invoice MONEI issues to a merchant account for fees accrued in a billing period. Generated automatically from the account's transactions and plan. - [AccountInvoicesConnection](https://docs.monei.com/apis/graphql/types/objects/account-invoices-connection.md): Paginated list of account invoices. - [AccountNotifications](https://docs.monei.com/apis/graphql/types/objects/account-notifications.md): Email notification preferences for the merchant and their customers. - [AccountPaymentMethodsBizum](https://docs.monei.com/apis/graphql/types/objects/account-payment-methods-bizum.md): **Deprecated.** Bizum payment method configuration for the account. No longer used. - [AccountPaymentMethodsCreditCard](https://docs.monei.com/apis/graphql/types/objects/account-payment-methods-credit-card.md): **Deprecated.** Card payment method configuration for the account. No longer used. - [AccountPaymentMethods](https://docs.monei.com/apis/graphql/types/objects/account-payment-methods.md): **Deprecated.** Per-payment-method configuration toggles for the account. No longer used; reachable only via the @deprecated Account.paymentMethods field. - [AccountPayoutTerms](https://docs.monei.com/apis/graphql/types/objects/account-payout-terms.md): Settlement (payout) terms applied to the account. - [AccountPublicBusinessDetails](https://docs.monei.com/apis/graphql/types/objects/account-public-business-details.md): Public business information shown to customers (payment page, receipts, support contact). - [AccountSettlement](https://docs.monei.com/apis/graphql/types/objects/account-settlement.md): Settlement batch grouping a merchant's transactions for one payout period, currency, and payment method. A COMPLETED settlement produces a single bank transfer to iban. - [AccountSettlementsConnection](https://docs.monei.com/apis/graphql/types/objects/account-settlements-connection.md): Paginated list of settlements. - [AccountTokenizationMethodsClickToPayItem](https://docs.monei.com/apis/graphql/types/objects/account-tokenization-methods-click-to-pay-item.md): Click to Pay configuration for the account. - [AccountTokenizationMethodsItem](https://docs.monei.com/apis/graphql/types/objects/account-tokenization-methods-item.md): Configuration for a single tokenization wallet (Google Pay, Apple Pay). - [AccountTokenizationMethods](https://docs.monei.com/apis/graphql/types/objects/account-tokenization-methods.md): Tokenization wallets configured for the account. - [Account](https://docs.monei.com/apis/graphql/types/objects/account.md): Merchant account. - [ActivateAccount](https://docs.monei.com/apis/graphql/types/objects/activate-account.md): Result of activateAccount. - [Address](https://docs.monei.com/apis/graphql/types/objects/address.md): Postal address. - [ApplePayCertificate](https://docs.monei.com/apis/graphql/types/objects/apple-pay-certificate.md): An Apple Pay certificate for iOS app integration. - [AuthorizedUser](https://docs.monei.com/apis/graphql/types/objects/authorized-user.md): Dashboard user authorized to access a MONEI merchant account. The same email may appear on multiple accounts with different access levels. - [AuthorizedUsersConnection](https://docs.monei.com/apis/graphql/types/objects/authorized-users-connection.md): Paginated list of authorized users on the current account. - [AvailablePaymentMethod](https://docs.monei.com/apis/graphql/types/objects/available-payment-method.md): Aggregate availability of a payment method across the account's providers. - [AvailableProcessor](https://docs.monei.com/apis/graphql/types/objects/available-processor.md): Availability of a specific processor for a payment method on the account. - [BankAccount](https://docs.monei.com/apis/graphql/types/objects/bank-account.md): Bank account that receives the merchant's settlements. - [Bank](https://docs.monei.com/apis/graphql/types/objects/bank.md): Bank shown in the bank-account verification picker. - [BlacklistItem](https://docs.monei.com/apis/graphql/types/objects/blacklist-item.md): A blacklist (block list) rule. Payments whose attributes match value for the given type are rejected before authorization. - [BlacklistItemsConnection](https://docs.monei.com/apis/graphql/types/objects/blacklist-items-connection.md): Paginated list of blacklist rules. - [BusinessData](https://docs.monei.com/apis/graphql/types/objects/business-data.md): Legal and operational details of the merchant business. - [CallbackData](https://docs.monei.com/apis/graphql/types/objects/callback-data.md): Outcome of the most recent webhook delivery attempt. - [ChargeEventObject](https://docs.monei.com/apis/graphql/types/objects/charge-event-object.md): Charge snapshot embedded in a ChargeEvent. Captures the charge as it looked at the moment the event was emitted. - [ChargeEvent](https://docs.monei.com/apis/graphql/types/objects/charge-event.md): Audit log entry for a charge state change (creation, status update, refund, etc.). - [ChargeEventsConnection](https://docs.monei.com/apis/graphql/types/objects/charge-events-connection.md): Paginated charge events result. - [Charge](https://docs.monei.com/apis/graphql/types/objects/charge.md): Single payment record. The merchant API's primary resource. - [ChargesConnection](https://docs.monei.com/apis/graphql/types/objects/charges-connection.md): Paginated charges result. - [ChargesDateRangeKPI](https://docs.monei.com/apis/graphql/types/objects/charges-date-range-kpi.md): Time-bucketed KPI series for charges over a date range. - [ChargesDateRangeKPIRow](https://docs.monei.com/apis/graphql/types/objects/charges-date-range-kpirow.md): One bucket of the KPI date histogram (per interval). Amounts in the smallest unit of the report currency. - [ChargesDateRangeKPITotal](https://docs.monei.com/apis/graphql/types/objects/charges-date-range-kpitotal.md): Aggregated KPI totals for the requested date range. Amounts in the smallest unit of the report currency. - [ChargesExport](https://docs.monei.com/apis/graphql/types/objects/charges-export.md): Asynchronous charges export job. Created by startExportCharges; download via downloadExport once status is COMPLETED. - [ChargesExportsConnection](https://docs.monei.com/apis/graphql/types/objects/charges-exports-connection.md): Paginated list of charges export jobs for the account. - [Code](https://docs.monei.com/apis/graphql/types/objects/code.md): Permanent QR code that routes a customer to a Point of Sale checkout. Render the image via https png, 500). - [ConnectShopifyShopResult](https://docs.monei.com/apis/graphql/types/objects/connect-shopify-shop-result.md): Result of connectShopifyShop. - [ContactDetails](https://docs.monei.com/apis/graphql/types/objects/contact-details.md): Billing or shipping contact information associated with the payment method at the time of the transaction. - [Countries](https://docs.monei.com/apis/graphql/types/objects/countries.md): Country reference data plus geolocation of the current caller. - [CountryStore](https://docs.monei.com/apis/graphql/types/objects/country-store.md): Mapping between a buyer country and a MONEI store. Used to route Shopify checkouts to different MONEI stores per country (multi-store setups). - [Country](https://docs.monei.com/apis/graphql/types/objects/country.md): Country reference data. - [CustomDomainConfig](https://docs.monei.com/apis/graphql/types/objects/custom-domain-config.md): Custom hosted-payment-page domain configuration. Two DNS records must be added in order: first certificateDnsRecord to validate the SSL certificate, then distributionDnsRecord to route traffic. - [Customer](https://docs.monei.com/apis/graphql/types/objects/customer.md): The customer information associated with the payment or subscription. - [DnsRecord](https://docs.monei.com/apis/graphql/types/objects/dns-record.md): DNS record the merchant must add at their DNS provider to validate or route the custom domain. - [Document](https://docs.monei.com/apis/graphql/types/objects/document.md): KYC/onboarding document attached to the merchant account. - [DocumentsConnection](https://docs.monei.com/apis/graphql/types/objects/documents-connection.md): Paginated list of Document. - [DownloadFile](https://docs.monei.com/apis/graphql/types/objects/download-file.md): Pre-signed URL for downloading a file from MONEI storage. - [ExportCharges](https://docs.monei.com/apis/graphql/types/objects/export-charges.md): Result of a synchronous charges export. CSV is generated inline and made available for download. - [Identity](https://docs.monei.com/apis/graphql/types/objects/identity.md): Account representative undergoing KYC/identity verification. Stores personal data, document number, and the verification outcome produced by the hosted ID-verification session (see createIdSession). - [KeyValueItem](https://docs.monei.com/apis/graphql/types/objects/key-value-item.md): Generic key/value pair (e.g. for metadata). - [LastPayment](https://docs.monei.com/apis/graphql/types/objects/last-payment.md): Outcome of the most recent recurring charge attempt for the subscription. - [MetadataConfigItem](https://docs.monei.com/apis/graphql/types/objects/metadata-config-item.md): Schema for a single metadata field of a provider configuration. Describes the field; does not carry a value. - [MetadataItem](https://docs.monei.com/apis/graphql/types/objects/metadata-item.md): Single metadata entry on a provider. Combines the field schema (see MetadataConfigItem) with the stored value. - [NextAction](https://docs.monei.com/apis/graphql/types/objects/next-action.md): If present, this property tells you what actions you need to take in order for your customer to fulfill a payment using the provided source. - [PayPalLink](https://docs.monei.com/apis/graphql/types/objects/pay-pal-link.md): PayPal account-linking link. - [PaymentAction](https://docs.monei.com/apis/graphql/types/objects/payment-action.md): Action a payment rule applies when its conditions match. Which fields are populated depends on type. - [PaymentCondition](https://docs.monei.com/apis/graphql/types/objects/payment-condition.md): Single condition evaluated against a transaction field (e.g. amount, currency, paymentMethod.card.brand, sessionDetails.countryCode). - [PaymentConditions](https://docs.monei.com/apis/graphql/types/objects/payment-conditions.md): Set of conditions combined with AND/OR. The whole group must evaluate to true for the rule's action to apply. - [PaymentMethodBizum](https://docs.monei.com/apis/graphql/types/objects/payment-method-bizum.md): Details about the Bizum account used as payment method at the time of the transaction. - [PaymentMethodCardPresent](https://docs.monei.com/apis/graphql/types/objects/payment-method-card-present.md): Card-present (in-person/terminal) payment data. - [PaymentMethodCard](https://docs.monei.com/apis/graphql/types/objects/payment-method-card.md): Details about the card used as payment method at the time of the transaction. - [PaymentMethodKlarna](https://docs.monei.com/apis/graphql/types/objects/payment-method-klarna.md): Details from Klarna order used as payment method at the time of the transaction. - [PaymentMethodMBWay](https://docs.monei.com/apis/graphql/types/objects/payment-method-mbway.md): Details from MBWay order used as payment method at the time of the transaction. - [PaymentMethodPaypal](https://docs.monei.com/apis/graphql/types/objects/payment-method-paypal.md): Details from Paypal order used as payment method at the time of the transaction. - [PaymentMethodSepa](https://docs.monei.com/apis/graphql/types/objects/payment-method-sepa.md): Details from SEPA order used as payment method at the time of the transaction. - [PaymentMethodTrustly](https://docs.monei.com/apis/graphql/types/objects/payment-method-trustly.md): Details from Trustly order used as payment method at the time of the transaction. - [PaymentMethod](https://docs.monei.com/apis/graphql/types/objects/payment-method.md): Details about the payment method at the time of the transaction. Only the sub-object matching method is populated. - [PaymentRule](https://docs.monei.com/apis/graphql/types/objects/payment-rule.md): Conditional rule the merchant configures to control card routing or payment-method visibility. Rules are evaluated per transaction; when conditions match, action is applied. - [PaymentRulesConnection](https://docs.monei.com/apis/graphql/types/objects/payment-rules-connection.md): Paginated list of payment rules. - [Payment](https://docs.monei.com/apis/graphql/types/objects/payment.md): Payment returned from create/refund/capture/cancel and the send-link/receipt mutations. - [Period](https://docs.monei.com/apis/graphql/types/objects/period.md): Inclusive [from, to] time window covered by an account invoice. - [PointOfSale](https://docs.monei.com/apis/graphql/types/objects/point-of-sale.md): Point of sale belonging to an account, optionally scoped to a store. See PointOfSaleType. - [PointsOfSaleConnection](https://docs.monei.com/apis/graphql/types/objects/points-of-sale-connection.md): Paginated list of points of sale. - [ProviderConfig](https://docs.monei.com/apis/graphql/types/objects/provider-config.md): Configuration template for a payment-method/processor pair. Describes which acquirers are valid and which metadata fields the provider expects. - [ProviderRules](https://docs.monei.com/apis/graphql/types/objects/provider-rules.md): Routing rules that gate when a provider is selected for a payment. - [Provider](https://docs.monei.com/apis/graphql/types/objects/provider.md): Configured payment provider that routes a specific payment method to a processor/acquirer pair. - [Redirect](https://docs.monei.com/apis/graphql/types/objects/redirect.md): Generic redirect target. - [RegisterApplePayDomain](https://docs.monei.com/apis/graphql/types/objects/register-apple-pay-domain.md): A successful response. - [RepresentativeData](https://docs.monei.com/apis/graphql/types/objects/representative-data.md): Legal representative of a merchant account, used for KYC/AML compliance. - [Representative](https://docs.monei.com/apis/graphql/types/objects/representative.md): Legal representative or beneficial owner of the merchant business. - [RepresentativesConnection](https://docs.monei.com/apis/graphql/types/objects/representatives-connection.md): Paginated list of legal representatives. - [RetrySchedule](https://docs.monei.com/apis/graphql/types/objects/retry-schedule.md): Defines a custom schedule for retrying failed subscription payments. Each entry specifies how long to wait before attempting the next payment retry. - [SessionDetails](https://docs.monei.com/apis/graphql/types/objects/session-details.md): Information related to the browsing session of the user who initiated the payment. - [Session](https://docs.monei.com/apis/graphql/types/objects/session.md): Hosted session for identity verification, document upload, or bank verification. - [SettlementEventObject](https://docs.monei.com/apis/graphql/types/objects/settlement-event-object.md): Settlement snapshot embedded in a SettlementEvent (state at the time the event was emitted). Mirrors AccountSettlement plus internal lifecycle fields. - [SettlementEvent](https://docs.monei.com/apis/graphql/types/objects/settlement-event.md): Lifecycle event for a settlement (status transition or balance update). - [SettlementEventsConnection](https://docs.monei.com/apis/graphql/types/objects/settlement-events-connection.md): Paginated list of settlement events. - [SftpConfigExport](https://docs.monei.com/apis/graphql/types/objects/sftp-config-export.md): SFTP destination for scheduled daily charges exports. The previous day's charges are pushed at 06:00 UTC when enabled is true. - [SftpConfigExportsConnection](https://docs.monei.com/apis/graphql/types/objects/sftp-config-exports-connection.md): List of SFTP export configs for the account. - [Shop](https://docs.monei.com/apis/graphql/types/objects/shop.md): The information about the shop (used in hosted payment page). - [ShopifyShopSettings](https://docs.monei.com/apis/graphql/types/objects/shopify-shop-settings.md): Settings of a single Shopify shop installation linked to the caller's account. - [ShopifyStore](https://docs.monei.com/apis/graphql/types/objects/shopify-store.md): Shopify shop connected to a MONEI account for a specific MONEI Shopify app. One row per (domain, paymentMethod) pair. - [ShopifyStoresConnection](https://docs.monei.com/apis/graphql/types/objects/shopify-stores-connection.md): Paginated list of Shopify shops connected to the account. - [Store](https://docs.monei.com/apis/graphql/types/objects/store.md): Merchant store (physical location or online shop) within an account. Stores group points of sale and other resources for multi-store businesses. Hierarchy: Account > Store > PointOfSale > Terminal. - [StoresConnection](https://docs.monei.com/apis/graphql/types/objects/stores-connection.md): Paginated list of stores. - [SubscriptionEventObject](https://docs.monei.com/apis/graphql/types/objects/subscription-event-object.md): Subscription snapshot embedded in a SubscriptionEvent. - [SubscriptionEvent](https://docs.monei.com/apis/graphql/types/objects/subscription-event.md): Lifecycle event emitted when a subscription is created or its state changes. - [SubscriptionEventsConnection](https://docs.monei.com/apis/graphql/types/objects/subscription-events-connection.md): Paginated list of subscription events. - [Subscription](https://docs.monei.com/apis/graphql/types/objects/subscription.md): Recurring subscription billing a customer on a fixed cadence. - [SubscriptionsConnection](https://docs.monei.com/apis/graphql/types/objects/subscriptions-connection.md): Paginated list of subscriptions. - [TraceDetails](https://docs.monei.com/apis/graphql/types/objects/trace-details.md): Information related to the user who initiated the operation, including device, browser, and dashboard user identity. - [UpdateShopifyShopSettingsResult](https://docs.monei.com/apis/graphql/types/objects/update-shopify-shop-settings-result.md): Result of updateShopifyShopSettings. Echoes the persisted values. - [UploadFile](https://docs.monei.com/apis/graphql/types/objects/upload-file.md): Pre-signed URL for uploading a file to MONEI storage. - [Webhook](https://docs.monei.com/apis/graphql/types/objects/webhook.md): HTTP endpoint that receives MONEI events. Each delivery is signed with the account's API key (MONEI-Signature: t=,v1= over .). Failed deliveries are retried with exponential backoff; the webhook is automatically disabled and lastResponse recorded once retries are exhausted. - [WebhooksConnection](https://docs.monei.com/apis/graphql/types/objects/webhooks-connection.md): Paginated list of webhooks. - [AWSDateTime](https://docs.monei.com/apis/graphql/types/scalars/awsdate-time.md): The AWSDateTime scalar type provided by AWS AppSync, represents a valid ***extended*** ISO 8601 DateTime string. In other words, this scalar type accepts datetime strings of the form YYYY-MM-DDThhss.SSSZ. The scalar can also accept "negative years" of the form -YYYY which correspond to years before 0000. For example, "**-2017-01-01T0000Z**" are both valid datetime strings. The field after the two digit seconds field is a nanoseconds field. It can accept between 1 and 9 digits. So, for example, "**1970-01-01T1200.2Z**", "**1970-01-01T1200.277Z**" and "**1970-01-01T1200.123456789Z**" are all valid datetime strings. The seconds and nanoseconds fields are optional (the seconds field must be specified if the nanoseconds field is to be used). The time zone offset is compulsory for this scalar. The time zone offset must either be Z (representing the UTC time zone) or be in the format ±hhss. The seconds field in the timezone offset will be considered valid even though it is not part of the ISO 8601 standard. - [AWSEmail](https://docs.monei.com/apis/graphql/types/scalars/awsemail.md): The AWSEmail scalar type provided by AWS AppSync, represents an Email address string that complies with RFC 822. For example, "**username@example.com**" is a valid Email address. - [AWSIPAddress](https://docs.monei.com/apis/graphql/types/scalars/awsipaddress.md): The AWSIPAddress scalar type provided by AWS AppSync, represents a valid IPv4 or IPv6 address string. IP addresses with subnet masks are considered valid. However, subnet masks are not necessary. For example, "**127.0.0.1**" and "**127.0.0.1/8**" are both considered valid IP Addresses. - [AWSPhone](https://docs.monei.com/apis/graphql/types/scalars/awsphone.md): The AWSPhone scalar type provided by AWS AppSync, represents a valid Phone Number. Phone numbers are serialized and deserialized as Strings. Segments of the phone number may be whitespace delimited or hyphenated. The number can specify a country code at the beginning. However, United States numbers without country codes are still considered to be valid. - [AWSTimestamp](https://docs.monei.com/apis/graphql/types/scalars/awstimestamp.md): The AWSTimestamp scalar type provided by AWS AppSync, represents the number of seconds that have elapsed since 1970-01-01T0000Z. Timestamps are serialized and deserialized as integers. The minimum supported timestamp value is **-31557014167219200* which corresponds to -1000000000-01-01T0059:59.999999999Z. - [Boolean](https://docs.monei.com/apis/graphql/types/scalars/boolean.md): The Boolean scalar type represents true or false. - [Float](https://docs.monei.com/apis/graphql/types/scalars/float.md): The Float scalar type represents signed double-precision fractional values as specified by IEEE 754. - [ID](https://docs.monei.com/apis/graphql/types/scalars/id.md): The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID. - [Int](https://docs.monei.com/apis/graphql/types/scalars/int.md): The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. - [Long](https://docs.monei.com/apis/graphql/types/scalars/long.md): Long type - [String](https://docs.monei.com/apis/graphql/types/scalars/string.md): The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text. - [MONEI REST API](https://docs.monei.com/apis/rest.md): Complete reference documentation for the MONEI API. Includes representative code snippets and examples for our PHP and Node.js client libraries. - [Apple Pay Certificate](https://docs.monei.com/apis/rest/apple-pay-certificate.md): Apple Pay Certificate - [Activate Certificate](https://docs.monei.com/apis/rest/apple-pay-certificates-activate.md): Activates an Apple Pay certificate by uploading the signed certificate from Apple. - [Create Certificate](https://docs.monei.com/apis/rest/apple-pay-certificates-create.md): Creates a new Apple Pay certificate by generating a Certificate Signing Request (CSR). - [List Certificates](https://docs.monei.com/apis/rest/apple-pay-certificates-get-all.md): Retrieves all Apple Pay certificates for your account. - [Get Certificate](https://docs.monei.com/apis/rest/apple-pay-certificates-get.md): Retrieves a specific Apple Pay certificate by its ID. - [Delete Certificate](https://docs.monei.com/apis/rest/apple-pay-certificates-remove.md): Deletes an Apple Pay certificate. - [Update Certificate](https://docs.monei.com/apis/rest/apple-pay-certificates-update.md): Updates an Apple Pay certificate's active status. - [Register Domain](https://docs.monei.com/apis/rest/apple-pay-domain-register.md): Registers a domain with Apple Pay. - [Apple Pay Domain](https://docs.monei.com/apis/rest/apple-pay-domain.md): Apple Pay Domain - [Validate Phone](https://docs.monei.com/apis/rest/bizum-validate-phone.md): Validates if a phone number is registered with Bizum. - [Bizum](https://docs.monei.com/apis/rest/bizum.md): Bizum - [MONEI API v1](https://docs.monei.com/apis/rest/monei-api-v-1.md): The MONEI API is organized around REST principles. Our API is designed to be intuitive and developer-friendly. - [Get Allowed Payment Methods](https://docs.monei.com/apis/rest/payment-methods-get-allowed.md): Retrieve allowed payment methods for your account. Requires API key authentication. - [Get Client Payment Methods](https://docs.monei.com/apis/rest/payment-methods-get-client.md): Retrieve available payment methods from the client side. No authentication required. - [Get Payment Methods](https://docs.monei.com/apis/rest/payment-methods-get.md): **Deprecated.** Use [Get Allowed Payment Methods](#tag/Payment-Methods/operation/paymentMethods_getAllowed) for server-side (API key) or [Get Client Payment Methods](#tag/Payment-Methods/operation/paymentMethods_getClient) for client-side usage instead. - [Payment Methods](https://docs.monei.com/apis/rest/payment-methods.md): Payment Methods - [Cancel Payment](https://docs.monei.com/apis/rest/payments-cancel.md): Releases reserved funds from a previously authorized payment. This endpoint can only - [Capture Payment](https://docs.monei.com/apis/rest/payments-capture.md): Captures funds from a previously authorized payment. This endpoint can only be used with payments - [Confirm Payment](https://docs.monei.com/apis/rest/payments-confirm.md): Confirms a payment that was created without payment details. This endpoint can only be used with - [Create Payment](https://docs.monei.com/apis/rest/payments-create.md): Creates a new payment with the specified parameters. - [Get Payment](https://docs.monei.com/apis/rest/payments-get.md): Retrieves the complete details of an existing payment by its unique ID. - [Recurring Payment](https://docs.monei.com/apis/rest/payments-recurring.md): Creates a subsequent charge using the payment details from a previous transaction. - [Refund Payment](https://docs.monei.com/apis/rest/payments-refund.md): Returns funds from a completed payment back to the customer's original payment method. - [Send Payment Link](https://docs.monei.com/apis/rest/payments-send-link.md): Sends a payment link to the customer through their preferred communication channel. - [Send Payment Receipt](https://docs.monei.com/apis/rest/payments-send-receipt.md): Sends a payment receipt to the customer through their preferred communication channel. - [Send Payment Request](https://docs.monei.com/apis/rest/payments-send-request.md): Sends a direct payment request to the customer's phone with smart channel selection. - [Payments](https://docs.monei.com/apis/rest/payments.md): Payments - [Create POS Auth Token](https://docs.monei.com/apis/rest/pos-auth-token-create.md): Generates an RS256-signed JWT token for POS terminal authentication. - [POS Auth Token](https://docs.monei.com/apis/rest/pos-auth-token.md): POS Auth Token - [AccountId](https://docs.monei.com/apis/rest/schemas/accountid.md): MONEI Account identifier. - [ActivateApplePayCertificateRequest](https://docs.monei.com/apis/rest/schemas/activateapplepaycertificaterequest.md) - [ActivateSubscriptionRequest](https://docs.monei.com/apis/rest/schemas/activatesubscriptionrequest.md) - [Address](https://docs.monei.com/apis/rest/schemas/address.md) - [ApiException](https://docs.monei.com/apis/rest/schemas/apiexception.md) - [ApplePayCertificate](https://docs.monei.com/apis/rest/schemas/applepaycertificate.md): An Apple Pay certificate for iOS app integration. - [BadRequestError](https://docs.monei.com/apis/rest/schemas/badrequesterror.md) - [Browser](https://docs.monei.com/apis/rest/schemas/browser.md): The browser used in this browser session (e.g., `Mobile Safari`). - [BrowserAccept](https://docs.monei.com/apis/rest/schemas/browseraccept.md): Browser accept header. - [BrowserColorDepth](https://docs.monei.com/apis/rest/schemas/browsercolordepth.md): The color depth of the browser session (e.g., `24`). - [BrowserScreenHeight](https://docs.monei.com/apis/rest/schemas/browserscreenheight.md): The screen height of the browser session (e.g., `1152`). - [BrowserScreenWidth](https://docs.monei.com/apis/rest/schemas/browserscreenwidth.md): The screen width of the browser session (e.g., `2048`). - [BrowserTimezoneOffset](https://docs.monei.com/apis/rest/schemas/browsertimezoneoffset.md): The timezone offset of the browser session (e.g., `-120`). - [BrowserVersion](https://docs.monei.com/apis/rest/schemas/browserversion.md): The version for the browser session (e.g., `13.1.1`). - [CancelPaymentRequest](https://docs.monei.com/apis/rest/schemas/cancelpaymentrequest.md) - [CancelSubscriptionRequest](https://docs.monei.com/apis/rest/schemas/cancelsubscriptionrequest.md) - [CapturePaymentRequest](https://docs.monei.com/apis/rest/schemas/capturepaymentrequest.md) - [CardholderEmail](https://docs.monei.com/apis/rest/schemas/cardholderemail.md): The cardholder's email address. - [CardholderName](https://docs.monei.com/apis/rest/schemas/cardholdername.md): The cardholder's name, as stated in the credit card. - [ConfirmPaymentRequest](https://docs.monei.com/apis/rest/schemas/confirmpaymentrequest.md) - [Country](https://docs.monei.com/apis/rest/schemas/country.md): Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)). - [CreatedAt](https://docs.monei.com/apis/rest/schemas/createdat.md): Time at which the resource was created. Measured in seconds since the Unix epoch. - [CreatePaymentRequest](https://docs.monei.com/apis/rest/schemas/createpaymentrequest.md) - [CreatePosAuthTokenRequest](https://docs.monei.com/apis/rest/schemas/createposauthtokenrequest.md) - [CreateSubscriptionRequest](https://docs.monei.com/apis/rest/schemas/createsubscriptionrequest.md) - [DeviceModel](https://docs.monei.com/apis/rest/schemas/devicemodel.md): Information about the device used for the browser session (e.g., `iPhone`). - [DeviceType](https://docs.monei.com/apis/rest/schemas/devicetype.md): Device type, could be `desktop`, `mobile`, `smartTV`, `tablet`. - [DomainName](https://docs.monei.com/apis/rest/schemas/domainname.md): The domain name to register for Apple Pay. - [InternalServerError](https://docs.monei.com/apis/rest/schemas/internalservererror.md) - [IP](https://docs.monei.com/apis/rest/schemas/ip.md): The IP address where the operation originated. - [Lang](https://docs.monei.com/apis/rest/schemas/lang.md): Two-letter language code ([ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1)). - [Livemode](https://docs.monei.com/apis/rest/schemas/livemode.md): Has the value `true` if the resource exists in live mode or the value `false` if the resource exists in test mode. - [Metadata](https://docs.monei.com/apis/rest/schemas/metadata.md): A set of key-value pairs that you can attach to a resource. This can be useful for storing additional information about the resource in a structured format. - [NotFoundError](https://docs.monei.com/apis/rest/schemas/notfounderror.md) - [Os](https://docs.monei.com/apis/rest/schemas/os.md): Operation system (e.g., `iOS`). - [OsVersion](https://docs.monei.com/apis/rest/schemas/osversion.md): Operation system version (e.g., `13.5.1`). - [PauseSubscriptionRequest](https://docs.monei.com/apis/rest/schemas/pausesubscriptionrequest.md) - [Payment-Amount](https://docs.monei.com/apis/rest/schemas/payment-amount.md): Amount intended to be collected by this payment. A positive integer - [Payment-AuthorizationCode](https://docs.monei.com/apis/rest/schemas/payment-authorizationcode.md): Unique identifier provided by the bank performing transaction. - [Payment-AutoRecover](https://docs.monei.com/apis/rest/schemas/payment-autorecover.md): If set to `true`, the new payment will be automatically created when customer visits the payment link of the previously failed payment. Is automatically set to `true` if `completeUrl` is not provided.(set this value to `true` to create 'Pay By Link' payments). - [Payment-BillingDetails](https://docs.monei.com/apis/rest/schemas/payment-billingdetails.md): Billing information associated with the payment method - [Payment-CallbackUrl](https://docs.monei.com/apis/rest/schemas/payment-callbackurl.md): The URL to which a payment result should be sent asynchronously. - [Payment-CancellationReason](https://docs.monei.com/apis/rest/schemas/payment-cancellationreason.md): The reason for canceling the Payment. - [Payment-CancelUrl](https://docs.monei.com/apis/rest/schemas/payment-cancelurl.md): The URL the customer will be directed to if they decide to cancel - [Payment-CompleteUrl](https://docs.monei.com/apis/rest/schemas/payment-completeurl.md): The URL the customer will be directed to after transaction - [Payment-Currency](https://docs.monei.com/apis/rest/schemas/payment-currency.md): Three-letter [ISO currency code](https://en.wikipedia.org/wiki/ISO_4217), - [Payment-Customer](https://docs.monei.com/apis/rest/schemas/payment-customer.md) - [Payment-Description](https://docs.monei.com/apis/rest/schemas/payment-description.md): An arbitrary string attached to the payment. Often useful for - [Payment-ExpireAt](https://docs.monei.com/apis/rest/schemas/payment-expireat.md): Payment expiration time. - [Payment-FailUrl](https://docs.monei.com/apis/rest/schemas/payment-failurl.md): The URL the customer will be directed to after transaction has failed, - [Payment-GeneratePaymentToken](https://docs.monei.com/apis/rest/schemas/payment-generatepaymenttoken.md): If set to true a permanent token that represents a payment - [Payment-Id](https://docs.monei.com/apis/rest/schemas/payment-id.md): Unique identifier for the payment. - [Payment-LastRefundAmount](https://docs.monei.com/apis/rest/schemas/payment-lastrefundamount.md): Amount in cents refunded in the last transaction. - [Payment-LastRefundReason](https://docs.monei.com/apis/rest/schemas/payment-lastrefundreason.md): The reason of the last refund transaction. - [Payment-MessageChannel](https://docs.monei.com/apis/rest/schemas/payment-messagechannel.md): The channel used to send the payment message. - [Payment-MessageLanguage](https://docs.monei.com/apis/rest/schemas/payment-messagelanguage.md): The language of message sent to the customer. If not provided the default customer language is used if available. - [Payment-NextAction](https://docs.monei.com/apis/rest/schemas/payment-nextaction.md): If present, this property tells you what actions you need - [Payment-OrderId](https://docs.monei.com/apis/rest/schemas/payment-orderid.md): An order ID from your system. A unique identifier that can be used - [Payment-PaymentMethod](https://docs.monei.com/apis/rest/schemas/payment-paymentmethod.md): Details about the payment method at the time of the transaction. - [Payment-PaymentMethodBizum](https://docs.monei.com/apis/rest/schemas/payment-paymentmethodbizum.md): Details about the Bizum account used as payment method at the time of the transaction. - [Payment-PaymentMethodBizumInput](https://docs.monei.com/apis/rest/schemas/payment-paymentmethodbizuminput.md): Details about the Bizum account used for this payment. - [Payment-PaymentMethodCard](https://docs.monei.com/apis/rest/schemas/payment-paymentmethodcard.md): Details about the card used as payment method at the time of the transaction. - [Payment-PaymentMethodCardInput](https://docs.monei.com/apis/rest/schemas/payment-paymentmethodcardinput.md): Details about the card used as payment method. - [Payment-PaymentMethodInput](https://docs.monei.com/apis/rest/schemas/payment-paymentmethodinput.md): An information about a payment method used for this payment. - [Payment-PaymentMethodKlarna](https://docs.monei.com/apis/rest/schemas/payment-paymentmethodklarna.md): Details from Klarna order used as payment method at the time of the transaction. - [Payment-PaymentMethodMbway](https://docs.monei.com/apis/rest/schemas/payment-paymentmethodmbway.md): Details from MBWay order used as payment method at the time of the transaction. - [Payment-PaymentMethodPaypal](https://docs.monei.com/apis/rest/schemas/payment-paymentmethodpaypal.md): Details from Paypal order used as payment method at the time of the transaction. - [Payment-PaymentMethods](https://docs.monei.com/apis/rest/schemas/payment-paymentmethods.md): An array of allowed payment methods (used in hosted payment - [Payment-PaymentMethodSepa](https://docs.monei.com/apis/rest/schemas/payment-paymentmethodsepa.md): Details from SEPA order used as payment method at the time of the transaction. - [Payment-PaymentMethodTrustly](https://docs.monei.com/apis/rest/schemas/payment-paymentmethodtrustly.md): Details from Trustly order used as payment method at the time of the transaction. - [Payment-PaymentToken](https://docs.monei.com/apis/rest/schemas/payment-paymenttoken.md): A permanent token represents a payment method used in the - [Payment-PointOfSaleId](https://docs.monei.com/apis/rest/schemas/payment-pointofsaleid.md): A unique identifier of the Point of Sale. If specified the payment is attached to this Point of Sale. If there is a QR code attached to the same Point of Sale, this payment will be available by scanning the QR code. - [Payment-RefundedAmount](https://docs.monei.com/apis/rest/schemas/payment-refundedamount.md): Amount in cents refunded (can be less than the amount - [Payment-RefundReason](https://docs.monei.com/apis/rest/schemas/payment-refundreason.md): The reason for refunding the Payment. - [Payment-Sequence](https://docs.monei.com/apis/rest/schemas/payment-sequence.md): This field needs to be sent in order to mark the beginning of a sequence of payments - [Payment-SequenceId](https://docs.monei.com/apis/rest/schemas/payment-sequenceid.md): A permanent identifier that refers to the initial payment of - [Payment-SequenceRecurring](https://docs.monei.com/apis/rest/schemas/payment-sequencerecurring.md): Specific configurations for recurring payments. - [Payment-SessionDetails](https://docs.monei.com/apis/rest/schemas/payment-sessiondetails.md): Information related to the browsing session of the user - [Payment-SessionId](https://docs.monei.com/apis/rest/schemas/payment-sessionid.md): A unique identifier within your system that adds security to the - [Payment-ShippingDetails](https://docs.monei.com/apis/rest/schemas/payment-shippingdetails.md): Shipping information associated with the payment. - [Payment-Shop](https://docs.monei.com/apis/rest/schemas/payment-shop.md): The information about the shop (used in - [Payment-Status](https://docs.monei.com/apis/rest/schemas/payment-status.md): The status of the payment. - [Payment-StatusCode](https://docs.monei.com/apis/rest/schemas/payment-statuscode.md): Payment status code. - [Payment-StatusMessage](https://docs.monei.com/apis/rest/schemas/payment-statusmessage.md): Human readable status message, can be displayed to a user. - [Payment-StoreId](https://docs.monei.com/apis/rest/schemas/payment-storeid.md): A unique identifier of the Store. If specified the payment is attached to this Store. - [Payment-SubscriptionId](https://docs.monei.com/apis/rest/schemas/payment-subscriptionid.md): A unique identifier of the Subscription. If specified the payment is attached to this Subscription. - [Payment-TraceDetails](https://docs.monei.com/apis/rest/schemas/payment-tracedetails.md): Information related to the browsing session of the user - [Payment-TransactionType](https://docs.monei.com/apis/rest/schemas/payment-transactiontype.md): Controls when the funds will be captured. - [Payment](https://docs.monei.com/apis/rest/schemas/payment.md) - [PaymentMethods-Amount](https://docs.monei.com/apis/rest/schemas/paymentmethods-amount.md): The amount of the payment in the smallest currency unit. - [PaymentMethods-Currency](https://docs.monei.com/apis/rest/schemas/paymentmethods-currency.md): Three-letter ISO currency code, in uppercase. - [PaymentMethods-MerchantName](https://docs.monei.com/apis/rest/schemas/paymentmethods-merchantname.md): The name of the merchant - [PaymentMethods-MerchantUrl](https://docs.monei.com/apis/rest/schemas/paymentmethods-merchanturl.md): The URL of the merchant's website - [PaymentMethods-Metadata](https://docs.monei.com/apis/rest/schemas/paymentmethods-metadata.md): Additional configuration details for each payment method. - [PaymentMethods-Methods](https://docs.monei.com/apis/rest/schemas/paymentmethods-methods.md): An array of available payment methods for the account or payment. - [PaymentMethods](https://docs.monei.com/apis/rest/schemas/paymentmethods.md) - [RecurringPaymentRequest](https://docs.monei.com/apis/rest/schemas/recurringpaymentrequest.md) - [RefundPaymentRequest](https://docs.monei.com/apis/rest/schemas/refundpaymentrequest.md) - [RegisterApplePayDomainRequest](https://docs.monei.com/apis/rest/schemas/registerapplepaydomainrequest.md) - [SendPaymentLinkRequest](https://docs.monei.com/apis/rest/schemas/sendpaymentlinkrequest.md) - [SendPaymentReceiptRequest](https://docs.monei.com/apis/rest/schemas/sendpaymentreceiptrequest.md) - [SendPaymentRequestRequest](https://docs.monei.com/apis/rest/schemas/sendpaymentrequestrequest.md) - [SendSubscriptionLinkRequest](https://docs.monei.com/apis/rest/schemas/sendsubscriptionlinkrequest.md) - [SendSubscriptionStatusRequest](https://docs.monei.com/apis/rest/schemas/sendsubscriptionstatusrequest.md) - [ServiceUnavailableError](https://docs.monei.com/apis/rest/schemas/serviceunavailableerror.md) - [Source](https://docs.monei.com/apis/rest/schemas/source.md): The source component from where the operation was generated (mostly for our SDK's). - [SourceVersion](https://docs.monei.com/apis/rest/schemas/sourceversion.md): The source component version from where the operation was generated (mostly for our SDK's). - [Subscription-CallbackUrl](https://docs.monei.com/apis/rest/schemas/subscription-callbackurl.md): The URL will be called each time subscription status changes. You will receive a subscription object in the body of the request. - [Subscription-CancelAtPeriodEnd](https://docs.monei.com/apis/rest/schemas/subscription-cancelatperiodend.md): If true, the subscription will be canceled at the end of the current period. - [Subscription-CurrentPeriodEnd](https://docs.monei.com/apis/rest/schemas/subscription-currentperiodend.md): The end date of the current subscription period. Measured in seconds since the Unix epoch. - [Subscription-CurrentPeriodStart](https://docs.monei.com/apis/rest/schemas/subscription-currentperiodstart.md): The start date of the current subscription period. Measured in seconds since the Unix epoch. - [Subscription-Description](https://docs.monei.com/apis/rest/schemas/subscription-description.md): An arbitrary string attached to the subscription. Often useful for - [Subscription-Id](https://docs.monei.com/apis/rest/schemas/subscription-id.md): Unique identifier for the subscription. - [Subscription-Interval](https://docs.monei.com/apis/rest/schemas/subscription-interval.md): Subscription interval. The `minute` and `hour` intervals are only available in test mode. - [Subscription-IntervalCount](https://docs.monei.com/apis/rest/schemas/subscription-intervalcount.md): Number of intervals between subscription payments. - [Subscription-LastPayment](https://docs.monei.com/apis/rest/schemas/subscription-lastpayment.md) - [Subscription-NextPaymentAt](https://docs.monei.com/apis/rest/schemas/subscription-nextpaymentat.md): The date when the next payment will be made. - [Subscription-PauseAtPeriodEnd](https://docs.monei.com/apis/rest/schemas/subscription-pauseatperiodend.md): If true, the subscription will be paused at the end of the current period. - [Subscription-PauseIntervalCount](https://docs.monei.com/apis/rest/schemas/subscription-pauseintervalcount.md): Number of intervals when subscription will be paused before it activates again. - [Subscription-PaymentCallbackUrl](https://docs.monei.com/apis/rest/schemas/subscription-paymentcallbackurl.md): The URL will be called each time subscription creates a new payments. You will receive the payment object in the body of the request. - [Subscription-PaymentMethod](https://docs.monei.com/apis/rest/schemas/subscription-paymentmethod.md): Details about the payment method at the time of the transaction. - [Subscription-PaymentMethodCard](https://docs.monei.com/apis/rest/schemas/subscription-paymentmethodcard.md): Details about the card used as payment method at the time of the transaction. - [Subscription-PaymentMethods](https://docs.monei.com/apis/rest/schemas/subscription-paymentmethods.md): List of payment methods allowed for subscriptions. - [Subscription-RetryCount](https://docs.monei.com/apis/rest/schemas/subscription-retrycount.md): Number of retries left for the subscription. - [Subscription-RetrySchedule](https://docs.monei.com/apis/rest/schemas/subscription-retryschedule.md): Defines a custom schedule for retrying failed subscription payments. Each entry in the array specifies how long to wait before attempting the next payment retry. - [Subscription-SkipIntervalCount](https://docs.monei.com/apis/rest/schemas/subscription-skipintervalcount.md): The number of intervals during which the subscription billing cycle will be skipped without altering the subscription status. This is useful when payment for a specific period is received through different methods. - [Subscription-Status](https://docs.monei.com/apis/rest/schemas/subscription-status.md): The status of the subscription. - [Subscription-TrialPeriodDays](https://docs.monei.com/apis/rest/schemas/subscription-trialperioddays.md): Number of days the trial period lasts. - [Subscription-TrialPeriodEnd](https://docs.monei.com/apis/rest/schemas/subscription-trialperiodend.md): The end date of the trial period. Measured in seconds since the Unix epoch. - [Subscription](https://docs.monei.com/apis/rest/schemas/subscription.md) - [UnauthorizedError](https://docs.monei.com/apis/rest/schemas/unauthorizederror.md) - [UnprocessableEntityError](https://docs.monei.com/apis/rest/schemas/unprocessableentityerror.md) - [UpdateApplePayCertificateRequest](https://docs.monei.com/apis/rest/schemas/updateapplepaycertificaterequest.md) - [UpdatedAt](https://docs.monei.com/apis/rest/schemas/updatedat.md): Time at which the resource updated last time. Measured in seconds since the Unix epoch. - [UpdateSubscriptionRequest](https://docs.monei.com/apis/rest/schemas/updatesubscriptionrequest.md) - [UserAgent](https://docs.monei.com/apis/rest/schemas/useragent.md): Full user agent string of the browser session. - [ValidateBizumPhoneRequest](https://docs.monei.com/apis/rest/schemas/validatebizumphonerequest.md) - [Activate Subscription](https://docs.monei.com/apis/rest/subscriptions-activate.md): Activates a subscription by attaching a payment method and initiating the billing cycle. - [Cancel Subscription](https://docs.monei.com/apis/rest/subscriptions-cancel.md): Cancels an active subscription, permanently stopping the billing cycle. - [Create Subscription](https://docs.monei.com/apis/rest/subscriptions-create.md): Creates a new subscription with the specified parameters. - [Get Subscription](https://docs.monei.com/apis/rest/subscriptions-get.md): Retrieves the complete details of an existing subscription by its unique ID. - [Pause Subscription](https://docs.monei.com/apis/rest/subscriptions-pause.md): Pauses an active subscription, temporarily halting the billing cycle. - [Resume Subscription](https://docs.monei.com/apis/rest/subscriptions-resume.md): Resumes a previously paused subscription, reactivating the billing cycle. - [Send Subscription Link](https://docs.monei.com/apis/rest/subscriptions-send-link.md): Sends a subscription activation link to the customer through their preferred communication channel. - [Send Subscription Status](https://docs.monei.com/apis/rest/subscriptions-send-status.md): Sends subscription status information to the customer through their preferred communication channel. - [Update Subscription](https://docs.monei.com/apis/rest/subscriptions-update.md): Updates the configuration of an existing subscription. - [Subscriptions](https://docs.monei.com/apis/rest/subscriptions.md): Subscriptions ## channel-tokenization - [Hotels Channel Managers](https://docs.monei.com/channel-tokenization.md): This document outlines the process of payment card tokenization, where card information is received. ## e-commerce - [Adobe Commerce (Magento 2)](https://docs.monei.com/e-commerce/adobe-commerce.md): To accept payments through MONEI in your Adobe Commerce (Magento 2) store you simply need to install and configure MONEI Adobe Commerce Extension. - [commercetools](https://docs.monei.com/e-commerce/commercetools.md): Accept Bizum, card payments, Apple Pay, Google Pay, and SEPA Direct Debit in your commercetools store with the MONEI payment connector. - [PrestaShop](https://docs.monei.com/e-commerce/prestashop.md): To accept payments through MONEI in your PrestaShop store you simply need to install and configure MONEI PrestaShop Module. - [Salesforce Commerce Cloud](https://docs.monei.com/e-commerce/salesforce.md): To accept payments through MONEI in your SalesForce Commerce Cloud store you simply need to install and configure the MONEI SalesForce Plugin. - [Hide Payment Methods by Country](https://docs.monei.com/e-commerce/shopify/hide-payment-methods.md): Learn how to hide payment methods on your Shopify checkout based on customer country location using Checkout Blocks (Shopify Plus) or Puco (standard Shopify). - [MONEI Bizum](https://docs.monei.com/e-commerce/shopify/monei-bizum.md): Accept Bizum payments through MONEI in your Shopify store by installing and configuring the MONEI Pay · Bizum Shopify App. - [MONEI MB Way](https://docs.monei.com/e-commerce/shopify/monei-mbway.md): Accept MB Way payments through MONEI in your Shopify store by installing and configuring the MONEI MB Way Shopify App. - [MONEI Multibanco](https://docs.monei.com/e-commerce/shopify/monei-multibanco.md): Accept Multibanco payments through MONEI in your Shopify store by installing and configuring the MONEI Multibanco Shopify App. - [MONEI Onsite](https://docs.monei.com/e-commerce/shopify/monei-onsite.md): Accept payments directly on your Shopify store by installing and configuring the MONEI Onsite Shopify App. - [MONEI Payments](https://docs.monei.com/e-commerce/shopify/monei-payments.md): To accept payments through MONEI in your Shopify store you simply need to install and configure MONEI Payments Shopify App. - [WIX](https://docs.monei.com/e-commerce/wix.md): To accept payments through MONEI in your WIX store you simply need to install MONEI in WIX App Market. - [WooCommerce](https://docs.monei.com/e-commerce/woocommerce.md): To accept payments through MONEI in your WooCommerce store you simply need to install and configure MONEI WooCommerce Plugin. ## eurm-stablecoin - [EURM Stablecoin](https://docs.monei.com/eurm-stablecoin.md): EURM is a euro-pegged stablecoin by MONEI built on Ethereum and Polygon for digital payments. ## getting-started - [Getting started](https://docs.monei.com/getting-started.md): Find a guide to integrate MONEI into your system ## guides - [Ethoca & Verifi Sync](https://docs.monei.com/guides/ethoca-verifi.md): Integrate Ethoca and Verifi services to reduce chargebacks and improve transaction oversight. - [Managing Multiple Stores](https://docs.monei.com/guides/managing-stores.md): Manage multiple stores and points of sale within a single MONEI account. - [Migrate your tokenized cards to MONEI](https://docs.monei.com/guides/migrate-tokens.md): Securely migrate tokenized cards from another payment processor to MONEI. - [Payouts (beta)](https://docs.monei.com/guides/payouts.md): Send money to individuals via Bizum or Cards using the MONEI Payouts API. - [Save payment method](https://docs.monei.com/guides/save-payment-method.md): Tokenize and save payment methods for future use with MONEI. - [Send cardholder name](https://docs.monei.com/guides/send-cardholder-name.md): Send cardholder name with transactions to comply with PSD2 and SCA requirements. - [Verify signature](https://docs.monei.com/guides/verify-signature.md): Verify MONEI webhook signatures to ensure request authenticity. ## hotels - [Channex](https://docs.monei.com/hotels/channex.md): Tokenize payment cards from Channex hotel reservations using the MONEI API. - [Hotels Channel Managers](https://docs.monei.com/hotels/overview.md): Securely tokenize payment cards from hotel channel managers like Siteminder and Channex for PCI-compliant payment processing. - [Siteminder](https://docs.monei.com/hotels/siteminder.md): Tokenize payment cards from Siteminder hotel reservations using the MONEI API. ## integrations - [Build a custom checkout](https://docs.monei.com/integrations/build-custom-checkout.md): Use MONEI Components to build your custom checkout and securely accept Cards, PayPal, Bizum, Apple Pay, GooglePay, Click to Pay and other payment methods. - [Express Checkout](https://docs.monei.com/integrations/express-checkout.md): Collect shipping and billing addresses directly from Apple Pay, Google Pay, or PayPal wallet UIs using MONEI Components. - [Pay By Link](https://docs.monei.com/integrations/pay-by-link.md): Use Pay By Link to send your customers a link to pay online in one click! Works with or without a website. Send payment links via email, WhatsApp or SMS. - [Use payment modal](https://docs.monei.com/integrations/use-payment-modal.md): MONEI Payment Modal is the simplest way to securely collect payments from your customers without them leaving your website. - [Use a prebuilt payment page](https://docs.monei.com/integrations/use-prebuilt-payment-page.md): MONEI Hosted payment page is the simplest way to securely collect payments from your customers with multiple payment methods like Cards, PayPal, Bizum, GooglePay, Apple Pay & Click to Pay among others. - [Use QR code payments](https://docs.monei.com/integrations/use-qr-payments.md): Accept in-store contactless payments with QR codes using the MONEI Pay app, Dashboard Points of Sale, or the Payments API. ## monei-connect - [MONEI Connect](https://docs.monei.com/monei-connect.md): Integrate payments into your platform or marketplace using MONEI Connect partner program. ## monei-js - [Angular Components](https://docs.monei.com/monei-js/angular.md): Angular components for MONEI payments — MoneiCardInput, MoneiBizum, MoneiPayPal, and MoneiPaymentRequest as standalone components with typed @Input() bindings and @ViewChild submit(). - [Migration Guide](https://docs.monei.com/monei-js/migration.md): Migrate from MONEI Components v2 to v3 — new framework packages, submit() API, and deprecated driver patterns. - [MONEI Components](https://docs.monei.com/monei-js/overview.md): MONEI Components enable you to collect sensitive payment information using customizable Components. - [React Components](https://docs.monei.com/monei-js/react.md): React components for MONEI payments — CardInput, Bizum, PayPal, and PaymentRequest with typed props and ref-based submit(). - [MONEI JS Reference](https://docs.monei.com/monei-js/reference.md): You can use monei.js' APIs to tokenize customer information and collect sensitive card data using customizable MONEI Components. - [Svelte Components](https://docs.monei.com/monei-js/svelte.md): Svelte 5 components for MONEI payments — CardInput, Bizum, PayPal, and PaymentRequest with runes-based props and bind:this submit(). - [Vue Components](https://docs.monei.com/monei-js/vue.md): Vue 3 components for MONEI payments — CardInput, Bizum, PayPal, and PaymentRequest with typed props and template ref submit(). ## monei-pay - [Android App Integration](https://docs.monei.com/monei-pay/app-integration/android.md): Accept NFC payments from your Android app using the MONEI Pay Kotlin SDK. - [Getting Started](https://docs.monei.com/monei-pay/app-integration/getting-started.md): Generate POS auth tokens from your backend and integrate your merchant app with MONEI Pay for NFC payments. - [iOS App Integration](https://docs.monei.com/monei-pay/app-integration/ios.md): Accept NFC payments from your iOS app using the MONEI Pay Swift SDK. - [React Native App Integration](https://docs.monei.com/monei-pay/app-integration/react-native.md): Accept NFC payments from your React Native app using the MONEI Pay Expo module SDK. - [MONEI Pay](https://docs.monei.com/monei-pay/overview.md): Turn any smartphone into a payment terminal. Accept NFC tap-to-pay and QR code payments with the MONEI Pay app — no extra hardware needed. ## payment-methods - [Apple Pay](https://docs.monei.com/payment-methods/apple-pay.md): Learn how to accept Apple Pay payments with MONEI. - [Bizum](https://docs.monei.com/payment-methods/bizum.md): Learn how to accept Bizum payments with MONEI. - [Cards](https://docs.monei.com/payment-methods/card.md): Learn how to accept Card payments with MONEI. - [Click to Pay](https://docs.monei.com/payment-methods/click-to-pay.md): Accept Click to Pay payments to let your customers make secure payments in fewer clicks. - [Google Pay](https://docs.monei.com/payment-methods/google-pay.md): Learn how to accept Google Pay payments with MONEI. - [Payment Methods Overview](https://docs.monei.com/payment-methods/overview.md): Overview of all payment methods supported by MONEI including cards, digital wallets, and local payment methods. - [PayPal](https://docs.monei.com/payment-methods/paypal.md): Learn how to accept PayPal payments with MONEI. - [SEPA Request to Pay (SRTP)](https://docs.monei.com/payment-methods/sepa-request-to-pay.md): Create and accept payments using the SRTP scheme. ## subscriptions - [Subscriptions with custom checkout](https://docs.monei.com/subscriptions/build-custom-checkout.md): Collect payment details on your own site using MONEI Components to activate subscriptions. Full control over the checkout experience. - [Handle failed subscription payments](https://docs.monei.com/subscriptions/handle-failed-payments.md): Understand how MONEI retries failed subscription payments, configure retry schedules, and recover past-due subscriptions. - [Manage subscriptions](https://docs.monei.com/subscriptions/manage-subscriptions.md): Pause, resume, cancel, skip, update payment method, and manage subscription details using the MONEI API. - [Subscriptions overview](https://docs.monei.com/subscriptions/overview.md): Learn how MONEI subscriptions work — lifecycle, statuses, billing intervals, trial periods, webhooks, and supported payment methods. - [Subscriptions with prebuilt payment page](https://docs.monei.com/subscriptions/use-prebuilt-payment-page.md): Activate subscriptions by redirecting customers to a MONEI-hosted payment page. Simplest integration — no frontend code required. ## testing - [Testing](https://docs.monei.com/testing.md): This page includes test card numbers and other information to make sure your integration works as planned. ## Optional - [REST API OpenAPI](https://js.monei.com/api/v1/openapi.json): Official OpenAPI specification for MONEI API v1. - [GraphQL Endpoint](https://graphql.monei.com/): GraphQL endpoint for schema introspection. - [Postman Collection](https://postman.monei.com/): Prebuilt requests for testing the REST API.