Invoiceum
Sign in Create account

← Blog

Your Own Crypto Wallet vs. a Crypto Merchant Account: Which Is Better for Business?

Last updated: August 4, 2026

Accepting cryptocurrency does not always require a traditional payment processor. A business can publish its own wallet address, receive funds directly and verify the transaction on-chain.

Alternatively, it can open a merchant account with a crypto payment provider that generates payment addresses, monitors transactions, converts assets and provides settlement reports.

Both models can work. The important question is:

Do you want to control the money yourself, or delegate part of the payment process to a provider?

What Is a Self-Custody Business Wallet?

A self-custody—or non-custodial—wallet is a wallet whose private keys are controlled by the business.

A typical payment works as follows:

  1. The merchant issues an invoice.

  2. The invoice specifies the asset, network and business wallet address.

  3. The customer sends the payment directly to that address.

  4. The merchant verifies the transaction on the blockchain.

  5. The transaction is matched to the invoice.

  6. The merchant records its value in the company’s accounting currency.

No processor holds the funds or moves them to the merchant later. Once confirmed, the assets are already under the merchant’s control.

What Is a Crypto Merchant Account?

A crypto merchant account is an account with a payment provider that manages some or all of the payment flow.

Depending on the provider, it may:

  • generate a unique deposit address for every order;

  • monitor the blockchain;

  • calculate exchange rates;

  • detect underpayments and overpayments;

  • convert one cryptoasset into another;

  • convert crypto into fiat currency;

  • send payment-status webhooks;

  • provide refunds;

  • screen transactions;

  • produce reports and reconciliation files;

  • settle funds to a wallet or bank account.

The provider may temporarily hold the funds, or it may operate as a non-custodial gateway that forwards them to the merchant’s wallet.

For example, BitPay offers settlement to bank accounts, cryptocurrency wallets or a combination of the two. BitPay settlement documentation

Stripe’s stablecoin-payment model uses a settlement provider that creates a merchant account and deposit address, holds or converts assets and transfers fiat for settlement. Stripe Stablecoin Payment Terms

There Are Actually Three Models

The choice is not strictly binary.

1. Direct self-custody

Customer → Merchant’s wallet

The merchant controls the wallet, and no payment provider handles the assets.

2. Non-custodial payment gateway

Customer → Provider-generated address → Merchant’s wallet

The gateway identifies the payment, may perform conversion and then forwards it to the merchant’s wallet.

The provider may not control the merchant’s wallet, but it is still involved in the movement and processing of the payment.

3. Custodial merchant account

Customer → Provider-controlled account → Wallet or bank settlement

The provider holds the funds or an account balance before the merchant withdraws them or receives a scheduled settlement.

Some providers offer more than one model. NOWPayments, for example, describes both external-wallet processing and an optional custodial balance, while announcing custody as the default for newer accounts in 2026. NOWPayments custody explanation

Always examine the actual flow of funds instead of relying only on labels such as “non-custodial.”

Side-by-Side Comparison

Question Own business wallet Crypto merchant account
Who controls the keys? The business The provider or its settlement partner may control them
Where does the payment arrive? Directly in the business wallet Provider-generated address or merchant balance
Account approval required? Usually no wallet-provider approval Usually KYC/KYB and account approval
Provider can suspend the account? No central wallet provider, although other infrastructure may still block access Usually yes, subject to the provider’s terms
Processing fee No processor percentage, but network and infrastructure costs remain Usually a transaction, conversion or settlement fee
Automatic fiat conversion No Often available
Bank settlement Manual off-ramp Frequently built in
Asset and network support Chosen by the merchant Limited to supported assets and networks
Payment detection Must be built or obtained separately Usually included
Accounting reports Must be created separately Usually included, with varying levels of detail
Refunds Sent manually from the wallet May be available through the dashboard or API
Chargebacks No blockchain chargeback mechanism Usually no blockchain chargeback, although provider-specific disputes or account holds may exist
Security responsibility Primarily the business Shared with or delegated to the provider
Counterparty screening Business responsibility Provider may perform some screening
Privacy Fewer intermediaries receive customer information Provider normally collects merchant and transaction information

Advantages of Receiving Payments Into Your Own Wallet

Immediate control of funds

The business does not need to wait for a payout schedule or withdrawal approval. Once the transaction is sufficiently confirmed, the funds are controlled by the merchant.

No dependency on a merchant account

A self-custody wallet cannot close a merchant account because there is no account provider in the traditional sense.

However, businesses can still depend on:

  • wallet software;

  • RPC and blockchain-data providers;

  • stablecoin issuers;

  • exchanges used for conversion;

  • banking partners;

  • hosting and analytics providers.

Self-custody reduces intermediary risk but does not remove every dependency.

Greater asset flexibility

The merchant can decide which blockchains and assets to support without waiting for a processor to add them.

