RESTful APIs
Versioned endpoints for payments, merchants, webhooks, and reporting — OpenAPI-documented and sandbox-ready.
Integrate once and access orchestration, cashier, merchant onboarding, and reporting through clean, well-documented APIs.
Versioned endpoints for payments, merchants, webhooks, and reporting — OpenAPI-documented and sandbox-ready.
Full-stack test environment with simulated PSP responses, fixture merchants, and webhook replay.
Signed event streams for transactions, onboarding state changes, and verification milestones.
Quick-start kits for Node.js, Python, and raw HTTP — plus Postman collections and code samples.
Authenticate with your API key, create a payment session, and receive webhook events for transaction lifecycle updates.
Request API accesscurl -X POST https://api.dectrime.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"
}'Programmatically create onboarding links, track document uploads, and receive verification status via webhooks.
Try onboarding flowGet sandbox credentials and full API documentation from our developer team.