Resolver credits
Buy resolver credits
Every resolver mode uses one credit per successful call. Affiliate-supported mode can return disclosed checkout URLs; neutral mode returns non-affiliate merchant search options.
Stripe Checkout handles cards, Link, and approved wallet methods configured in Stripe. Stablecoin and crypto checkout is enabled and appears for eligible buyers when Stripe presents it. WeChat Pay appears after approval.
Starter
500 credits
500 Product Resolver calls.
$5.00
One cent per successful resolver call.
Builder
2,000 credits
2,000 Product Resolver calls.
$20.00
One cent per successful resolver call.
Operator
10,000 credits
10,000 Product Resolver calls.
$100.00
One cent per successful resolver call.
API use
Use affiliate_supported when disclosed checkout links are acceptable. Use neutral_paid when an agent or customer needs non-affiliate output. Both modes require an API key and one credit per successful call.
curl -H "Authorization: Bearer prk_..." "https://productresolver.com/resolve?intent=toner%20for%20Brother%20HL-L6200DW&mode=neutral_paid"Agents can create a Stripe Checkout URL directly with the JSON checkout-session endpoint.
curl -X POST -H "Content-Type: application/json" -d '{"pack_id":"starter_500","email":"[email protected]"}' "https://productresolver.com/billing/checkout-session"