Docs
Quickstart
Quickstart
Get your first payment live in less than 5 minutes. Follow this step-by-step guide to integrate HwebPay into your stack.
1
Generate API Keys
Sign up on the Merchant Dashboard, navigate to Settings > API Keys, and copy your Test Secret Key.
sk_test_623...918
2
Initialize Transaction
Call the initialization endpoint from your server. We'll return a checkout URL for your customer.
cURL Request
curl -X POST https://api.hwebpay.com/api/v1/transactions/initialize \
-H "Authorization: Bearer sk_test_..." \
-d '{ "amount": 5000, "email": "test@hwebpay.com" }'
-H "Authorization: Bearer sk_test_..." \
-d '{ "amount": 5000, "email": "test@hwebpay.com" }'
3
Respond to Success
Configure your Webhook URL to receive real-time notifications when the customer completes the payment.
Pro Tip
Use a tool like Webhook.site or Ngrok to test webhooks on your local machine during development.
Ready for more?
Explore our detailed API reference to learn about splits, subscriptions, and more.
© 2026 HwebPay Docs Portal
Developer Community