You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: README + api_provider example show alias_amount_fields + x402_sample probe (parity with node)
Mirror of node-commerce 8881db4. README's payment + discovery rows mention
alias_amount_fields, sample_x402_accept_for_network, and x402_sample probe
option. examples/api_provider.py's probe call now uses X402SampleProbe with
the networks shorthand.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|`agentscore_commerce.challenge`|`build_402_body`, `build_accepted_methods`, `build_identity_metadata`, `build_how_to_pay`, `build_agent_instructions`; `respond_402` — drop-in 402 emit that preserves pympp's `WWW-Authenticate` and layers x402's `PAYMENT-REQUIRED`. |
23
23
|`agentscore_commerce.stripe_multichain`|`create_multichain_payment_intent`, `get_deposit_address`, `simulate_crypto_deposit`; `create_pi_cache` (TTL'd PI / deposit-address cache, Redis-backed when `redis_url` set, in-memory otherwise), `simulate_deposit_if_test_mode` (gates on `sk_test_` and looks up the PI for you), `STRIPE_TEST_TX_HASH_SUCCESS` / `STRIPE_TEST_TX_HASH_FAILED` constants. Peer dep on `stripe`. |
24
24
|`agentscore_commerce.api`| Everything from `agentscore-py` re-exported in one place: `AgentScore` + `AgentScoreError`, `AGENTSCORE_TEST_ADDRESSES` + `is_agentscore_test_address`. **Don't add `agentscore-py` as a separate dep** — the two can drift versions and cause subtle type mismatches. |
0 commit comments