How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

DailyPay Rest API

Embed DailyPay and On Demand Pay features into your application. A json:api-compliant REST API covering jobs, accounts, transfers, paychecks, organizations, people and debit-card tokenization, secured with OAuth 2.0 client-credentials and authorization-code (PKCE) flows, versioned by the DailyPay-API-Version header and requiring an Idempotency-Key on transfer creation.

DailyPay Rest API is published by DailyPay on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Job, Account, Transfers, Paychecks, and Organization. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 18 operations across 13 paths, organized into 8 resource areas, and defines 95 schemas. It is described by OpenAPI 3.1.0, at version 3.0.0-beta.117.

Requests are made against a single base URL, https://api.{environment}.com.

18 operations 13 paths 95 schemas 1 DELETE12 GET2 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0-beta.117
Base URL
https://api.dailypay.com/rest
Authentication
OAuth 2.0, OAuth 2.0
Terms of Service
Resource Areas
8

Authentication & Security 2

DailyPay Rest API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauth_client_credentials_token) using the clientCredentials flow, exposing 1 scope. It supports OAuth 2.0 (oauth_user_token) using the authorizationCode flow, exposing 2 scopes. By default, every request must be authenticated.

Paths & Operations 18

Across 13 paths, the API surfaces 18 operations — 1 DELETE, 12 GET, 2 PATCH, 3 POST. They span 8 resource areas: Jobs, Accounts, Transfers, Paychecks, Organizations, People, Card Tokenization, Health. Each is listed below with its method, path, parameters, and response codes.

Jobs 3

The jobs endpoint provides access to comprehensive information about a person's employment. It enables you to retrieve details about individual jobs, including information about t…

GET
/rest/jobs/{job_id}
Get a job object
readJob 2 params → 200400401403404500
PATCH
/rest/jobs/{job_id}
Update paycheck settings or deactivate a job
updateJob 2 params body → 200400401403404500
GET
/rest/jobs
Get a list of job objects
listJobs 7 params → 200400401403500
Accounts 4

The accounts endpoint provides comprehensive information about money accounts. You can retrieve account details, including the account's unique ID, a link to the account holder, t…

GET
/rest/accounts/{account_id}
Get an Account object
readAccount 2 params → 200400401403404500
DELETE
/rest/accounts/{account_id}
Delete an Account
deleteAccount 2 params → 204400401403404500
GET
/rest/accounts
Get a list of Account objects
listAccounts 5 params → 200400401403500
POST
/rest/accounts
Create an Account object
createAccount 1 param body → 200400401403500
Transfers 3

The transfers endpoint allows you to initiate and track money movement. You can access transfer details, including the transfer's unique ID, amount, currency, status, schedule, su…

GET
/rest/transfers/{transfer_id}
Get a transfer object
readTransfer 3 params → 200400401403404500
GET
/rest/transfers
Get a list of transfers
listTransfers 4 params → 200400401403500
POST
/rest/transfers
Request a transfer
createTransfer 3 params body → 200400401403409500
Paychecks 2

The paychecks endpoint provides detailed information about paychecks. You can retrieve individual paycheck details, including the person and job associated with the paycheck, its…

GET
/rest/paychecks/{paycheck_id}
Get a Paycheck object
readPaycheck 2 params → 200400401403404500
GET
/rest/paychecks
Get a list of paycheck objects
listPaychecks 10 params → 200400401403500
Organizations 2

The organizations endpoint provides details about a business entity, such as an employer, or a group of people, such as a division. The response includes the organization name and…

GET
/rest/organizations/{organization_id}
Get an organization
readOrganization 2 params → 200400401403404500
GET
/rest/organizations
List organizations
listOrganizations 2 params → 200400401403500
People 2

The people endpoint allows you to see information related to who owns resources such as jobs and accounts. Functionality: Retrieve limited details about a person, including their…

GET
/rest/people/{person_id}
Get a person object
readPerson 2 params → 200400401403404500
PATCH
/rest/people/{person_id}
Update a person
updatePerson 2 params body → 200400401403404500
Card Tokenization 1

Securely tokenize personal cards for use in the accounts API.

POST
/cards/generic
Obtain a card token
createGenericCardToken body → 200500
Health 1

The health endpoint provides a simple health check for the API. Functionality: Check the status of the API to ensure it is functioning correctly.

GET
/rest/health
Verify the status of the API
getHealth → 200401500

Schemas 95

The contract defines 95 schemas that model the data the API accepts and returns. The most detailed are PaycheckAttributes (9 properties), JobAttributes (9 properties), Error (5 properties), TransferRelationships (5 properties). Each schema is shown below with its type and property counts.

