Stablecoin payment comparison

Stablecoin checkout or a wallet address: what changes for a merchant?

Both methods can send funds directly to a merchant-controlled wallet. The difference is the work around the transfer. A checkout attaches payment instructions, verification, status, and fulfillment evidence to one order instead of leaving the merchant to reconstruct that context afterward.

Maintained by Payclave Product and Engineering. Updated .

The money path can remain direct

Payclave does not require a pooled merchant balance or later payout. Settlement reaches the configured merchant wallet.

Checkout adds order context

Each session connects the trusted amount, external reference, expiry, payment attempts, and final status.

Verification supports fulfillment

Signed events and API records replace manual transaction matching as the normal trigger for merchant systems.

Manual wallet instructions are simple at very low volume

A merchant can display a wallet address, token, network, and amount without adding a checkout service. That can be enough for a one-off payment when a person is available to confirm the transfer and match it to the buyer.

The simplicity ends when several customers pay the same wallet. The merchant must decide which transaction belongs to which order, whether the customer used the correct token and network, whether the amount is sufficient, whether the transaction is final, and what to do with late or duplicate payments.

Hosted checkout makes the payment order-specific

A Payclave checkout session starts with the merchant's trusted amount and external reference. It creates a linked invoice, expiry, hosted URL, payment attempt history, and status record. The customer sees the available payment choices without receiving a generic reusable instruction from the merchant.

That order context gives customer support and accounting a shared record. It also lets the merchant backend update fulfillment from a signed event instead of waiting for someone to search a block explorer.

The practical differences

Manual transfers leave the merchant responsible for building or performing each operational step. Payclave supplies the checkout and records while keeping the settlement wallet under merchant control.

  • Order matching: manual transfers need a separate matching process; Payclave links the external reference, invoice, checkout, and payment record.
  • Payment instructions: manual flows expose fixed instructions; Payclave presents a connected-wallet option or one-time Scan or copy instructions when routes are available.
  • Verification: manual flows need merchant-built chain checks; Payclave verifies recipient, token, chain, amount, timing, confirmations, and duplicate use.
  • Fulfillment: manual flows rely on human review or custom polling; Payclave sends signed, retryable webhook events.
  • Exceptions: manual flows need their own rules; Payclave records underpaid, overpaid, expired, failed, and duplicate outcomes.
  • Custody: either approach can be non-custodial. Payclave settlement still reaches the merchant-controlled wallet without a later Payclave payout.

When manual transfers may still fit

Manual instructions can fit a business receiving rare, individually coordinated payments where a team member verifies every transfer. The merchant must still secure the wallet, validate the token and chain, wait for confirmation, detect duplicate transaction use, and document the result.

A hosted checkout becomes more useful when payments are tied to online orders, several people need the same status, customers need clear instructions, or fulfillment should run without manual review.

What Payclave does not take over

Payclave does not become the merchant's wallet, hold a merchant balance, or initiate withdrawals. The merchant remains responsible for settlement-wallet security, order fulfillment, customer support, refund transfers, and compliance obligations.

Payclave handles the customer-facing checkout, payment records, independent verification, and signed notification flow. It turns a transfer into an order-linked payment process without taking custody of the settlement funds.

For the complete request fields, response schemas, error codes, and event types, use the Payclave API reference.

Test the workflow

Create a checkout before changing your production order flow.

Use test keys and the API playground to verify checkout creation, payment status, and signed webhook handling.