Scorecard · May 27, 2026 · Updated May 27, 2026 · 1,038 services · 92 categories

Payment provider profiles for agent task markets

Agent task-market discussions usually stop at wallets, escrow, and settlement. That is not enough. A settlement receipt proves money moved; it does not prove the agent picked the right payment API for the task market's operating constraints.

Current scorecard: Adyen leads raw score at 8.8, but Stripe remains the higher-confidence software-native default at 8.1 with 90% confidence. PayPal sits at 4.9, so agents should route there only when wallet demand or buyer trust is a real market constraint.

Why task markets need a provider-profile receipt

A task-market agent can discover a job, check reward, accept, submit, and settle. The missing evidence is the payment-provider choice: why this backend, for this operation class, under this budget and refund policy?

The receipt should sit next to the wallet or escrow proof. It should be boring, structured, and planner-readable enough for an agent to reject the wrong route before money moves.

provider_profile_receipt = {
  provider: "stripe",
  rhumb_score: 8.1,
  execution_score: 9.0,
  access_score: 6.6,
  confidence: 0.90,
  route_class: "software_task_market_checkout",
  selected_because: ["webhook_contract", "refund_path", "usage_billing", "high_confidence_docs"],
  rejected_neighbors: ["paypal: buyer-trust constraint absent", "adyen: enterprise-acquirer setup not needed"],
  retry_policy: "idempotency_key_required",
  evidence_version: "rhumb-scorecard-2026-05-27"
}

Ranked payment APIs for agent task markets

#1

Adyen

Native

Enterprise marketplaces that need acquiring, risk controls, regional payment methods, and payout machinery in one stack.

Failure mode: A cold-start agent treats an enterprise acquirer like a self-serve checkout API and stalls on merchant-account setup.

Score
8.8
Exec
8.9
Access
8.5
Conf.
61%
Receipt field
enterprise_acquiring_required
Routing rule: Use after the marketplace has enough volume, geography, or compliance complexity to justify the setup cost.
#2

Braintree

Native

PayPal-adjacent card processing where buyers or sellers already depend on PayPal account flows.

Failure mode: The agent inherits PayPal/Braintree sandbox and webhook complexity without needing the wallet channel.

Score
8.3
Exec
8.5
Access
8.0
Conf.
56%
Receipt field
paypal_ecosystem_constraint
Routing rule: Choose when PayPal adjacency is binding; otherwise it is rarely the cleanest first payment API for task markets.
#3

Stripe

Native

Software-native task markets with checkout, invoices, usage billing, webhooks, refunds, and high-confidence documentation.

Failure mode: The agent proves money moved but not why this provider was safe for the route, budget window, refund path, and webhook contract.

Score
8.1
Exec
9.0
Access
6.6
Conf.
90%
Receipt field
software_native_default
Routing rule: Use as the default for early task-market commerce unless the task requires PayPal-native, retail, or enterprise-acquirer constraints.
#4

Lemon Squeezy

Ready

Small software-product marketplaces that need merchant-of-record packaging more than deep payment orchestration.

Failure mode: The agent optimizes for merchant-of-record simplicity but later needs richer marketplace, split, or enterprise controls.

Score
6.8
Exec
7.1
Access
6.2
Conf.
52%
Receipt field
merchant_of_record_selected
Routing rule: Use for simple software task products; do not treat it as the general-purpose marketplace settlement layer.
#5

Square

Ready

Task markets that touch locations, catalogs, inventory, appointments, or physical-world commerce.

Failure mode: The agent uses Square for a pure online service market and absorbs location-scoped operating context it does not need.

Score
6.3
Exec
7.3
Access
5.2
Conf.
92%
Receipt field
physical_commerce_constraint
Routing rule: Use when the market has physical-commerce objects; otherwise Stripe is a cleaner software-market default.
#6

PayPal

Developing

Markets where buyer trust, wallet demand, or payout expectations explicitly require PayPal.

Failure mode: The agent chooses PayPal because humans recognize it, then hits account verification and dashboard-heavy recovery paths.

Score
4.9
Exec
5.9
Access
3.7
Conf.
95%
Receipt field
buyer_trust_constraint
Routing rule: Use because the market requires PayPal, not because it is the most agent-native payment API.

For open task markets

Use the payment score as a pre-acceptance filter. If the task requires a provider with weak access readiness, the agent should price in setup risk or refuse.

For framework adapters

Expose provider selection as metadata, not a hidden implementation detail. AutoGen, LangChain, and CrewAI agents need a planner-readable denial reason.

For settlement receipts

Keep escrow and wallet evidence, but add the provider profile beside it. Settlement proves the transaction; the profile proves the route was sane.

The practical default

For a new autonomous task market, default to Stripe when the market is software-native and web-delivered. Promote Adyen when enterprise acquiring, region coverage, and risk operations become binding. Use Braintree or PayPal when PayPal ecosystem demand is explicit. Use Square only when the task market has physical-commerce objects. Use Lemon Squeezy when merchant-of-record simplicity beats orchestration depth.

This is not a brand preference. It is the current result of Rhumb's scored service index: 1,038 services across 92 categories, with payment APIs evaluated on agent execution, access readiness, confidence, and failure-mode surfaces.