روابط الدفع ورموز QR

أنشئ روابط الدفع ورموز QR من لوحة التحكم أو عبر API.

غير متاح بعد — النطاق 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"