Lithic · Example Payload

Lithic Com Postaccountholderentities Example

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Lithic Com Postaccountholderentities Example is an example object payload from Lithic, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "postAccountHolderEntities",
  "method": "POST",
  "path": "/v1/account_holders/{account_holder_token}/entities",
  "summary": "Create a new beneficial owner individual or replace the existing control person entity",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "createBeneficialOwner",
      "example": {
        "type": "BENEFICIAL_OWNER_INDIVIDUAL",
        "first_name": "Timmy",
        "last_name": "Turner",
        "dob": "1991-03-08T08:00:00Z",
        "email": "tim@left-earth.com",
        "phone_number": "+15555555555",
        "government_id": "211-23-1412",
        "address": {
          "address1": "300 Normal Forest Way",
          "city": "Portland",
          "country": "USA",
          "postal_code": "90210",
          "state": "OR"
        }
      }
    },
    {
      "contentType": "application/json",
      "name": "replaceControlPerson",
      "example": {
        "type": "CONTROL_PERSON",
        "first_name": "Tom",
        "last_name": "Timothy",
        "dob": "1991-03-08T08:00:00Z",
        "email": "tom@middle-pluto.com",
        "phone_number": "+15555555555",
        "government_id": "111-23-1412",
        "address": {
          "address1": "451 New Forest Way",
          "city": "Springfield",
          "country": "USA",
          "postal_code": "68022",
          "state": "IL"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "acceptedResponse",
      "example": {
        "account_holder_token": "fa68ed76-9d02-4d45-8a3f-782f3b6a8b3f",
        "status": "ACCEPTED",
        "status_reasons": [],
        "token": "49c978db-20c4-46d8-9db4-b0ef28c03533",
        "created": "2024-09-16T20:13:41.865274",
        "required_documents": []
      }
    },
    {
      "status": "200",
      "contentType": "application/json",
      "name": "pendingReviewResponse",
      "example": {
        "account_holder_token": "fa68ed76-9d02-4d45-8a3f-782f3b6a8b3f",
        "status": "PENDING_REVIEW",
        "status_reasons": [
          "NAME_VERIFICATION_FAILURE"
        ],
        "token": "49c978db-20c4-46d8-9db4-b0ef28c03533",
        "created": "2024-09-16T20:13:41.865274",
        "required_documents": []
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/lithic-com-postaccountholderentities-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.