Skip to content

api-evangelist/atomic-fi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomic (atomic-fi)

Atomic is a payroll and financial connectivity platform. Through user-permissioned access to payroll, HR, and merchant accounts, Atomic lets applications switch direct deposit, verify income and employment, retrieve payroll data, and update payment methods on file. The Transact SDK is an embedded, hosted front-end that drives these workflows on top of Atomic's backend REST API.

APIs.json: https://raw.githubusercontent.com/api-evangelist/atomic-fi/refs/heads/main/apis.yml

Tags

  • Fintech
  • Payroll
  • Direct Deposit
  • Income Verification
  • Employment Verification
  • Financial Connectivity
  • Embedded Finance

Timestamps

  • Created: 2026-07-01
  • Modified: 2026-07-01

APIs

Atomic Access Tokens API

Exchanges your API Key and Secret for a short-lived publicToken that initializes the Transact SDK on the client. Includes creating and revoking access tokens, called from your backend so credentials never reach the browser.

Tags

  • Access Tokens
  • Authentication
  • Public Token

Properties

Atomic Transact SDK

Embedded, hosted front-end (Browser, iOS, Android, React Native, Flutter, Capacitor, WebView) launched with Atomic.transact() and a publicToken. It runs deposit, verify, and tax task workflows, handling user authentication and consent, and emits client-side events (onFinish, onClose, onInteraction, onTaskStatusUpdate) over Atomic's backend API.

Tags

  • Transact
  • SDK
  • Embedded
  • Front End

Properties

Atomic Tasks API

Retrieves task details and status, generates presigned file URLs, runs task prescreen confidence checks, and starts task workflows from an existing linked account. Tasks are the unit of work behind deposit, verify, and tax operations.

Tags

  • Tasks
  • Task Workflow
  • Status

Properties

Atomic Deposit API

Switches a user's direct deposit at their payroll or HR provider, supporting total, fixed, and percent distribution splits. Surfaced through the deposit task operation and exposes the user's current deposit accounts on file.

Tags

  • Deposit
  • Direct Deposit Switch
  • Distribution

Properties

Atomic Verify API

Verifies income and employment via the verify task operation, returning employment status, income (annual/hourly, pay cycle, next pay date), identity, statements/paystubs, timesheets, and taxes (W-2 / 1099) pulled from the connected payroll system.

Tags

  • Verify
  • Income
  • Employment
  • Identity

Properties

Atomic PayLink API

User-permissioned access into merchants and subscription services to read and update payment methods on file, and to run account actions such as pausing or canceling a plan. Card data flows through a dedicated PCI host (pci.atomicfi.com).

Tags

  • PayLink
  • Manage Payments
  • Cards on File
  • Subscriptions

Properties

Atomic Data & Transactions API

Retrieves payroll data by user identifier - deposit accounts, employment, identity, income, statements, timesheets, and taxes - plus linked-account listing and user/monitoring management for ongoing connections.

Tags

  • Data
  • Payroll Data
  • Statements
  • Linked Accounts

Properties

Atomic Webhooks API

Manages webhook endpoints and signing secrets, and delivers real-time CloudEvents-formatted notifications such as task-status-updated, payroll-data-fetched, and the *-synced data events, with retries and manual replay.

Tags

  • Webhooks
  • Events
  • CloudEvents

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors