Skip to content
Back to catalog
Push Notifications Add-on — hero screen
1 / 6

What is Push Notifications Add-on?

Audience segmentation, scheduling, templates, and an admin console for marketing teams.

Who this is for

Push Notifications Add-on is built for teams shipping in the Add-ons space and operating at production scale. If you're past the prototype stage and need ledger-grade primitives, KYC tooling, and operator-ready dashboards from day one, you're in the right place.

What's in the box

  • Production-ready Laravel source with CI/CD pipelines wired up
  • Terraform modules for AWS, GCP, and DigitalOcean deployments
  • Operator runbooks: onboarding, transaction lifecycle, dispute handling, reconciliation
  • Pre-integrated adapters for the partners you'll actually call: KYC providers, sponsor banks, payment processors
  • Architecture diagrams and a documented permission/RBAC model

How operators use this in production

The platform's data plane is layered cleanly: edge surfaces talk to core services; core services own the ledger; partner integrations live at the boundary — never in the middle. Your team owns and extends the core; the integration adapters are isolated so partner churn doesn't touch your business logic.

POST /api/transactions
{
  "amount": 1500,
  "currency": "USD",
  "source": "wallet:9X42",
  "destination": "wallet:K81P"
}

Deployment options at a glance

OptionTime-to-liveBest for
Managed cloud (Terraform)~1 weekStartups and early-stage operators
Self-hosted single-region2–3 weeksRegulated entities with on-prem requirements
Multi-region active/active6–8 weeksScale-stage operators across geos
Deployment topologies supported out of the box.
"We launched our wallet in eight weeks on this. The runbooks paid for themselves in the first month." — Operator at a fintech that prefers to stay anonymous

What you don't have to build

The full list of things you skip when you start from Push Notifications Add-on includes the parts most teams underestimate: a deterministic ledger, idempotent webhook handling, hold/release state machines, KYC tier transitions, settlement reconciliation, and the operator UI to run all of it.

Read the full architecture in the documentation or jump straight to the feature list.