Lithic · Example Payload

Lithic Postsimulateclearing Example

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Lithic Postsimulateclearing 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": "postSimulateClearing",
  "method": "POST",
  "path": "/v1/simulate/clearing",
  "summary": "Simulate clearing",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "simulateClear",
      "example": {
        "amount": 0,
        "token": "fabd829d-7f7b-4432-a8f2-07ea4889aaac"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "debugging_request_id": "3ec51ef1-b68d-4243-be6c-2204229b09cf"
      }
    }
  ]
}