Lithic · Example Payload

Lithic Postsimulatereturn Example

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Lithic Postsimulatereturn 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": "postSimulateReturn",
  "method": "POST",
  "path": "/v1/simulate/return",
  "summary": "Simulate return",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "simulateReturn",
      "example": {
        "amount": 3831,
        "descriptor": "COFFEE SHOP",
        "pan": "4111111289144142"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "debugging_request_id": "d31645af-da9e-4952-b7dc-3ffb06618b39",
        "token": "fabd829d-7f7b-4432-a8f2-07ea4889aaac"
      }
    }
  ]
}