OUTCOME · Create or advance
What changes
Creates PENDING_REVIEW merchant policy and immutable commitments only. Checkout, catalog publication, invoice creation, custody, signing, settlement, and fulfillment remain disabled until their separate lifecycle gates pass.
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 public_name (body), support_email (body), settlement_currency (body), settlement_destination_reference (body), checkout_policy (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 public_name (body), support_email (body), settlement_currency (body), settlement_destination_reference (body), checkout_policy (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.