Lithic · Example Payload

Lithic Com Postsimulateauthorize Example

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Lithic Com Postsimulateauthorize 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": "postSimulateAuthorize",
  "method": "POST",
  "path": "/v1/simulate/authorize",
  "summary": "Simulate authorization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "simulateAuthorization",
      "example": {
        "amount": 3831,
        "descriptor": "COFFEE SHOP",
        "merchant_acceptor_city": "LOS ANGELES",
        "merchant_acceptor_state": "CA",
        "merchant_acceptor_country": "USA",
        "pan": "4111111289144142"
      }
    },
    {
      "contentType": "application/json",
      "name": "simulateBalanceInquiry",
      "example": {
        "amount": 0,
        "descriptor": "NEIGHBORHOOD ATM",
        "pan": "4111111289144142",
        "status": "BALANCE_INQUIRY"
      }
    },
    {
      "contentType": "application/json",
      "name": "simulateFinancialCreditAuthorization",
      "example": {
        "amount": 3831,
        "descriptor": "COFFEE SHOP",
        "pan": "4111111289144142",
        "status": "FINANCIAL_CREDIT_AUTHORIZATION"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "debugging_request_id": "d31645af-da9e-4952-b7dc-3ffb06618b39",
        "token": "fabd829d-7f7b-4432-a8f2-07ea4889aaac"
      }
    }
  ]
}

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-postsimulateauthorize-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.