Sign In

paygate

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paygate - npm Package Compare versions

Comparing version
5.3.0
to
5.3.1
+1
-1
package.json
{
"name": "paygate",
"version": "5.3.0",
"version": "5.3.1",
"description": "Accept payment from AI agents in two lines of code. Gate any Express or Fastify route with an x402 paywall — USD (USDC) or EUR (EURC) pricing, settled on Base mainnet via ArisPay's facilitator.",

@@ -5,0 +5,0 @@ "type": "module",

# paygate
Create agent-payable offers with HTTP 402 and USDC settlement. PayGate handles the x402 challenge, calls the ArisPay facilitator, and lets your handler run only after payment settles.
Create agent-payable offers with HTTP 402 and USDC settlement. PayGate handles the x402 challenge, calls the [ArisPay facilitator](https://facilitator.arispay.app), and lets your handler run only after payment settles.

@@ -161,4 +161,8 @@ API endpoint offers are live today. Use the hosted proxy for zero-code acceptance, or install this package when you want the 402 flow on your own domain.

## Facilitator
PayGate settles through [**facilitator.arispay.app**](https://facilitator.arispay.app) by default — an open x402 facilitator, live on Base mainnet, settling USDC and EURC. No facilitator fee and no gas subsidy: the seller pays chain gas and nobody else (self-settle with your own key, or the default relayer path). The live policy is machine-readable at [`/supported`](https://facilitator.arispay.app/supported); the discovery document is at [`/facilitator`](https://facilitator.arispay.app/facilitator). Point `facilitatorUrl` elsewhere if you run your own.
## License
MIT