
Common Issues and Fixes
Online Payment Not Completing
Symptom: Customer paid but no order appears in the dashboard.1
Check the Stripe Dashboard
Go to dashboard.stripe.com → Payments. Find the payment and check its status. If it shows as Succeeded there but not in DuitPOS, the issue is in the webhook or redirect path.
2
Verify the webhook is set up
Go to Developers → Webhooks in Stripe and confirm the endpoint is active. Check Recent Deliveries for failed attempts and the HTTP response codes.
3
Check the Webhook Secret
Go to Manage → Payment Types → Edit and confirm the Webhook Secret matches the one shown in Stripe Dashboard → Webhooks → your endpoint → Signing secret. They must match exactly — copying the secret again from Stripe is the safest approach.
Payment Type Not Appearing on POS
Symptom: A payment type is missing from the POS checkout screen.- Go to Manage → Payment Types and confirm the type is set to Active.
- Reload the POS app after making changes — the POS caches the payment type list.
Stripe Showing “Invalid API Key”
- Confirm you copied the full key (starts with
sk_live_orsk_test_). - Make sure you are not mixing test and live keys — they must both match (test keys for test mode, live keys for production).
- Re-enter the key in Manage → Payment Types → Edit → Processors.
Frequently Asked Questions
How do I issue a refund?
How do I issue a refund?
Open the ticket in the DuitPOS dashboard, click the Refund button, and enter the amount to refund. DuitPOS will process the refund via Stripe (for card/online payments) and record it in the transaction history. Always process refunds from within DuitPOS rather than directly in Stripe to keep your records in sync.
A customer says they were charged but I cannot find the order — what do I do?
A customer says they were charged but I cannot find the order — what do I do?
Search in Stripe Dashboard → Payments by the customer’s email or card last four digits. If the payment is there but not in DuitPOS, the webhook may have failed. Manually create the order in DuitPOS and note the Stripe Payment Intent ID for reconciliation. Then fix the webhook configuration to prevent this from recurring.
Why does the POS show a payment error when processing a card in-store?
Why does the POS show a payment error when processing a card in-store?
In-store card errors depend on your physical card terminal setup, not Stripe (Stripe is for online QR ordering only). Check your EFTPOS terminal’s connection and contact your terminal provider for in-store card errors.
Related
Stripe Setup
Configure Stripe credentials and webhooks
Payment Types
Manage payment methods
QR Code Setup
Set up QR ordering for customers
Reports
View payment breakdowns in reports

