New: Now accepting payments in both INR & USD! View Pricing →

API Documentation

Complete guide to integrate Pixler Payments

Getting Started

Welcome to Pixler Payments API documentation. Get started in 3 simple steps:

  1. Sign up and complete KYC
  2. Generate your API keys from the dashboard
  3. Start making API calls

Authentication

All API requests must be authenticated using Bearer token:

curl https://api.pixlerpayments.com/v1/payouts \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

Create Payout

Send money to any bank account:

POST /v1/payouts

{
  "beneficiary_name": "John Doe",
  "account_number": "1234567890",
  "ifsc_code": "SBIN0001234",
  "amount": 1000,
  "payment_mode": "imps",
  "purpose": "Vendor Payment"
}

Webhooks

Configure webhook URL to receive real-time notifications:

Events:

  • payout.created
  • payout.success
  • payout.failed
  • payment.success
  • payment.failed

Error Codes

Code Description
400 Bad Request
401 Unauthorized
404 Not Found
500 Internal Server Error

Need Help?

Our support team is here to help you with integration

Contact Support