OUTCOME · Discover
What changes
Read-only owner-scoped projection of rotational wallets; it cannot activate a merchant, publish a product, create checkout, assert payment, settle a wallet, fulfill an order, move value, or grant authority.
v2Merchant commerce
/api/v2/commerce/rotational-walletsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
List one merchant's invoice-scoped wallet observation and settlement-eligibility posture without obtaining custody or signing authority.
OUTCOME · Discover
Read-only owner-scoped projection of rotational wallets; it cannot activate a merchant, publish a product, create checkout, assert payment, settle a wallet, fulfill an order, move value, or grant authority.
WHY IT MATTERS
ISOLATION + AUTHORITY
Tenant, workspace, merchant, product, customer, invoice, checkout, collection wallet, payment, custody, treasury settlement, tax or compliance policy, and finality remain distinct. Merchant configuration or invoice state cannot authorize wallet signing, move funds, prove settlement, or grant publisher, matching, or trading authority.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing commerce:read authority.EXAMPLEBearer hc_live_…
merchant_uuidqueryRequired32-character merchant identifierOwning merchant for the observed wallet set. It must be supplied to resolve this request.EXAMPLEaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
network_idqueryRequiredhybrid-devnet | hybrid-testnet | hybrid-mainnetRequired: hybrid-devnet, hybrid-testnet, or hybrid-mainnetEXAMPLEhybrid-testnet
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{}{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentialsOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