Jump to Content
Everee
GuidesAPI Reference
Log InEveree
Guides
Log In
GuidesAPI Reference

Getting Started

  • The Everee API
  • Requests & Responses
  • Authentication & API Tokens
  • Rate Limits

Common Workflows

  • Worker Onboarding
  • Paying Workers

Embed Components

  • Overview
  • How to Embed Components
  • Worker Onboarding
  • Everee Visa® Pay Card Signup
  • Component Events
    • React Native: ReactNativeWebview library
    • Web & React: <iframe>
    • Native iOS: WKWebView
    • Native Android: WebView
    • Flutter: webview_flutter

Webhook Events

  • Webhook Events Overview
  • Implementing a Webhook Handler
  • Securing a Webhook Handler
  • Authenticating Events

Migration Guides

  • Sep '24: Paying-out Payables with regular payroll
  • Jun '24: Leave Policy module

White Label

  • White Label Overview
  • Branding & User Access

Native iOS: WKWebView

Add a custom WKScriptMessageHandler to the WKWebView’s WKUserContentController. Use the created session’s eventHandlerName as the name parameter of the WKScriptMessageHandler when adding it to the WKUserContentController. When your handler receives a WKScriptMessage, its body property will be an NSDictionary. See Component Events for details of the data structure.

Updated 2 months ago