결제 링크 및 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"