OUTCOME · Create or advance
What changes
Transitions exactly one merchant to ACTIVE and commits its review reference. It permits later product publication and invoice creation but grants no custody, signing, settlement, payment-finality, or fulfillment authority.
WHY IT MATTERS
- Gives people and agents a contract-backed way to advance merchant profile.
- Connects catalog and invoice operations to payment collection and treasury reconciliation without making presentation state or a reserved address proof of payment.
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
- Authenticate at the documented boundary: bearer+scope.
- Supply the required merchant_uuid (path), expected_version (body), review_reference (body), step_up_token (body) exactly as defined by the live contract.
- Use one Idempotency-Key only for retries of the same byte-equivalent logical mutation.
WHAT TO DO NEXT
- Re-read merchant profile using the canonical identifier returned by this operation.
- Reconcile an ambiguous response with the same idempotency key before attempting another mutation.
- Open the canonical merchant, invoice, payment, or rotational-wallet record for the next stage and verify settlement independently before marking the commercial obligation complete.
AGENT GUIDANCE
- Use merchant profile only for the purpose and lifecycle stage described by this operation; do not treat it as authority for an adjacent action.
- Supply the required merchant_uuid (path), expected_version (body), review_reference (body), step_up_token (body) exactly as defined by the live contract.
- Distinguish merchant readiness, product availability, invoice issuance, checkout presentation, payment observation, wallet synchronization, treasury settlement, cancellation, and reconciliation.
- After a timeout or conflict, read authoritative state before deciding whether an equivalent retry is safe.