This flexibility also creates responsibility. An invoice must clearly state the exact token contract and network. Sending USDT on the wrong network may result in a valid blockchain transaction that does not satisfy the invoice.

Lower direct processing costs

A direct transfer does not normally include a processor percentage. Nevertheless, the business may still pay for:

  • network fees when moving or refunding funds;

  • blockchain API access;

  • wallet security;

  • transaction monitoring;

  • AML or sanctions-screening tools;

  • accounting and tax software;

  • conversion and exchange fees.

“Zero processing fee” does not mean “zero operating cost.”

Reduced disclosure to intermediaries

With a direct wallet payment, the merchant does not necessarily need to give a payment processor every invoice, customer email and purchase description.

The blockchain transaction itself remains public on transparent networks, and legal record-keeping duties still apply.

Disadvantages of Using Only Your Own Wallet

The blockchain does not know what the payment was for

A blockchain can show:

  • the sending address;

  • the receiving address;

  • the asset;

  • the amount;

  • the transaction hash;

  • the block;

  • the timestamp.

It usually cannot show:

  • the customer’s legal identity;

  • the invoice number;

  • what was purchased;

  • the applicable tax;

  • the exchange rate used;

  • whether the service was delivered;

  • why the business received the funds.

This is the principal weakness of raw self-custody for business use.

Reconciliation becomes the merchant’s problem

If several customers send the same amount to one wallet, the merchant needs another method to determine which invoice each transaction paid.

Possible solutions include:

  • unique addresses;

  • unique payment amounts;

  • transaction-hash submission;

  • signed payment requests;

  • customer wallet declarations;

  • automatic matching using amount, asset, network and payment window.

No single method is perfect. A good system should retain both the automatic match and the evidence used to make it.

The business carries the security risk

If the private keys are lost or stolen, there is usually no provider capable of restoring the assets.

A business wallet should therefore have:

  • documented ownership;

  • protected backups;

  • access controls;

  • multisignature approval where appropriate;

  • separate operational and treasury wallets;

  • an incident-response procedure;

  • a clear process for employee access and departure.

Conversion into fiat is separate

A merchant that ultimately needs money in a bank account must find an exchange, OTC desk or another off-ramp. That provider may request:

  • invoices;

  • transaction histories;

  • customer information;

  • contracts;

  • proof of delivery;

  • source-of-funds explanations;

  • ownership evidence for the wallet.

Self-custody gives control over the assets, but it does not guarantee access to banking or exchange services.

Advantages of a Crypto Merchant Account

Easier checkout

A processor can automatically create a payment session, calculate the amount, select an address, monitor confirmations and notify the store when the payment succeeds.

This is especially valuable for ecommerce businesses processing many simultaneous orders.

Automatic conversion and settlement

The merchant may invoice in dollars or euros, accept several cryptoassets and receive one settlement currency.

Some providers can settle directly to a bank account. BitPay, for example, describes daily merchant settlements based on the merchant’s selected currency and minimum settlement amount. BitPay settlement schedule

Better payment-state management

Merchant providers usually distinguish between states such as:

  • awaiting payment;

  • detected;

  • partially paid;

  • confirming;

  • paid;

  • expired;

  • refunded;

  • failed.

Replicating this reliably across multiple blockchains requires engineering and continuous maintenance.

Reports and integrations

A merchant account may include downloadable reports, ecommerce plugins, APIs, webhooks and accounting integrations.

The quality of these records varies. A transaction report is not necessarily a complete accounting record or source-of-funds package.

Disadvantages of a Crypto Merchant Account

Custody and counterparty risk

If the provider controls the funds before settlement, the merchant depends on its:

  • security;

  • solvency;

  • internal controls;

  • banking partners;

  • regulatory status;

  • withdrawal policy;

  • terms of service.

An account balance on a platform is not the same as assets already held in the merchant’s own wallet.

Account restrictions

A provider may request additional documents, delay settlement, restrict assets or close the account based on risk, jurisdiction or business category.

This does not automatically mean that the merchant did anything illegal. The provider may simply have a lower risk tolerance than the law requires.

Fees and conversion spreads

The advertised processing percentage may not represent the complete cost. Businesses should examine:

  • transaction fees;

  • conversion spreads;

  • network charges;

  • withdrawal fees;

  • minimum settlement amounts;

  • refund costs;

  • chargeback or dispute provisions;

  • currency-conversion fees.

Limited control over the customer experience

The provider may control the payment page, required customer information, supported wallets, confirmation rules and expiry period.

It may also display its own branding unless the merchant pays for a white-label option.

Additional data sharing

The merchant must normally provide corporate and beneficial-owner information during onboarding. The provider may also receive customer and transaction data and may be legally required to retain or disclose it.

Do Crypto Payments Have Chargebacks?

