Integrate PulsePay's biometric payment system into your applications and websites. Our API provides secure, fast, and reliable payment processing capabilities.
Our public API is currently in development. Register for early access and updates.
All API requests require authentication using API keys. You'll need:
POST /payments/create
Create a new payment intent for biometric authentication.
{ "amount": 1000, "currency": "INR", "description": "Product purchase", "customer_id": "cust_123", "merchant_id": "merch_456", "metadata": { "order_id": "order_789" } }
POST /payments/verify
Verify biometric authentication and process payment.
GET /payments/{payment_id}
Retrieve the current status of a payment.
POST /customers
GET /customers/{customer_id}
PUT /customers/{customer_id}
POST /biometrics/register
POST /biometrics/verify
PulsePay sends webhooks to notify your application about payment events:
payment.created
- Payment intent createdpayment.processing
- Payment being processedpayment.succeeded
- Payment completed successfullypayment.failed
- Payment failedpayment.cancelled
- Payment cancelledFor web applications
For mobile apps
For server-side integration
For Node.js applications
Test your integration using our sandbox environment:
For API-related questions and technical support:
Register for API early access and get notified when it's available
Email: pulsexpay999@gmail.com