DEVELOPER HUB & DOCUMENTATION

Developer-First Architecture.
Built For Seamless Integration.

Access comprehensive API references, client libraries, webhook verification guides, and sandbox environments to integrate PayOrbit into your applications in minutes.

PHP SDK
composer require payorbit/sdk
Node.js SDK
npm install payorbit-node
Python SDK
pip install payorbit-py
Flutter & React Native
Mobile Checkout Wrappers
API REFERENCE

Unified REST API Workflow

The PayOrbit platform standardizes request headers, authentication tokens, and response envelopes across all acquiring rails.

1. AUTHENTICATION
Send your secret key in the Authorization: Bearer <KEY> HTTP header on every request.
2. ORDER CREATION
Make a POST request to /v1/order/create with amount, order_id, customer contact, and auto-routing preference.
3. SIGNED WEBHOOKS
Listen for payment.authorized and payment.failed events with HMAC SHA-256 signature verification.
POST /api/v1/order/create 200 OK
// Sample Unified Response Payload { "status": "success", "code": 200, "message": "Order initiated successfully", "data": { "order_id": "ORD_2026_981", "amount": 2499.00, "currency": "INR", "payment_url": "https://pay.payorbit.io/checkout/po_inv_848201", "upi_intent": "upi://pay?pa=payorbit@yesbank&pn=Merchant&am=2499.00&tr=ORD_2026_981", "qr_string": "00020101021226480014...", "selected_route": { "gateway_channel": "DIRECT_UPI_RAIL", "latency_ms": 115, "cascade_failover_enabled": true }, "expires_at": "2026-09-26T16:45:00Z" } }
PCI-DSS Level 1 Compliance

Our payment infrastructure adheres to the highest level of global data security standards. Card data is tokenized securely without touching your application servers.

256-Bit SSL Bank Encryption

Every API request, webhook delivery, and checkout interaction is secured with end-to-end TLS 1.3 encryption and automated certificate rotation.

HMAC SHA-256 Webhook Signatures

Ensure tamper-proof callback verification. Every webhook event includes an X-PayOrbit-Signature header generated using your secret credentials.

Ready For Integration

Supercharge Your Checkout with PayOrbit

Connect once to our unified aggregator engine and unlock India's most resilient payment rails. Higher conversions, zero downtime, and instant settlements await.