A confirmed blockchain transaction normally has no card-style chargeback mechanism. Even processor-managed stablecoin payments may remain irreversible at the blockchain level.

Stripe’s current stablecoin terms, for example, state that submitted stablecoin transactions cannot be cancelled or reversed and that the payment method does not support traditional disputes. Stripe Stablecoin Payment Terms

That does not eliminate the merchant’s legal obligations. A customer may still have contractual, statutory or consumer-protection rights. The merchant may need to issue a new outbound transaction as a refund.

The parties should agree in advance:

  • whether the refund is denominated in fiat or crypto;

  • which exchange rate applies;

  • who pays the network fee;

  • which wallet receives the refund;

  • what happens after a stablecoin depeg;

  • what evidence the customer must provide.

Which Model Creates More Regulatory Risk?

Receiving payment for the merchant’s own goods or services is generally different from accepting and transmitting cryptoassets on behalf of other people.

FinCEN’s US guidance states that businesses accepting and transmitting convertible virtual currency for others may be money transmitters. FinCEN virtual-currency guidance

In the European Union, MiCA regulates activities such as custody, exchange and transfers performed for clients. It also states that providers of purely non-custodial wallet software should not fall within MiCA merely for supplying that software. MiCA Regulation

In the United Kingdom, the FCA similarly defines a custodian wallet provider by reference to safeguarding cryptoassets or private keys on behalf of customers. FCA cryptoasset guidance

The actual classification depends on the complete arrangement. A provider cannot avoid regulation merely by stating in its terms that it is “only software” if it actually controls addresses, keys, balances or transfers.

Who Handles AML and Sanctions Screening?

A merchant account may screen wallets and transactions, but the merchant should not assume that the provider has accepted every legal responsibility on its behalf.

With a self-custody wallet, the business must decide what level of screening is appropriate for its jurisdiction, industry, transaction size and risk profile.

For US persons, sanctions obligations apply regardless of whether payment is made in fiat or digital currency. OFAC recommends a risk-based compliance program and appropriate transaction screening. OFAC FAQ 560

A screening result should not be presented as a definitive declaration that funds are “clean” or “illegal.” It is a risk indicator that may require additional review.

Accounting Still Applies to Both Models

Regardless of the payment route, a business generally needs to record:

  • the sale;

  • applicable sales tax, VAT or GST;

  • the fiat value of the crypto at receipt;

  • the cryptoasset acquired;

  • fees and conversion costs;

  • later gains or losses;

  • refunds;

  • the final settlement into a bank or treasury wallet.

A processor report may simplify this work, but it does not replace the company’s books.

A self-custody business needs its own documentation layer connecting commercial records to blockchain evidence.

A useful payment record should contain:

  • the invoice;

  • customer details;

  • the complete wallet addresses;

  • the complete transaction hash;

  • exact date and time;

  • asset and network;

  • amount and confirmations;

  • exchange-rate source;

  • accounting-currency value;

  • payment confirmation;

  • related contracts and delivery evidence.

Which Option Should You Choose?

Choose your own wallet when:

  • maintaining control of funds is the priority;

  • customers are comfortable making direct crypto transfers;

  • transaction volume is manageable;

  • the business wants to hold crypto rather than receive fiat;

  • the company can manage wallet security and reconciliation;

  • processor availability is limited in its jurisdiction.

Choose a merchant account when:

  • the business needs a familiar ecommerce checkout;

  • automatic fiat conversion is important;

  • payment volume makes manual matching impractical;

  • multiple assets and networks must be supported;

  • the business needs plugins, webhooks and automated refunds;

  • scheduled bank settlement is more important than immediate custody.

Consider a non-custodial infrastructure layer when:

  • the business wants customers to pay its own wallet;

  • it does not want a provider to hold funds;

  • it still needs professional invoices and payment matching;

  • it wants complete blockchain records;

  • it needs accountant-friendly statements and supporting documents.

This middle model separates the money from the paperwork:

The merchant controls the wallet. The software explains why every payment arrived.

The Bottom Line

A crypto merchant account offers convenience, conversion and automation. A self-custody wallet offers control, flexibility and independence.

The trade-off can be summarised simply:

A merchant account makes crypto payments easier to process.
A self-custody wallet makes the funds truly yours.

For many freelancers and small businesses, the ideal solution may be neither a raw wallet nor a fully custodial processor. It may be a self-custody wallet combined with an independent documentation and reconciliation layer.

That structure preserves direct ownership while producing the invoices, confirmations, transaction records and human-readable statements that accountants, banks and compliance teams may later request.


Disclaimer: This article provides general information and does not constitute legal, tax, accounting, AML, sanctions or regulatory advice. The regulatory classification of a wallet, gateway or merchant-payment service depends on its actual operation and the jurisdictions involved. Businesses should obtain professional advice before launching a crypto payment system.