Lithic · Example Payload

Lithic Postsimulatereturnreversal Example

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Lithic Postsimulatereturnreversal 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": "postSimulateReturnReversal",
  "method": "POST",
  "path": "/v1/simulate/return_reversal",
  "summary": "Simulate return reversal",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "simulateReturnReversal",
      "example": {
        "token": "fabd829d-7f7b-4432-a8f2-07ea4889aaac"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "debugging_request_id": "d31645af-da9e-4952-b7dc-3ffb06618b39"
      }
    }
  ]
}