claw-pay Gateway

Περιγραφή

claw-pay Gateway enables your WooCommerce shop to accept autonomous payments from OpenClaw AI agents via the x402 protocol.

How it works:

  1. An AI agent browses your shop and selects a product
  2. The agent sends payment via x402 (USDC on Base L2)
  3. claw-pay settles the transaction automatically
  4. 97% of the payment lands in your wallet — instantly

Why claw-pay?

  • Zero upfront cost — 3% commission only when you earn
  • No credit card forms, no checkout friction for agents
  • USDC on Base L2 — gas fees under $0.001 per transaction
  • Works alongside your existing payment methods

Requirements:

More info: clawpay.eu/woocommerce

Στιγμιότυπα

  • claw-pay gateway activated in WooCommerce Payments list
  • claw-pay settings page — enable toggle, wallet address, facilitator URL

Εγκατάσταση

  1. Upload the claw-pay-gateway folder to /wp-content/plugins/
  2. Activate the plugin in WordPress Plugins
  3. Go to WooCommerce Settings Payments claw-pay
  4. Enter your Base L2 wallet address
  5. Save — done

Συχνές Ερωτήσεις

Do I need a crypto wallet?

Yes — a Base L2 wallet address to receive USDC. Free to create at coinbase.com or any Base-compatible wallet.

What does it cost?

The plugin is free. claw-pay takes 3% of each transaction. You receive 97% in USDC.

Do my human customers need to change anything?

No. This gateway is only used by AI agents. Human customers continue using your existing payment methods.

What is x402?

x402 is an open payment protocol built on HTTP. When a client sends a request without payment, the server responds with HTTP 402 (Payment Required). The client then signs a USDC transfer and retries automatically.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“claw-pay Gateway” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Το “claw-pay Gateway” έχει μεταφραστεί σε 1 γλώσσα. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.

Μεταφράστε το “claw-pay Gateway” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

Σύνοψη αλλαγών

0.1.2

  • Bundled gateway icon locally under assets/claw-pay-logo.png — no more remote file dependency
  • Hardened payment header handling: sanitize_text_field() + wp_unslash(), strict base64 format check, whitelisted fields before forwarding to facilitator
  • $_GET['order_id'] now passes through wp_unslash() before absint()

0.1.1

  • Renamed main gateway class to use unique Orcalabs_ClawPay_ prefix (no more WC_ prefix collision)
  • Updated author/contributor to match WordPress.org account

0.1.0

  • Initial release