Getting started x402 V1
The Mogami Facilitator Server acts as your payment gateway for x402. You can run it as a Docker image within your own infrastructure, or use our always-on hosted facilitator online.
docker run -e PORT=8080 -p 8080:8080 mogamitech/facilitator:1.2.2curl http://127.0.0.1:8080/supportConfiguration
docker run -e PORT=4020 \
-e X402_FACILITATOR_PRIVATE_KEY=FACILITATOR_PRIVATE_KEY \
-e RPC_URL_BASE=https://base-mainnet.infura.io/v3/INFURA_PRIVATE_KEY_FOR_BASE \
-e RPC_URL_BASE_SEPOLIA=https://base-sepolia.infura.io/v3/INFURA_PRIVATE_KEY_FOR_BASE_SEPOLIA \
-p 4020:8080 \
mogamitech/facilitator:1.2.2Last updated