Hosted checkout
Create a checkout session and send the customer to a Payclave-branded payment page with an amount, reference, and expiry.
Hosted stablecoin checkout
Payclave gives merchants a hosted checkout, invoice records, payment verification, and webhook delivery while stablecoins settle to the merchant-controlled settlement wallet. Customers get a focused payment experience, and merchants get a reliable record before fulfillment.
Create a checkout session and send the customer to a Payclave-branded payment page with an amount, reference, and expiry.
Payments settle to the configured settlement wallet without a later Payclave payout step.
Payclave checks settlement independently before an invoice becomes paid and a fulfillment webhook is delivered.
From order to payment record
Your server sends the trusted order amount and reference with a secret API key, or a limited browser integration uses a publishable key.
The hosted page supports a connected-wallet flow or scan/copy payment instructions for supported networks.
Transaction, recipient, token, chain, amount, expiry, confirmation, and duplicate-use checks determine the payment outcome.
Your backend verifies the Payclave webhook signature, handles the event idempotently, and fulfills the matching order.
A reusable wallet address in an order confirmation leaves the merchant to reconcile amounts, networks, transaction hashes, and late payments by hand. A Payclave checkout session keeps those details attached to a single order and gives the customer one canonical payment URL.
The invoice remains pending while payment is in progress. It moves to a paid, underpaid, overpaid, expired, failed, or cancelled outcome based on evidence recorded for that checkout, not on a browser success screen alone.
Merchants configure a settlement wallet for USDC or USDT on Polygon. Customers can use supported source tokens through wallet checkout or generate one-time Scan or copy instructions for supported deposit networks. The merchant-facing invoice keeps one settlement token and amount.
That separation keeps the customer's payment choice inside checkout without turning Payclave into a custodial wallet or exchange service. Payclave coordinates the experience and verifies the resulting settlement record.
Checkout sessions, invoices, payment records, webhook delivery status, and latest attempt details remain available in the merchant dashboard and API. Idempotency keys protect session creation, while signed webhooks let the merchant authenticate status changes.
Test mode is separated from live mode so teams can exercise checkout creation, webhook handling, and fulfillment logic before accepting a live stablecoin payment.
Frequently asked questions
A stablecoin checkout is a customer-facing payment flow that attaches a stablecoin payment to an order or invoice. Payclave adds the hosted page, payment instructions, verification, status records, and webhook delivery needed to operate that flow.
No. Payclave is non-custodial and does not hold customer payments or merchant settlement. It never receives, stores, or has access to private keys. Settlement reaches the wallet configured by the merchant.
Merchant settlement currently supports USDC or USDT on Polygon. Customer payment options vary by the checkout route and connected wallet.
The merchant backend should verify a signed payment webhook, handle the event idempotently, and confirm the matching invoice status through the API when appropriate. A browser redirect alone is not proof of payment.
Explore Payclave
Accept USDT payments with Payclave-hosted checkout, USDT settlement on Polygon, independent onchain verification, and signed webhooks.
Learn moreAccept USDC payments through Payclave-hosted checkout with USDC settlement on Polygon, payment records, onchain verification, and signed webhooks.
Learn moreIntegrate stablecoin checkout with Payclave APIs and SDKs for checkout sessions, invoices, verified payment status, and signed webhook delivery.
Learn moreTest the flow
Use test keys, the API playground, and signed webhook examples to validate the complete order-to-payment flow.