支付链接与 QR
在仪表盘或通过 API 创建支付链接和 QR 码。
尚未上线 —— api.baynoy.com 无法解析,下面的示例目前无法运行。它们描述的是我们正在实现的接口约定,本页的结构仍可能调整。
Links without code
Create links in the dashboard with a fixed or open amount; share the URL anywhere. Every link has a QR twin you can print or show on screen.
Links from the API
POST /v1/payment_links with amount, currency and title; the response contains the URL and the QR payload.
cURL
curl https://api.baynoy.com/v1/payment_links \
-H "Authorization: Bearer bk_test_..." \
-H "Idempotency-Key: 4f7c9a2e-..." \
-d amount=4900 -d currency=EUR -d title="Design retainer"