Skip to content

docs(payments): add crypto settlement step to Merchant Quickstart#53

Merged
riveign merged 1 commit into
mainfrom
devin/wcpm-quickstart-settlement-step
May 19, 2026
Merged

docs(payments): add crypto settlement step to Merchant Quickstart#53
riveign merged 1 commit into
mainfrom
devin/wcpm-quickstart-settlement-step

Conversation

@riveign
Copy link
Copy Markdown
Contributor

@riveign riveign commented May 19, 2026

Summary

  • Adds a new Step 4: Configure crypto settlement to the Merchant Quickstart, between Create your first merchant and Create your first payment.
  • The step shows a POST /v1/merchants/{merchantId}/settlements/crypto example registering USDC on Base, explains the CAIP-19 asset / CAIP-10 destination pairing, and links to Token & Chain Coverage for the full list of valid asset IDs.
  • Calls out the (merchant, asset) uniqueness rule + points to the Update endpoint for changing a destination.
  • Renumbers Create your first payment → Step 5 and Check the payment status → Step 6; updates the intro from "five steps" to "six steps".

Why

Settlement configuration was missing from the original Quickstart (shipped as PR #50). Without it, a freshly created merchant has no settlement destination registered, so POST /v1/payments doesn't have a place to deliver funds. This restores the missing prerequisite.

Test plan

  • mint dev preview renders the new Step 4 in the correct slot
  • Inline links resolve: Token & Chain Coverage, Create crypto settlements, Update a crypto settlement
  • Numbered list at top of page reads 1–6 with correct titles
  • curl example copies cleanly with \ line continuations intact

🤖 Generated with Claude Code

Tell merchants to register settlement destinations via
POST /v1/merchants/{merchantId}/settlements/crypto before creating
their first payment, with a link to Token & Chain Coverage for the
list of valid CAIP-19 asset IDs.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 19, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
wc-pay-docs 🟢 Ready View Preview May 19, 2026, 3:03 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@riveign riveign merged commit 673b7e0 into main May 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants