The money path can remain direct
Payclave does not require a pooled merchant balance or later payout. Settlement reaches the configured merchant wallet.
Stablecoin payment comparison
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 .
Payclave does not require a pooled merchant balance or later payout. Settlement reaches the configured merchant wallet.
Each session connects the trusted amount, external reference, expiry, payment attempts, and final status.
Signed events and API records replace manual transaction matching as the normal trigger for merchant systems.
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.
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.
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.
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.
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.
Related guides
Create a Payclave stablecoin checkout session from your backend, use idempotency correctly, redirect to hosted checkout, and confirm payment safely.
Read the guideLearn how Payclave verifies stablecoin settlement, confirmation state, recipient, token, amount, expiry policy, and duplicate transaction use before paid status.
Read the guideReconcile Payclave invoices, payment records, platform fees, and direct wallet settlement without treating a transaction hash as the complete order record.
Read the guideTest the workflow
Use test keys and the API playground to verify checkout creation, payment status, and signed webhook handling.