New: Now accepting payments in both INR & USD! View Pricing →
Complete guide to integrate Pixler Payments
Welcome to Pixler Payments API documentation. Get started in 3 simple steps:
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"
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"
}
Configure webhook URL to receive real-time notifications:
Events:
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found |
| 500 | Internal Server Error |