PD Works
Developers

Build on PD Works

Integrate once and access orchestration, cashier, merchant onboarding, and reporting through clean, well-documented APIs.

RESTful APIs

Versioned endpoints for payments, merchant queues, and analytics exports.

Sandbox environment

Simulated PSP responses with the same webhook shapes as production.

Webhooks

Signed events for transactions, onboarding state changes, and verification outcomes.

SDKs & guides

Quickstarts for Node.js, Python, and raw HTTP with Postman collections.

Quick start

Authenticate with your API key, create a payment session, and receive webhook events for transaction lifecycle updates.

Request API access
Example request
curl -X POST https://api.payday-works.com/v1/payments \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 10000,
    "currency": "INR",
    "merchant_id": "mrc_abc123",
    "method": "upi"
  }'

Merchant onboarding API

Programmatically create onboarding links, track document uploads, and receive verification status via webhooks.

Try onboarding flow

Ready to integrate?

Get sandbox credentials and full API documentation from our developer team.