Lithic · Example Payload

Lithic Postdisputes Example

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Lithic Postdisputes 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": "postDisputes",
  "method": "POST",
  "path": "/v1/disputes",
  "summary": "Request chargeback",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "initiateDispute",
      "example": {
        "amount": 10000,
        "customer_filed_date": "2021-06-28T22:53:15Z",
        "reason": "FRAUD_CARD_PRESENT",
        "transaction_token": "12345624-aa69-4cbc-a946-30d90181b621"
      }
    }
  ],
  "responseExamples": []
}