Paylayer.
Documentation Portal • Coming Soon

Public Docs Coming Soon.

Our interactive OpenAPI references, SDK guides, and self-serve sandbox are currently in active development for public launch.

Under Active Development

Public self-serve docs are being finalized. Early access partners get direct onboarding & private sandbox keys today.

[ Skip Waitlist → Contact Us ]
terminal.sh
// ⏳ COMING SOON: Interactive request runner[ Spec v1.0 Preview ]
curl -X POST https://api.paylayer.io/v1/sessions \
  -H "Authorization: Bearer sk_preview_••••••••••••" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 499900,
    "currency": "INR",
    "gateway": "razorpay_direct",
    "compliance": {
      "auto_tax": true,
      "generate_invoice": true
    },
    "customer": {
      "name": "Acme SaaS Inc",
      "email": "billing@acme.in"
    }
  }'
HTTP 202 COMING SOON — Spec compilingstatus: in development
Don't Wait For Public Launch

Get Private Sandbox Keys & Architecture Review

While public documentation is being finalized, our founders and engineering team are actively onboarding select companies with customized integration architecture.

Private sandbox keys issued within 24h
Personalized gateway & GST compliance config
Direct Slack/Discord channel with engineers

Upcoming Documentation Modules (Coming Soon)

Q2 2026 Release
01 / GATEWAYPrivate Alpha

Direct Gateway Pass-Through

Connect your Razorpay, Cashfree, or Stripe merchant accounts. Zero fund holding or merchant lock-in.

02 / AUTOMATIONIn Development

Tax & E-Invoice Engine

Instant GST calculation, compliant tax breakdown, auto-generated PDFs, and webhook reconciliation.

03 / DEVELOPER FIRSTComing Soon

Normalized Event Pipeline

A single unified webhook stream and idempotent API for all your gateway providers.