| Name | Key | Environment | Created | Last used | Actions |
|---|---|---|---|---|---|
| Production server | sk_live_••••••••3f9a | Live | Jan 15 2026 | 2 hours ago | |
| Sandbox testing | sk_test_••••••••1b2c | Test | Feb 02 2026 | Never used |
https://api.acmeretail.com/webhooks/stockbill
https://staging.acmeretail.com/hooks/payments
Tools to help you build and test your StockBill integration
API Documentation
Full reference for all endpoints, parameters, and responses
Postman Collection
Import ready-to-use requests into Postman for testing
Sandbox Environment
Test your integration with simulated transactions — no real money
Copy a code snippet to start collecting in minutes
const stockbill = require('@stockbill/node');const client = new StockBill('sk_live_••••••••3f9a');const collection = await client.collections.create({ amount: 50000, currency: 'NGN', reference: 'ORD-001', customer: { email: 'customer@example.com' }});