Authentication
Authorization: <merchant-api-key>curl -X POST "https://facilitator.ivorypay.io/api/x402/initiate" \
-H "Authorization: $IVORYPAY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"amount": 0.01,
"token": "USDC",
"network": "BASE_MAINNET",
"resourceUrl": "https://yourapp.com/premium-content",
"resourcesDescription": "Access to premium content"
}'Keep Keys Server-Side
Missing API Key
Last updated