# Acclaim ## Docs - [Authentication](https://docs.withacclaim.com/api/auth.md): Learn how to authenticate with the Acclaim API. This guide explains secret and publishable keys, sandbox vs. production environments, and best practices for secure API access. - [Errors](https://docs.withacclaim.com/api/errors.md): Learn how to handle errors returned by the Acclaim API. This document covers HTTP status codes, common error types, and best practices for debugging and retries. - [Introduction](https://docs.withacclaim.com/api/introduction.md): The Acclaim REST API enables you to automate claims and commission payments, manage wallets and balances, and more — all through a consistent RESTful interface. - [Pagination](https://docs.withacclaim.com/api/pagination.md): Learn how to paginate Acclaim API results using cursors for reliable, efficient access to large datasets. - [Create or update a payee by identifier](https://docs.withacclaim.com/api/payees/create-or-update-a-payee-by-identifier.md): Idempotent endpoint to create or update a payee using a custom identifier. If a payee with the given identifier exists, it will be updated. If not, a new payee will be created with that identifier. Returns 201 for creation, 200 for update. - [Retrieve a payee](https://docs.withacclaim.com/api/payees/retrieve-a-payee.md) - [Update a payee](https://docs.withacclaim.com/api/payees/update-a-payee.md) - [Create a payer](https://docs.withacclaim.com/api/payers/create-a-payer.md): Create a payer for payment collection. A unique identifier will be generated if not provided. - [Delete a payer](https://docs.withacclaim.com/api/payers/delete-a-payer.md) - [List payers](https://docs.withacclaim.com/api/payers/list-payers.md) - [Retrieve a payer](https://docs.withacclaim.com/api/payers/retrieve-a-payer.md) - [Update a payer](https://docs.withacclaim.com/api/payers/update-a-payer.md) - [Delete a payment method](https://docs.withacclaim.com/api/payment-methods/delete-a-payment-method.md): Payment methods that have been used in a transaction cannot be deleted; returns 403 in that case. Deactivate instead. - [List payment methods for a payer](https://docs.withacclaim.com/api/payment-methods/list-payment-methods-for-a-payer.md) - [Retrieve a payment method](https://docs.withacclaim.com/api/payment-methods/retrieve-a-payment-method.md) - [Update a payment method](https://docs.withacclaim.com/api/payment-methods/update-a-payment-method.md) - [Cancel a payment request](https://docs.withacclaim.com/api/payment-requests/cancel-a-payment-request.md): Cancel a payment request that is in RequiresPaymentMethod or RequiresAction status. Once canceled, the payment request can no longer be confirmed and funds collected. - [Confirm a payment request](https://docs.withacclaim.com/api/payment-requests/confirm-a-payment-request.md): Confirm a payment request to complete the payment lifecycle. The payment request must be in RequiresPaymentMethod or RequiresAction status. This can be used when collecting a payment method to create and process a payment. The payment request status updates based on the result. - [Create a payment request](https://docs.withacclaim.com/api/payment-requests/create-a-payment-request.md): Create a payment request for collecting a payment. The request will be in RequiresPaymentMethod status until a payment method is provided. - [List payment requests](https://docs.withacclaim.com/api/payment-requests/list-payment-requests.md) - [Retrieve a payment request](https://docs.withacclaim.com/api/payment-requests/retrieve-a-payment-request.md) - [Update a payment request](https://docs.withacclaim.com/api/payment-requests/update-a-payment-request.md): Update a payment request. Only provided fields will be updated. Can update description, reference, amount, currency, tokenization flags, expiration date, payer, payment method, IP address, and user agent. - [Add payouts to a batch](https://docs.withacclaim.com/api/payout-batches/add-payouts-to-a-batch.md) - [Cancel a payout batch](https://docs.withacclaim.com/api/payout-batches/cancel-a-payout-batch.md) - [Create a payout batch](https://docs.withacclaim.com/api/payout-batches/create-a-payout-batch.md) - [List payout batches](https://docs.withacclaim.com/api/payout-batches/list-payout-batches.md) - [List payouts in a batch](https://docs.withacclaim.com/api/payout-batches/list-payouts-in-a-batch.md) - [Process a payout batch](https://docs.withacclaim.com/api/payout-batches/process-a-payout-batch.md) - [Remove payouts from a batch](https://docs.withacclaim.com/api/payout-batches/remove-payouts-from-a-batch.md) - [Retrieve a payout batch](https://docs.withacclaim.com/api/payout-batches/retrieve-a-payout-batch.md) - [Create a payout method for a payee](https://docs.withacclaim.com/api/payout-methods/create-a-payout-method-for-a-payee.md) - [Delete a payout method](https://docs.withacclaim.com/api/payout-methods/delete-a-payout-method.md): Payout methods that have been used in a transaction cannot be deleted; return 403 in that case. Deactivate instead. - [Generate payout method schemas](https://docs.withacclaim.com/api/payout-methods/generate-payout-method-schemas.md): Returns available payout method types and their field schemas (required fields, types, validation) for the given country. Use this to build dynamic create forms for payout methods. - [List payout methods for a payee](https://docs.withacclaim.com/api/payout-methods/list-payout-methods-for-a-payee.md) - [Retrieve a payout method](https://docs.withacclaim.com/api/payout-methods/retrieve-a-payout-method.md) - [Update a payout method](https://docs.withacclaim.com/api/payout-methods/update-a-payout-method.md) - [Cancel a payout](https://docs.withacclaim.com/api/payouts/cancel-a-payout.md) - [Create a payout](https://docs.withacclaim.com/api/payouts/create-a-payout.md): Create a payout from a treasury account to a payee. Also creates a payout link for recipient choice. - [List payouts](https://docs.withacclaim.com/api/payouts/list-payouts.md) - [Retrieve a payout](https://docs.withacclaim.com/api/payouts/retrieve-a-payout.md) - [Update a payout](https://docs.withacclaim.com/api/payouts/update-a-payout.md) - [Create a refund for a payment](https://docs.withacclaim.com/api/refunds/create-a-refund-for-a-payment.md): Create and process a refund for a specific payment. The refund amount must not exceed the remaining refundable amount. - [List refunds](https://docs.withacclaim.com/api/refunds/list-refunds.md) - [Retrieve a refund](https://docs.withacclaim.com/api/refunds/retrieve-a-refund.md) - [Cancel a setup request](https://docs.withacclaim.com/api/setup-requests/cancel-a-setup-request.md): Cancel a setup request that is in RequiresPaymentMethod or RequiresAction status. Once canceled, the setup request cannot be used. - [Confirm a setup request](https://docs.withacclaim.com/api/setup-requests/confirm-a-setup-request.md): Confirm a setup request to complete the setup lifecycle. The setup request must be in RequiresPaymentMethod or RequiresAction status. This will validate the payment method and tokenize it. The setup request status updates based on the result. - [Create a setup request](https://docs.withacclaim.com/api/setup-requests/create-a-setup-request.md): Create a setup request for securely storing a payment method. The request will be in RequiresPaymentMethod status until a payment method is provided. - [List setup requests](https://docs.withacclaim.com/api/setup-requests/list-setup-requests.md) - [Retrieve a setup request](https://docs.withacclaim.com/api/setup-requests/retrieve-a-setup-request.md) - [Update a setup request](https://docs.withacclaim.com/api/setup-requests/update-a-setup-request.md): Update a setup request. Only provided fields will be updated. Can update description, payer, payment method, and expiration date. - [Deposit from a settlement account](https://docs.withacclaim.com/api/treasury-funding/deposit-from-a-settlement-account.md) - [List settlement accounts](https://docs.withacclaim.com/api/treasury-funding/list-settlement-accounts.md): Settlement accounts are linked and verified in the Console. Creation via API is not available. - [List virtual accounts](https://docs.withacclaim.com/api/treasury-funding/list-virtual-accounts.md): Virtual Accounts are virtual bank account numbers for funding treasury accounts in a specific country and currency. - [Retrieve a settlement account](https://docs.withacclaim.com/api/treasury-funding/retrieve-a-settlement-account.md) - [Retrieve a virtual account](https://docs.withacclaim.com/api/treasury-funding/retrieve-a-virtual-account.md) - [Withdraw to a settlement account](https://docs.withacclaim.com/api/treasury-funding/withdraw-to-a-settlement-account.md) - [Create a payee](https://docs.withacclaim.com/api/treasury-payees/create-a-payee.md) - [List payees](https://docs.withacclaim.com/api/treasury-payees/list-payees.md) - [Create a treasury account](https://docs.withacclaim.com/api/treasury-treasury-accounts/create-a-treasury-account.md) - [List treasury accounts](https://docs.withacclaim.com/api/treasury-treasury-accounts/list-treasury-accounts.md) - [List treasury transactions](https://docs.withacclaim.com/api/treasury-treasury-accounts/list-treasury-transactions.md) - [Retrieve a treasury account](https://docs.withacclaim.com/api/treasury-treasury-accounts/retrieve-a-treasury-account.md) - [Retrieve a treasury transaction](https://docs.withacclaim.com/api/treasury-treasury-accounts/retrieve-a-treasury-transaction.md) - [Transfer between treasury accounts](https://docs.withacclaim.com/api/treasury-treasury-accounts/transfer-between-treasury-accounts.md): Create an internal transfer that moves funds from the source treasury account (path param) to a destination treasury account in the same account. - [API Conventions](https://docs.withacclaim.com/developers/api-conventions.md): This guide describes how Acclaim structures data across the API and how to interpret responses, work with identifiers, currencies, and timestamps. - [Batch Payouts](https://docs.withacclaim.com/developers/batch-payouts.md): Batch payouts let you send many payouts at once — perfect for commission runs, claims reimbursements, or any recurring disbursement that involves multiple recipients. This guide covers when to use batches, how they work, and what to expect as they process. - [Quickstart Guide](https://docs.withacclaim.com/developers/collect.md): Acclaim Collect gives you a unified way to accept inbound payments across multiple payment service providers (PSPs). Whether you’re collecting premiums, deductibles, fees, or partner remittances, Collect provides a secure, PCI-friendly workflow for requesting payment details, creating payment reques… - [Concepts](https://docs.withacclaim.com/developers/concepts.md): Before you start integrating with the Acclaim API, it helps to understand the core ideas that shape how payments and money movement work in the platform. These concepts describe the objects you’ll work with and the ways they connect. - [Embedded Elements](https://docs.withacclaim.com/developers/embeddable-components.md): Acclaim.js is a comprehensive payment processing SDK that handles credit cards, digital wallets, and alternative payment methods with built-in PCI compliance and 3D Secure support. - [Failed Payouts](https://docs.withacclaim.com/developers/failed-payouts.md): Even the best payment systems encounter occasional payout failures. This guide explains how Acclaim reports failed payouts, how to diagnose the cause, and how to resolve them quickly. - [Funding](https://docs.withacclaim.com/developers/funding.md): Before you can send payouts, your treasury accounts need to be funded. This guide explains how to link a settlement account, move funds into an account, and confirm available balances. - [Welcome](https://docs.withacclaim.com/developers/getting-started.md): Welcome to Acclaim — the payments infrastructure built for the insurance industry. - [Payment Request Lifecycle](https://docs.withacclaim.com/developers/payment-request-lifecycle.md): A Payment Request represents an attempt to collect money from a payer. It moves through several states from creation to completion. These states describe what Acclaim needs, what the payer must do, and what your backend should expect as the request progresses. - [Reconciliation & Reporting](https://docs.withacclaim.com/developers/reconciliation-reporting.md): Reconciliation is an essential part of financial operations. With Acclaim, you can track how money moves across treasury accounts, payouts, and settlement accounts — giving you confidence that everything adds up. This guide covers how to reconcile payments and generate meaningful reports for your fi… - [Testing](https://docs.withacclaim.com/developers/testing.md): Before you go live with Acclaim, you should test your integration in a safe environment. The Acclaim sandbox lets you create payers, save payment methods, and run payment requests without moving real money. - [Testing & Going Live](https://docs.withacclaim.com/developers/testing-going-live.md): Before you launch real payments with Acclaim, you should test your integration carefully in a safe environment and then switch to production with confidence. This guide shows how to prepare, test, and go live. - [Webhooks](https://docs.withacclaim.com/developers/webhooks.md): Webhooks keep your system in sync with what’s happening inside Acclaim. Instead of polling the API, you can receive real-time notifications whenever key events occur — like a payout completing or failing. - [Collect your first payment](https://docs.withacclaim.com/guides/collect/collecting-your-first-payment.md): Create and complete your first payment request using a hosted payment page. Learn how to request, collect, and track a payment end to end. - [Disputes](https://docs.withacclaim.com/guides/collect/disputes.md): Understand how disputes occur, how to respond, and how outcomes impact your payments and balances. - [Collect Overview](https://docs.withacclaim.com/guides/collect/overview.md): Accept payments through hosted or embedded experiences, virtual accounts, or the Console. Collect payer details and reconcile incoming funds in one place. - [Payers](https://docs.withacclaim.com/guides/collect/payers.md): Manage the individuals and businesses sending funds. Store payer details, reuse across payment flows, and improve reconciliation. - [Payment lifecycle](https://docs.withacclaim.com/guides/collect/payment-lifecycle.md): Understand how payments move from request to completion, including status transitions, required actions, and final states. - [ACH Debit](https://docs.withacclaim.com/guides/collect/payment-methods/ach-debit.md): Collect USD payments directly from bank accounts in the United States using ACH debit. Suitable for recurring and high-value transactions. - [CA PAD](https://docs.withacclaim.com/guides/collect/payment-methods/ca-pad.md): Collect CAD payments directly from Canadian bank accounts using Pre-Authorized Debit (PAD). Ideal for recurring and bank-based payments in Canada. - [Cards](https://docs.withacclaim.com/guides/collect/payment-methods/cards.md): Accept card payments globally with fast authorization and a familiar payer experience. Supports setup and reuse for future payments. - [Payment methods](https://docs.withacclaim.com/guides/collect/payment-methods/index.md): Understand supported payment methods and choose the right option based on region, speed, and payer experience. - [Local payment methods](https://docs.withacclaim.com/guides/collect/payment-methods/local-payment-methods.md): Use region-specific payment methods to support local payer preferences and improve conversion in selected markets. - [SEPA Debit](https://docs.withacclaim.com/guides/collect/payment-methods/sepa-debit.md): Collect EUR payments from bank accounts across the SEPA region using SEPA Direct Debit. Ideal for recurring and cross-border euro payments. - [UK Direct Debit](https://docs.withacclaim.com/guides/collect/payment-methods/uk-direct-debit.md): Collect GBP payments from UK bank accounts using Direct Debit. Ideal for recurring payments with strong consumer protections and predictable billing. - [Payment requests](https://docs.withacclaim.com/guides/collect/payment-requests.md): Request and collect payments from payers through hosted or embedded experiences. Define amount, collect details, and track payments from request to settlement. - [Reconciliation](https://docs.withacclaim.com/guides/collect/reconciliation.md): Match incoming payments to your internal records. Track funds across payment requests and virtual accounts with structured data and reporting. - [Refunds](https://docs.withacclaim.com/guides/collect/refunds.md): Return funds to payers after a completed payment. Issue full or partial refunds and track their status through completion. - [Settlement](https://docs.withacclaim.com/guides/collect/settlement.md): Understand how completed payments are transferred into your Treasury balances, including timing, processing, and availability. - [Setup requests](https://docs.withacclaim.com/guides/collect/setup-requests.md): Collect and securely store payment details for future use. Save payment methods through hosted or embedded experiences without initiating a payment. - [Virtual accounts](https://docs.withacclaim.com/guides/collect/virtual-accounts.md): Receive bank transfers using dedicated virtual account details. Assign accounts to payers or workflows and automatically reconcile incoming funds. - [Batch payouts](https://docs.withacclaim.com/guides/disburse/batch-payouts.md): Send and manage a high volume of payouts at once. Use batches to process payouts at scale with visibility into execution, FX, and outcomes. - [Albania](https://docs.withacclaim.com/guides/disburse/countries/albania.md): Payout methods, timing, transaction limits, and required fields for payouts to Albania. - [Algeria](https://docs.withacclaim.com/guides/disburse/countries/algeria.md): Payout methods, timing, transaction limits, and required fields for payouts to Algeria. - [American Samoa](https://docs.withacclaim.com/guides/disburse/countries/american-samoa.md): Payout methods, timing, transaction limits, and required fields for payouts to American Samoa. - [Andorra](https://docs.withacclaim.com/guides/disburse/countries/andorra.md): Payout methods, timing, transaction limits, and required fields for payouts to Andorra. - [Angola](https://docs.withacclaim.com/guides/disburse/countries/angola.md): Payout methods, timing, transaction limits, and required fields for payouts to Angola. - [Anguilla](https://docs.withacclaim.com/guides/disburse/countries/anguilla.md): Payout methods, timing, transaction limits, and required fields for payouts to Anguilla. - [Antigua & Barbuda](https://docs.withacclaim.com/guides/disburse/countries/antigua-barbuda.md): Payout methods, timing, transaction limits, and required fields for payouts to Antigua & Barbuda. - [Argentina](https://docs.withacclaim.com/guides/disburse/countries/argentina.md): Payout methods, timing, transaction limits, and required fields for payouts to Argentina. - [Armenia](https://docs.withacclaim.com/guides/disburse/countries/armenia.md): Payout methods, timing, transaction limits, and required fields for payouts to Armenia. - [Aruba](https://docs.withacclaim.com/guides/disburse/countries/aruba.md): Payout methods, timing, transaction limits, and required fields for payouts to Aruba. - [Australia](https://docs.withacclaim.com/guides/disburse/countries/australia.md): Payout methods, timing, transaction limits, and required fields for payouts to Australia. - [Austria](https://docs.withacclaim.com/guides/disburse/countries/austria.md): Payout methods, timing, transaction limits, and required fields for payouts to Austria. - [Azerbaijan](https://docs.withacclaim.com/guides/disburse/countries/azerbaijan.md): Payout methods, timing, transaction limits, and required fields for payouts to Azerbaijan. - [Bahamas](https://docs.withacclaim.com/guides/disburse/countries/bahamas.md): Payout methods, timing, transaction limits, and required fields for payouts to Bahamas. - [Bahrain](https://docs.withacclaim.com/guides/disburse/countries/bahrain.md): Payout methods, timing, transaction limits, and required fields for payouts to Bahrain. - [Bangladesh](https://docs.withacclaim.com/guides/disburse/countries/bangladesh.md): Payout methods, timing, transaction limits, and required fields for payouts to Bangladesh. - [Barbados](https://docs.withacclaim.com/guides/disburse/countries/barbados.md): Payout methods, timing, transaction limits, and required fields for payouts to Barbados. - [Belarus](https://docs.withacclaim.com/guides/disburse/countries/belarus.md): Payout methods, timing, transaction limits, and required fields for payouts to Belarus. - [Belgium](https://docs.withacclaim.com/guides/disburse/countries/belgium.md): Payout methods, timing, transaction limits, and required fields for payouts to Belgium. - [Belize](https://docs.withacclaim.com/guides/disburse/countries/belize.md): Payout methods, timing, transaction limits, and required fields for payouts to Belize. - [Benin](https://docs.withacclaim.com/guides/disburse/countries/benin.md): Payout methods, timing, transaction limits, and required fields for payouts to Benin. - [Bermuda](https://docs.withacclaim.com/guides/disburse/countries/bermuda.md): Payout methods, timing, transaction limits, and required fields for payouts to Bermuda. - [Bhutan](https://docs.withacclaim.com/guides/disburse/countries/bhutan.md): Payout methods, timing, transaction limits, and required fields for payouts to Bhutan. - [Bolivia](https://docs.withacclaim.com/guides/disburse/countries/bolivia.md): Payout methods, timing, transaction limits, and required fields for payouts to Bolivia. - [Bosnia & Herzegovina](https://docs.withacclaim.com/guides/disburse/countries/bosnia-herzegovina.md): Payout methods, timing, transaction limits, and required fields for payouts to Bosnia & Herzegovina. - [Botswana](https://docs.withacclaim.com/guides/disburse/countries/botswana.md): Payout methods, timing, transaction limits, and required fields for payouts to Botswana. - [Brazil](https://docs.withacclaim.com/guides/disburse/countries/brazil.md): Payout methods, timing, transaction limits, and required fields for payouts to Brazil. - [British Virgin Islands](https://docs.withacclaim.com/guides/disburse/countries/british-virgin-islands.md): Payout methods, timing, transaction limits, and required fields for payouts to British Virgin Islands. - [Brunei](https://docs.withacclaim.com/guides/disburse/countries/brunei.md): Payout methods, timing, transaction limits, and required fields for payouts to Brunei. - [Bulgaria](https://docs.withacclaim.com/guides/disburse/countries/bulgaria.md): Payout methods, timing, transaction limits, and required fields for payouts to Bulgaria. - [Burkina Faso](https://docs.withacclaim.com/guides/disburse/countries/burkina-faso.md): Payout methods, timing, transaction limits, and required fields for payouts to Burkina Faso. - [Cambodia](https://docs.withacclaim.com/guides/disburse/countries/cambodia.md): Payout methods, timing, transaction limits, and required fields for payouts to Cambodia. - [Cameroon](https://docs.withacclaim.com/guides/disburse/countries/cameroon.md): Payout methods, timing, transaction limits, and required fields for payouts to Cameroon. - [Canada](https://docs.withacclaim.com/guides/disburse/countries/canada.md): Payout methods, timing, transaction limits, and required fields for payouts to Canada. - [Canary Islands](https://docs.withacclaim.com/guides/disburse/countries/canary-islands.md): Payout methods, timing, transaction limits, and required fields for payouts to Canary Islands. - [Cape Verde](https://docs.withacclaim.com/guides/disburse/countries/cape-verde.md): Payout methods, timing, transaction limits, and required fields for payouts to Cape Verde. - [Cayman Islands](https://docs.withacclaim.com/guides/disburse/countries/cayman-islands.md): Payout methods, timing, transaction limits, and required fields for payouts to Cayman Islands. - [Central African Republic](https://docs.withacclaim.com/guides/disburse/countries/central-african-republic.md): Payout methods, timing, transaction limits, and required fields for payouts to Central African Republic. - [Chad](https://docs.withacclaim.com/guides/disburse/countries/chad.md): Payout methods, timing, transaction limits, and required fields for payouts to Chad. - [Chile](https://docs.withacclaim.com/guides/disburse/countries/chile.md): Payout methods, timing, transaction limits, and required fields for payouts to Chile. - [China](https://docs.withacclaim.com/guides/disburse/countries/china.md): Payout methods, timing, transaction limits, and required fields for payouts to China. - [Colombia](https://docs.withacclaim.com/guides/disburse/countries/colombia.md): Payout methods, timing, transaction limits, and required fields for payouts to Colombia. - [Congo - Brazzaville](https://docs.withacclaim.com/guides/disburse/countries/congo-brazzaville.md): Payout methods, timing, transaction limits, and required fields for payouts to Congo - Brazzaville. - [Cook Islands](https://docs.withacclaim.com/guides/disburse/countries/cook-islands.md): Payout methods, timing, transaction limits, and required fields for payouts to Cook Islands. - [Costa Rica](https://docs.withacclaim.com/guides/disburse/countries/costa-rica.md): Payout methods, timing, transaction limits, and required fields for payouts to Costa Rica. - [Côte d’Ivoire](https://docs.withacclaim.com/guides/disburse/countries/cote-d-ivoire.md): Payout methods, timing, transaction limits, and required fields for payouts to Côte d’Ivoire. - [Croatia](https://docs.withacclaim.com/guides/disburse/countries/croatia.md): Payout methods, timing, transaction limits, and required fields for payouts to Croatia. - [Curaçao](https://docs.withacclaim.com/guides/disburse/countries/curacao.md): Payout methods, timing, transaction limits, and required fields for payouts to Curaçao. - [Cyprus](https://docs.withacclaim.com/guides/disburse/countries/cyprus.md): Payout methods, timing, transaction limits, and required fields for payouts to Cyprus. - [Czechia](https://docs.withacclaim.com/guides/disburse/countries/czechia.md): Payout methods, timing, transaction limits, and required fields for payouts to Czechia. - [Denmark](https://docs.withacclaim.com/guides/disburse/countries/denmark.md): Payout methods, timing, transaction limits, and required fields for payouts to Denmark. - [Djibouti](https://docs.withacclaim.com/guides/disburse/countries/djibouti.md): Payout methods, timing, transaction limits, and required fields for payouts to Djibouti. - [Dominica](https://docs.withacclaim.com/guides/disburse/countries/dominica.md): Payout methods, timing, transaction limits, and required fields for payouts to Dominica. - [Dominican Republic](https://docs.withacclaim.com/guides/disburse/countries/dominican-republic.md): Payout methods, timing, transaction limits, and required fields for payouts to Dominican Republic. - [Ecuador](https://docs.withacclaim.com/guides/disburse/countries/ecuador.md): Payout methods, timing, transaction limits, and required fields for payouts to Ecuador. - [Egypt](https://docs.withacclaim.com/guides/disburse/countries/egypt.md): Payout methods, timing, transaction limits, and required fields for payouts to Egypt. - [El Salvador](https://docs.withacclaim.com/guides/disburse/countries/el-salvador.md): Payout methods, timing, transaction limits, and required fields for payouts to El Salvador. - [Equatorial Guinea](https://docs.withacclaim.com/guides/disburse/countries/equatorial-guinea.md): Payout methods, timing, transaction limits, and required fields for payouts to Equatorial Guinea. - [Estonia](https://docs.withacclaim.com/guides/disburse/countries/estonia.md): Payout methods, timing, transaction limits, and required fields for payouts to Estonia. - [Eswatini](https://docs.withacclaim.com/guides/disburse/countries/eswatini.md): Payout methods, timing, transaction limits, and required fields for payouts to Eswatini. - [Ethiopia](https://docs.withacclaim.com/guides/disburse/countries/ethiopia.md): Payout methods, timing, transaction limits, and required fields for payouts to Ethiopia. - [Falkland Islands](https://docs.withacclaim.com/guides/disburse/countries/falkland-islands.md): Payout methods, timing, transaction limits, and required fields for payouts to Falkland Islands. - [Faroe Islands](https://docs.withacclaim.com/guides/disburse/countries/faroe-islands.md): Payout methods, timing, transaction limits, and required fields for payouts to Faroe Islands. - [Fiji](https://docs.withacclaim.com/guides/disburse/countries/fiji.md): Payout methods, timing, transaction limits, and required fields for payouts to Fiji. - [Finland](https://docs.withacclaim.com/guides/disburse/countries/finland.md): Payout methods, timing, transaction limits, and required fields for payouts to Finland. - [France](https://docs.withacclaim.com/guides/disburse/countries/france.md): Payout methods, timing, transaction limits, and required fields for payouts to France. - [French Guiana](https://docs.withacclaim.com/guides/disburse/countries/french-guiana.md): Payout methods, timing, transaction limits, and required fields for payouts to French Guiana. - [French Polynesia](https://docs.withacclaim.com/guides/disburse/countries/french-polynesia.md): Payout methods, timing, transaction limits, and required fields for payouts to French Polynesia. - [French Southern Territories](https://docs.withacclaim.com/guides/disburse/countries/french-southern-territories.md): Payout methods, timing, transaction limits, and required fields for payouts to French Southern Territories. - [Gabon](https://docs.withacclaim.com/guides/disburse/countries/gabon.md): Payout methods, timing, transaction limits, and required fields for payouts to Gabon. - [Gambia](https://docs.withacclaim.com/guides/disburse/countries/gambia.md): Payout methods, timing, transaction limits, and required fields for payouts to Gambia. - [Georgia](https://docs.withacclaim.com/guides/disburse/countries/georgia.md): Payout methods, timing, transaction limits, and required fields for payouts to Georgia. - [Germany](https://docs.withacclaim.com/guides/disburse/countries/germany.md): Payout methods, timing, transaction limits, and required fields for payouts to Germany. - [Ghana](https://docs.withacclaim.com/guides/disburse/countries/ghana.md): Payout methods, timing, transaction limits, and required fields for payouts to Ghana. - [Gibraltar](https://docs.withacclaim.com/guides/disburse/countries/gibraltar.md): Payout methods, timing, transaction limits, and required fields for payouts to Gibraltar. - [Greece](https://docs.withacclaim.com/guides/disburse/countries/greece.md): Payout methods, timing, transaction limits, and required fields for payouts to Greece. - [Greenland](https://docs.withacclaim.com/guides/disburse/countries/greenland.md): Payout methods, timing, transaction limits, and required fields for payouts to Greenland. - [Grenada](https://docs.withacclaim.com/guides/disburse/countries/grenada.md): Payout methods, timing, transaction limits, and required fields for payouts to Grenada. - [Guadeloupe](https://docs.withacclaim.com/guides/disburse/countries/guadeloupe.md): Payout methods, timing, transaction limits, and required fields for payouts to Guadeloupe. - [Guatemala](https://docs.withacclaim.com/guides/disburse/countries/guatemala.md): Payout methods, timing, transaction limits, and required fields for payouts to Guatemala. - [Guernsey](https://docs.withacclaim.com/guides/disburse/countries/guernsey.md): Payout methods, timing, transaction limits, and required fields for payouts to Guernsey. - [Guinea](https://docs.withacclaim.com/guides/disburse/countries/guinea.md): Payout methods, timing, transaction limits, and required fields for payouts to Guinea. - [Guinea-Bissau](https://docs.withacclaim.com/guides/disburse/countries/guinea-bissau.md): Payout methods, timing, transaction limits, and required fields for payouts to Guinea-Bissau. - [Guyana](https://docs.withacclaim.com/guides/disburse/countries/guyana.md): Payout methods, timing, transaction limits, and required fields for payouts to Guyana. - [Honduras](https://docs.withacclaim.com/guides/disburse/countries/honduras.md): Payout methods, timing, transaction limits, and required fields for payouts to Honduras. - [Hong Kong SAR China](https://docs.withacclaim.com/guides/disburse/countries/hong-kong-sar-china.md): Payout methods, timing, transaction limits, and required fields for payouts to Hong Kong SAR China. - [Hungary](https://docs.withacclaim.com/guides/disburse/countries/hungary.md): Payout methods, timing, transaction limits, and required fields for payouts to Hungary. - [Iceland](https://docs.withacclaim.com/guides/disburse/countries/iceland.md): Payout methods, timing, transaction limits, and required fields for payouts to Iceland. - [Supported Payout Countries](https://docs.withacclaim.com/guides/disburse/countries/index.md): Country-by-country payout capabilities, including methods, timing, transaction limits, and required fields. - [India](https://docs.withacclaim.com/guides/disburse/countries/india.md): Payout methods, timing, transaction limits, and required fields for payouts to India. - [Indonesia](https://docs.withacclaim.com/guides/disburse/countries/indonesia.md): Payout methods, timing, transaction limits, and required fields for payouts to Indonesia. - [Ireland](https://docs.withacclaim.com/guides/disburse/countries/ireland.md): Payout methods, timing, transaction limits, and required fields for payouts to Ireland. - [Isle of Man](https://docs.withacclaim.com/guides/disburse/countries/isle-of-man.md): Payout methods, timing, transaction limits, and required fields for payouts to Isle of Man. - [Israel](https://docs.withacclaim.com/guides/disburse/countries/israel.md): Payout methods, timing, transaction limits, and required fields for payouts to Israel. - [Italy](https://docs.withacclaim.com/guides/disburse/countries/italy.md): Payout methods, timing, transaction limits, and required fields for payouts to Italy. - [Jamaica](https://docs.withacclaim.com/guides/disburse/countries/jamaica.md): Payout methods, timing, transaction limits, and required fields for payouts to Jamaica. - [Japan](https://docs.withacclaim.com/guides/disburse/countries/japan.md): Payout methods, timing, transaction limits, and required fields for payouts to Japan. - [Jersey](https://docs.withacclaim.com/guides/disburse/countries/jersey.md): Payout methods, timing, transaction limits, and required fields for payouts to Jersey. - [Jordan](https://docs.withacclaim.com/guides/disburse/countries/jordan.md): Payout methods, timing, transaction limits, and required fields for payouts to Jordan. - [Kazakhstan](https://docs.withacclaim.com/guides/disburse/countries/kazakhstan.md): Payout methods, timing, transaction limits, and required fields for payouts to Kazakhstan. - [Kenya](https://docs.withacclaim.com/guides/disburse/countries/kenya.md): Payout methods, timing, transaction limits, and required fields for payouts to Kenya. - [Kiribati](https://docs.withacclaim.com/guides/disburse/countries/kiribati.md): Payout methods, timing, transaction limits, and required fields for payouts to Kiribati. - [Kosovo](https://docs.withacclaim.com/guides/disburse/countries/kosovo.md): Payout methods, timing, transaction limits, and required fields for payouts to Kosovo. - [Kuwait](https://docs.withacclaim.com/guides/disburse/countries/kuwait.md): Payout methods, timing, transaction limits, and required fields for payouts to Kuwait. - [Kyrgyzstan](https://docs.withacclaim.com/guides/disburse/countries/kyrgyzstan.md): Payout methods, timing, transaction limits, and required fields for payouts to Kyrgyzstan. - [Laos](https://docs.withacclaim.com/guides/disburse/countries/laos.md): Payout methods, timing, transaction limits, and required fields for payouts to Laos. - [Latvia](https://docs.withacclaim.com/guides/disburse/countries/latvia.md): Payout methods, timing, transaction limits, and required fields for payouts to Latvia. - [Lebanon](https://docs.withacclaim.com/guides/disburse/countries/lebanon.md): Payout methods, timing, transaction limits, and required fields for payouts to Lebanon. - [Lesotho](https://docs.withacclaim.com/guides/disburse/countries/lesotho.md): Payout methods, timing, transaction limits, and required fields for payouts to Lesotho. - [Liberia](https://docs.withacclaim.com/guides/disburse/countries/liberia.md): Payout methods, timing, transaction limits, and required fields for payouts to Liberia. - [Liechtenstein](https://docs.withacclaim.com/guides/disburse/countries/liechtenstein.md): Payout methods, timing, transaction limits, and required fields for payouts to Liechtenstein. - [Lithuania](https://docs.withacclaim.com/guides/disburse/countries/lithuania.md): Payout methods, timing, transaction limits, and required fields for payouts to Lithuania. - [Luxembourg](https://docs.withacclaim.com/guides/disburse/countries/luxembourg.md): Payout methods, timing, transaction limits, and required fields for payouts to Luxembourg. - [Macao SAR China](https://docs.withacclaim.com/guides/disburse/countries/macao-sar-china.md): Payout methods, timing, transaction limits, and required fields for payouts to Macao SAR China. - [Madagascar](https://docs.withacclaim.com/guides/disburse/countries/madagascar.md): Payout methods, timing, transaction limits, and required fields for payouts to Madagascar. - [Malawi](https://docs.withacclaim.com/guides/disburse/countries/malawi.md): Payout methods, timing, transaction limits, and required fields for payouts to Malawi. - [Malaysia](https://docs.withacclaim.com/guides/disburse/countries/malaysia.md): Payout methods, timing, transaction limits, and required fields for payouts to Malaysia. - [Maldives](https://docs.withacclaim.com/guides/disburse/countries/maldives.md): Payout methods, timing, transaction limits, and required fields for payouts to Maldives. - [Malta](https://docs.withacclaim.com/guides/disburse/countries/malta.md): Payout methods, timing, transaction limits, and required fields for payouts to Malta. - [Marshall Islands](https://docs.withacclaim.com/guides/disburse/countries/marshall-islands.md): Payout methods, timing, transaction limits, and required fields for payouts to Marshall Islands. - [Martinique](https://docs.withacclaim.com/guides/disburse/countries/martinique.md): Payout methods, timing, transaction limits, and required fields for payouts to Martinique. - [Mauritania](https://docs.withacclaim.com/guides/disburse/countries/mauritania.md): Payout methods, timing, transaction limits, and required fields for payouts to Mauritania. - [Mauritius](https://docs.withacclaim.com/guides/disburse/countries/mauritius.md): Payout methods, timing, transaction limits, and required fields for payouts to Mauritius. - [Mayotte](https://docs.withacclaim.com/guides/disburse/countries/mayotte.md): Payout methods, timing, transaction limits, and required fields for payouts to Mayotte. - [Mexico](https://docs.withacclaim.com/guides/disburse/countries/mexico.md): Payout methods, timing, transaction limits, and required fields for payouts to Mexico. - [Micronesia](https://docs.withacclaim.com/guides/disburse/countries/micronesia.md): Payout methods, timing, transaction limits, and required fields for payouts to Micronesia. - [Moldova](https://docs.withacclaim.com/guides/disburse/countries/moldova.md): Payout methods, timing, transaction limits, and required fields for payouts to Moldova. - [Monaco](https://docs.withacclaim.com/guides/disburse/countries/monaco.md): Payout methods, timing, transaction limits, and required fields for payouts to Monaco. - [Mongolia](https://docs.withacclaim.com/guides/disburse/countries/mongolia.md): Payout methods, timing, transaction limits, and required fields for payouts to Mongolia. - [Montenegro](https://docs.withacclaim.com/guides/disburse/countries/montenegro.md): Payout methods, timing, transaction limits, and required fields for payouts to Montenegro. - [Montserrat](https://docs.withacclaim.com/guides/disburse/countries/montserrat.md): Payout methods, timing, transaction limits, and required fields for payouts to Montserrat. - [Morocco](https://docs.withacclaim.com/guides/disburse/countries/morocco.md): Payout methods, timing, transaction limits, and required fields for payouts to Morocco. - [Namibia](https://docs.withacclaim.com/guides/disburse/countries/namibia.md): Payout methods, timing, transaction limits, and required fields for payouts to Namibia. - [Nepal](https://docs.withacclaim.com/guides/disburse/countries/nepal.md): Payout methods, timing, transaction limits, and required fields for payouts to Nepal. - [Netherlands](https://docs.withacclaim.com/guides/disburse/countries/netherlands.md): Payout methods, timing, transaction limits, and required fields for payouts to Netherlands. - [New Caledonia](https://docs.withacclaim.com/guides/disburse/countries/new-caledonia.md): Payout methods, timing, transaction limits, and required fields for payouts to New Caledonia. - [New Zealand](https://docs.withacclaim.com/guides/disburse/countries/new-zealand.md): Payout methods, timing, transaction limits, and required fields for payouts to New Zealand. - [Nicaragua](https://docs.withacclaim.com/guides/disburse/countries/nicaragua.md): Payout methods, timing, transaction limits, and required fields for payouts to Nicaragua. - [Niger](https://docs.withacclaim.com/guides/disburse/countries/niger.md): Payout methods, timing, transaction limits, and required fields for payouts to Niger. - [Nigeria](https://docs.withacclaim.com/guides/disburse/countries/nigeria.md): Payout methods, timing, transaction limits, and required fields for payouts to Nigeria. - [North Macedonia](https://docs.withacclaim.com/guides/disburse/countries/north-macedonia.md): Payout methods, timing, transaction limits, and required fields for payouts to North Macedonia. - [Northern Mariana Islands](https://docs.withacclaim.com/guides/disburse/countries/northern-mariana-islands.md): Payout methods, timing, transaction limits, and required fields for payouts to Northern Mariana Islands. - [Norway](https://docs.withacclaim.com/guides/disburse/countries/norway.md): Payout methods, timing, transaction limits, and required fields for payouts to Norway. - [Oman](https://docs.withacclaim.com/guides/disburse/countries/oman.md): Payout methods, timing, transaction limits, and required fields for payouts to Oman. - [Pakistan](https://docs.withacclaim.com/guides/disburse/countries/pakistan.md): Payout methods, timing, transaction limits, and required fields for payouts to Pakistan. - [Palau](https://docs.withacclaim.com/guides/disburse/countries/palau.md): Payout methods, timing, transaction limits, and required fields for payouts to Palau. - [Palestinian Territories](https://docs.withacclaim.com/guides/disburse/countries/palestinian-territories.md): Payout methods, timing, transaction limits, and required fields for payouts to Palestinian Territories. - [Panama](https://docs.withacclaim.com/guides/disburse/countries/panama.md): Payout methods, timing, transaction limits, and required fields for payouts to Panama. - [Papua New Guinea](https://docs.withacclaim.com/guides/disburse/countries/papua-new-guinea.md): Payout methods, timing, transaction limits, and required fields for payouts to Papua New Guinea. - [Paraguay](https://docs.withacclaim.com/guides/disburse/countries/paraguay.md): Payout methods, timing, transaction limits, and required fields for payouts to Paraguay. - [Peru](https://docs.withacclaim.com/guides/disburse/countries/peru.md): Payout methods, timing, transaction limits, and required fields for payouts to Peru. - [Philippines](https://docs.withacclaim.com/guides/disburse/countries/philippines.md): Payout methods, timing, transaction limits, and required fields for payouts to Philippines. - [Poland](https://docs.withacclaim.com/guides/disburse/countries/poland.md): Payout methods, timing, transaction limits, and required fields for payouts to Poland. - [Portugal](https://docs.withacclaim.com/guides/disburse/countries/portugal.md): Payout methods, timing, transaction limits, and required fields for payouts to Portugal. - [Puerto Rico](https://docs.withacclaim.com/guides/disburse/countries/puerto-rico.md): Payout methods, timing, transaction limits, and required fields for payouts to Puerto Rico. - [Qatar](https://docs.withacclaim.com/guides/disburse/countries/qatar.md): Payout methods, timing, transaction limits, and required fields for payouts to Qatar. - [Réunion](https://docs.withacclaim.com/guides/disburse/countries/reunion.md): Payout methods, timing, transaction limits, and required fields for payouts to Réunion. - [Romania](https://docs.withacclaim.com/guides/disburse/countries/romania.md): Payout methods, timing, transaction limits, and required fields for payouts to Romania. - [Rwanda](https://docs.withacclaim.com/guides/disburse/countries/rwanda.md): Payout methods, timing, transaction limits, and required fields for payouts to Rwanda. - [Samoa](https://docs.withacclaim.com/guides/disburse/countries/samoa.md): Payout methods, timing, transaction limits, and required fields for payouts to Samoa. - [San Marino](https://docs.withacclaim.com/guides/disburse/countries/san-marino.md): Payout methods, timing, transaction limits, and required fields for payouts to San Marino. - [São Tomé & Príncipe](https://docs.withacclaim.com/guides/disburse/countries/sao-tome-principe.md): Payout methods, timing, transaction limits, and required fields for payouts to São Tomé & Príncipe. - [Saudi Arabia](https://docs.withacclaim.com/guides/disburse/countries/saudi-arabia.md): Payout methods, timing, transaction limits, and required fields for payouts to Saudi Arabia. - [Senegal](https://docs.withacclaim.com/guides/disburse/countries/senegal.md): Payout methods, timing, transaction limits, and required fields for payouts to Senegal. - [Serbia](https://docs.withacclaim.com/guides/disburse/countries/serbia.md): Payout methods, timing, transaction limits, and required fields for payouts to Serbia. - [Seychelles](https://docs.withacclaim.com/guides/disburse/countries/seychelles.md): Payout methods, timing, transaction limits, and required fields for payouts to Seychelles. - [Sierra Leone](https://docs.withacclaim.com/guides/disburse/countries/sierra-leone.md): Payout methods, timing, transaction limits, and required fields for payouts to Sierra Leone. - [Singapore](https://docs.withacclaim.com/guides/disburse/countries/singapore.md): Payout methods, timing, transaction limits, and required fields for payouts to Singapore. - [Slovakia](https://docs.withacclaim.com/guides/disburse/countries/slovakia.md): Payout methods, timing, transaction limits, and required fields for payouts to Slovakia. - [Slovenia](https://docs.withacclaim.com/guides/disburse/countries/slovenia.md): Payout methods, timing, transaction limits, and required fields for payouts to Slovenia. - [Solomon Islands](https://docs.withacclaim.com/guides/disburse/countries/solomon-islands.md): Payout methods, timing, transaction limits, and required fields for payouts to Solomon Islands. - [South Africa](https://docs.withacclaim.com/guides/disburse/countries/south-africa.md): Payout methods, timing, transaction limits, and required fields for payouts to South Africa. - [South Korea](https://docs.withacclaim.com/guides/disburse/countries/south-korea.md): Payout methods, timing, transaction limits, and required fields for payouts to South Korea. - [Spain](https://docs.withacclaim.com/guides/disburse/countries/spain.md): Payout methods, timing, transaction limits, and required fields for payouts to Spain. - [Sri Lanka](https://docs.withacclaim.com/guides/disburse/countries/sri-lanka.md): Payout methods, timing, transaction limits, and required fields for payouts to Sri Lanka. - [St. Barthélemy](https://docs.withacclaim.com/guides/disburse/countries/st-barthelemy.md): Payout methods, timing, transaction limits, and required fields for payouts to St. Barthélemy. - [St. Helena](https://docs.withacclaim.com/guides/disburse/countries/st-helena.md): Payout methods, timing, transaction limits, and required fields for payouts to St. Helena. - [St. Kitts & Nevis](https://docs.withacclaim.com/guides/disburse/countries/st-kitts-nevis.md): Payout methods, timing, transaction limits, and required fields for payouts to St. Kitts & Nevis. - [St. Lucia](https://docs.withacclaim.com/guides/disburse/countries/st-lucia.md): Payout methods, timing, transaction limits, and required fields for payouts to St. Lucia. - [St. Martin](https://docs.withacclaim.com/guides/disburse/countries/st-martin.md): Payout methods, timing, transaction limits, and required fields for payouts to St. Martin. - [St. Pierre & Miquelon](https://docs.withacclaim.com/guides/disburse/countries/st-pierre-miquelon.md): Payout methods, timing, transaction limits, and required fields for payouts to St. Pierre & Miquelon. - [St. Vincent & Grenadines](https://docs.withacclaim.com/guides/disburse/countries/st-vincent-grenadines.md): Payout methods, timing, transaction limits, and required fields for payouts to St. Vincent & Grenadines. - [Suriname](https://docs.withacclaim.com/guides/disburse/countries/suriname.md): Payout methods, timing, transaction limits, and required fields for payouts to Suriname. - [Sweden](https://docs.withacclaim.com/guides/disburse/countries/sweden.md): Payout methods, timing, transaction limits, and required fields for payouts to Sweden. - [Switzerland](https://docs.withacclaim.com/guides/disburse/countries/switzerland.md): Payout methods, timing, transaction limits, and required fields for payouts to Switzerland. - [Taiwan](https://docs.withacclaim.com/guides/disburse/countries/taiwan.md): Payout methods, timing, transaction limits, and required fields for payouts to Taiwan. - [Tajikistan](https://docs.withacclaim.com/guides/disburse/countries/tajikistan.md): Payout methods, timing, transaction limits, and required fields for payouts to Tajikistan. - [Tanzania](https://docs.withacclaim.com/guides/disburse/countries/tanzania.md): Payout methods, timing, transaction limits, and required fields for payouts to Tanzania. - [Thailand](https://docs.withacclaim.com/guides/disburse/countries/thailand.md): Payout methods, timing, transaction limits, and required fields for payouts to Thailand. - [Timor-Leste](https://docs.withacclaim.com/guides/disburse/countries/timor-leste.md): Payout methods, timing, transaction limits, and required fields for payouts to Timor-Leste. - [Togo](https://docs.withacclaim.com/guides/disburse/countries/togo.md): Payout methods, timing, transaction limits, and required fields for payouts to Togo. - [Tonga](https://docs.withacclaim.com/guides/disburse/countries/tonga.md): Payout methods, timing, transaction limits, and required fields for payouts to Tonga. - [Trinidad & Tobago](https://docs.withacclaim.com/guides/disburse/countries/trinidad-tobago.md): Payout methods, timing, transaction limits, and required fields for payouts to Trinidad & Tobago. - [Tunisia](https://docs.withacclaim.com/guides/disburse/countries/tunisia.md): Payout methods, timing, transaction limits, and required fields for payouts to Tunisia. - [Türkiye](https://docs.withacclaim.com/guides/disburse/countries/turkiye.md): Payout methods, timing, transaction limits, and required fields for payouts to Türkiye. - [Turks & Caicos Islands](https://docs.withacclaim.com/guides/disburse/countries/turks-caicos-islands.md): Payout methods, timing, transaction limits, and required fields for payouts to Turks & Caicos Islands. - [Tuvalu](https://docs.withacclaim.com/guides/disburse/countries/tuvalu.md): Payout methods, timing, transaction limits, and required fields for payouts to Tuvalu. - [Uganda](https://docs.withacclaim.com/guides/disburse/countries/uganda.md): Payout methods, timing, transaction limits, and required fields for payouts to Uganda. - [Ukraine](https://docs.withacclaim.com/guides/disburse/countries/ukraine.md): Payout methods, timing, transaction limits, and required fields for payouts to Ukraine. - [United Arab Emirates](https://docs.withacclaim.com/guides/disburse/countries/united-arab-emirates.md): Payout methods, timing, transaction limits, and required fields for payouts to United Arab Emirates. - [United Kingdom](https://docs.withacclaim.com/guides/disburse/countries/united-kingdom.md): Payout methods, timing, transaction limits, and required fields for payouts to United Kingdom. - [United States](https://docs.withacclaim.com/guides/disburse/countries/united-states.md): Payout methods, timing, transaction limits, and required fields for payouts to United States. - [Uruguay](https://docs.withacclaim.com/guides/disburse/countries/uruguay.md): Payout methods, timing, transaction limits, and required fields for payouts to Uruguay. - [Uzbekistan](https://docs.withacclaim.com/guides/disburse/countries/uzbekistan.md): Payout methods, timing, transaction limits, and required fields for payouts to Uzbekistan. - [Vanuatu](https://docs.withacclaim.com/guides/disburse/countries/vanuatu.md): Payout methods, timing, transaction limits, and required fields for payouts to Vanuatu. - [Vatican City](https://docs.withacclaim.com/guides/disburse/countries/vatican-city.md): Payout methods, timing, transaction limits, and required fields for payouts to Vatican City. - [Vietnam](https://docs.withacclaim.com/guides/disburse/countries/vietnam.md): Payout methods, timing, transaction limits, and required fields for payouts to Vietnam. - [Wallis & Futuna](https://docs.withacclaim.com/guides/disburse/countries/wallis-futuna.md): Payout methods, timing, transaction limits, and required fields for payouts to Wallis & Futuna. - [Zambia](https://docs.withacclaim.com/guides/disburse/countries/zambia.md): Payout methods, timing, transaction limits, and required fields for payouts to Zambia. - [Zimbabwe](https://docs.withacclaim.com/guides/disburse/countries/zimbabwe.md): Payout methods, timing, transaction limits, and required fields for payouts to Zimbabwe. - [Failures and reversals](https://docs.withacclaim.com/guides/disburse/failures-and-reversals.md): Understand why payouts fail, how to resolve issues, and how reversals are handled when funds cannot be delivered. - [Error handling](https://docs.withacclaim.com/guides/disburse/file-uploads/errors.md): File-level vs row-level errors, what details you get, and how to fix and re-upload safely. - [Examples](https://docs.withacclaim.com/guides/disburse/file-uploads/examples.md): Sample CSV rows and layouts—plus common mistakes to avoid when building payout files. - [File format](https://docs.withacclaim.com/guides/disburse/file-uploads/file-format.md): Structure, columns, and required fields for CSV and Excel payout uploads. - [File uploads](https://docs.withacclaim.com/guides/disburse/file-uploads/overview.md): Create payouts in bulk by uploading structured CSV or Excel files—without a full API integration. - [Processing flow](https://docs.withacclaim.com/guides/disburse/file-uploads/processing.md): From upload to completed payouts—async processing, partial success, and how to track status. - [Template configuration](https://docs.withacclaim.com/guides/disburse/file-uploads/template-configuration.md): Configure import templates with JSON to map CSV or Excel columns to Acclaim entities. - [Validation rules](https://docs.withacclaim.com/guides/disburse/file-uploads/validation.md): How Acclaim validates uploaded files before creating payouts—file-level and row-level checks. - [Disburse Overview](https://docs.withacclaim.com/guides/disburse/overview.md): Send payouts globally with control over delivery, timing, and reconciliation. Orchestrate the full lifecycle of outgoing funds. - [Payees](https://docs.withacclaim.com/guides/disburse/payees.md): Manage recipients, collect required details, and reuse payee information across payouts with validation and tracking built in. - [Payout lifecycle](https://docs.withacclaim.com/guides/disburse/payout-lifecycle.md): Understand how payouts move from creation to completion, including status transitions, required actions, and failure states. - [Payout links](https://docs.withacclaim.com/guides/disburse/payout-links.md): Send payouts without collecting banking details upfront by letting recipients choose how they get paid. - [Payout methods](https://docs.withacclaim.com/guides/disburse/payout-methods.md): Understand how funds are delivered to recipients. Choose the right payout method based on country, currency, speed, and requirements. - [Sending your first payout](https://docs.withacclaim.com/guides/disburse/sending-your-first-payout.md): Fund a treasury account, set up a payee, send a payout, and track it in the Console—from sandbox to your first live payment. - [Implementation guide](https://docs.withacclaim.com/guides/getting-started/implementation-guide.md): Plan, configure, and launch Acclaim. Set up your account structure, workflows, and team before moving money in production. - [Key concepts](https://docs.withacclaim.com/guides/getting-started/key-concepts.md): Core terms for payins, payouts, and treasury — written for operators and stakeholders, with pointers to developer docs. - [Welcome](https://docs.withacclaim.com/guides/getting-started/overview.md): Acclaim powers insurance complex payment workflows from end to end in one unified platform. - [Supported client countries](https://docs.withacclaim.com/guides/getting-started/supported-client-countries.md): View the countries and busienss types where Acclaim supports onboarding. - [Testing and going live](https://docs.withacclaim.com/guides/getting-started/testing-and-going-live.md): Validate flows in sandbox, then move to production with a practical checklist — for both operations and engineering. - [Account structure](https://docs.withacclaim.com/guides/platform/account-structure.md): Understand how your organization and accounts are structured in Acclaim. - [Email sending](https://docs.withacclaim.com/guides/platform/email-sending.md): Configure email sending in Acclaim. Use the default sender or set up a custom from address for branding and enhanced deliverability. - [Users and permissions](https://docs.withacclaim.com/guides/platform/users-permissions.md): Manage access to your organization and accounts. Control who can view, operate, and configure workflows in Acclaim. - [Accounts](https://docs.withacclaim.com/guides/treasury/accounts.md): Understand how funds are structured and held within Treasury. Accounts organize balances and support how money is tracked and managed. - [Add funds](https://docs.withacclaim.com/guides/treasury/add-funds.md): Fund your Treasury accounts by sending bank transfers to your virtual accounts. Increase available balances for payouts, FX, and other operations. - [Balances](https://docs.withacclaim.com/guides/treasury/balances.md): View and manage your available funds by currency. Balances reflect the current state of your money across all transactions. - [FX](https://docs.withacclaim.com/guides/treasury/fx.md): Convert funds between currencies and understand how foreign exchange impacts balances, transactions, and payouts. - [Treasury Overview](https://docs.withacclaim.com/guides/treasury/overview.md): Manage balances, track transactions, and control the movement of funds across currencies. Treasury is the source of truth for your money in Acclaim. - [Reconciliation](https://docs.withacclaim.com/guides/treasury/reconciliation.md): Ensure your balances and transactions are accurate. Reconcile Treasury activity with your internal records and external bank accounts. - [Reporting](https://docs.withacclaim.com/guides/treasury/reporting.md): Access financial reports and exports to understand activity, track balances, and support accounting and reconciliation workflows. - [Transactions](https://docs.withacclaim.com/guides/treasury/transactions.md): Track every movement of funds across your accounts. Transactions provide a complete ledger of activity and drive all balance changes. - [Virtual accounts](https://docs.withacclaim.com/guides/treasury/virtual-accounts.md): Open and manage virtual accounts to receive funds in supported countries and currencies. View available regions, funding methods, and capabilities. - [Withdraw funds](https://docs.withacclaim.com/guides/treasury/withdraw-funds.md): Withdraw funds from your Treasury accounts to your external bank account. ## OpenAPI Specs - [openapi](https://api.withacclaim.com/openapi.yaml)