NotchPay
NotchPay powers payment collection for Langwa.
Setup checklist
- Create a NotchPay merchant account.
- Generate API keys for the backend.
- Configure webhook endpoints in NotchPay for payment events.
- Store API keys and webhook secrets in the backend secret store.
Webhooks
- Ensure the backend validates webhook signatures.
- Record webhook retries and idempotency keys to avoid duplicate charges.
Sandbox vs production
Use separate API keys and webhook endpoints for sandbox and production environments.