Merchant-facing product site

Guides for real merchant launch flows

Guides 围绕真实 rollout 路径编写:上线 checkout、接入 Webhooks、把 merchant operations 跑顺。

Guides

Answer-first implementation guides

Guides 围绕真实 rollout 路径编写:上线 checkout、接入 Webhooks、把 merchant operations 跑顺。

启动 hosted checkout

创建 store、生成 API credentials,并上线托管支付流。

  1. 1.创建 store 并设置 checkout branding。
  2. 2.生成 API credentials 与 webhook secret。
  3. 3.创建 payment 或 payment link,并把用户带入 hosted checkout。

接入 merchant webhooks

让你的 backend 与支付状态保持同步。

  1. 1.为 store 注册 webhook endpoint。
  2. 2.在接收端验证 webhook signature。
  3. 3.持久化 terminal payment state 与 settlement events。

Need endpoint details too?

Use the API overview alongside the guides to wire authentication, payment creation, and webhook signatures without context switching.