Amount
integer
A monetary quantity expressed in units of the lowest denomination in the associated currency. For example, { amount: 7250, currency: 'USD' } resolves to $72.50.
Currency
string
A three-letter ISO 4217 currency code. For example, USD for US Dollars, EUR for Euros, or JPY for Japanese Yen.
JobAttributes
object
9 properties 3 required
JobLink
string
JobLinks
object
1 property 1 required
PersonIdentifier
object
2 properties 2 required
PersonRelationship
object
1 property 1 required
OrganizationIdentifier
object
2 properties 2 required
OrganizationRelationship
object
1 property 1 required
AccountIdentifier
object
2 properties 2 required
AccountRelationship
object
1 property 1 required
JobRelationships
object
The relationships between the job and other resources, including the accounts to which paychecks from this job are deposited.
4 properties 2 required
JobResource
object
A job describes the financial relationship between a person and an organization.
5 properties 6 required
JobData
object
1 property 1 required
BadRequestCodes
object
1 property 1 required
Error
object
5 properties 4 required
ErrorBadRequestError
ErrorBadRequest
object
1 property 1 required
ErrorUnauthorizedError
ErrorUnauthorized
object
1 property 1 required
ErrorForbiddenError
ErrorForbidden
object
1 property 1 required
ErrorNotFoundError
ErrorNotFound
object
1 property 1 required
ErrorUnexpectedError
ErrorUnexpected
object
1 property 1 required
JobUpdateData
object
1 property 1 required
ErrorJobUpdateError
JobUpdateError
object
1 property 1 required
JobsData
object
1 property 1 required
TransferDestinationCapability
object
3 properties 3 required
AccountAttributes__Common
object
3 properties 3 required
AccountAttributes_Card
AccountAttributes_EarningsBalance
AccountCreateAttributes_Depository
object
An account with type DEPOSITORY and subtype SAVINGS or CHECKING.
4 properties 4 required
AccountAttributes_Depository
AccountAttributes
object
The details of the account.
AccountLink
string
The URI for the account
AccountLinks
object
1 property 1 required
AccountRelationships
object
1 property 1 required
AccountResource
object
5 properties 5 required
AccountData
object
1 property 1 required
AccountsData
object
1 property 1 required
AccountCreateAttributes_Card
object
An account with type CARD and subtype DAILYPAY or DEBIT.
4 properties 4 required
AccountCreateAttributes
object
The details of the account.
AccountCreateResource
object
3 properties 3 required
AccountCreateData
object
1 property 1 required
ErrorAccountCreateError
AccountCreateError
object
1 property 1 required
TransferCreateAttributes
object
An object representing a transfer of money from one account to another. Created when a person takes an advance against a future paycheck, or on a daily basis w…
4 properties 3 required
TransferAttributes
TransferLink
string
TransferLinks
object
1 property 1 required
PaycheckIdentifier
object
2 properties 2 required
PaycheckRelationship
object
1 property 1 required
FundingSourceIdentifier
object
2 properties 2 required
FundingSourcesRelationship
object
1 property 1 required
TransferRelationships
object
5 properties 5 required
TransferResource
object
5 properties 5 required
FundingSourceAttributes
object
2 properties 2 required
TransferIdentifier
object
2 properties 2 required
TransferRelationship
object
1 property 1 required
FundingSourceRelationships
object
2 properties 2 required
FundingSourceResource
object
A source describes how transfers with an origin of EARNINGSBALANCE account are funded.
4 properties 4 required
TransferData
object
2 properties 1 required
TransfersData
object
2 properties 1 required
TransferCreateRelationships
object
3 properties 1 required
TransferCreateResource
object
4 properties 3 required
TransferCreateData
object
1 property 1 required
ErrorTransferCreateError
TransferCreateError
object
1 property 1 required
ErrorConflictError
ErrorConflict
object
1 property 1 required
PaycheckAttributes
object
9 properties 9 required
PaycheckLink
string
PaycheckLinks
object
1 property 1 required
JobIdentifier
object
2 properties 2 required
JobRelationship
object
1 property 1 required
PaycheckRelationships
object
2 properties 2 required
PaycheckResource
object
5 properties 5 required
PaycheckData
object
1 property 1 required
PaychecksData
object
1 property 1 required
OrganizationID
string
String identifier that is unique to this organization. You can safely assume the identifier to never exceed 64 characters.
OrganizationAttributes
object
2 properties
OrganizationLink
string
OrganizationLinks
object
1 property 1 required
OrganizationResource
object
4 properties 4 required
OrganizationData
object
1 property 1 required
OrganizationsData
object
1 property 1 required
PersonAttributes
object
A person is a record of someone known to DailyPay. There will only ever be one person record per human being.
3 properties 2 required
PersonLink
string
The URI for the user
PersonLinks
object
1 property 1 required
PersonResource
object
4 properties 4 required
PersonData
object
1 property 1 required
PersonUpdateData
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

dailypay-rest-openapi-original.yml Raw ↑
Where this information came from

This is an independent, third-party profile of DailyPay Rest API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.