DELXCOMMERCE Payable now

Portable intent card · commerce

Loyalty reward quote API for agents

Compute a deterministic loyalty-points quote for $0.001 from purchase amount and multipliers—no wallet ledger or payout rail.

loyalty points APIrewards quote APIpoints calculatorloyalty workflow for agentsx402 loyalty

Intent to transaction

One command, attributed.

The source header follows this discovery route through challenge, payment and delivery without exposing the buyer or request body.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/loyalty-reward-quote -m POST -H 'x-delx-source: intent-card-loyalty-reward-quote-api' --max-amount 0.001 -b '{"purchase_amount":49.99,"currency":"USD","points_per_unit":2,"tier_multiplier":1.5,"bonus_points":10,"event_id":"order-123"}'
Example inputPOST /api/v1/x402/loyalty-reward-quote
{
  "purchase_amount": 49.99,
  "currency": "USD",
  "points_per_unit": 2,
  "tier_multiplier": 1.5,
  "bonus_points": 10,
  "event_id": "order-123"
}
Agent discoverydelx/intent-card/v1
{
  "intent": "quote loyalty points for a purchase amount",
  "tool_name": "util_loyalty_reward_quote",
  "price_usdc": "0.001",
  "machine_url": "https://commerce.delx.ai/intents/loyalty-reward-quote-api.json"
}

Portable and inspectable

Share the intent, not a directory search.