Lithic · Example Payload

Lithic Simulateaccountholderenrollmentreview Example

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Lithic Simulateaccountholderenrollmentreview 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": "simulateAccountHolderEnrollmentReview",
  "method": "POST",
  "path": "/v1/simulate/account_holders/enrollment_review",
  "summary": "Simulate an account holder's enrollment review",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "simulateAcceptedReviewRequest",
      "example": {
        "account_holder_token": "1415964d-4400-4d79-9fb3-eee0faaee4e4",
        "status": "ACCEPTED",
        "status_reasons": []
      }
    },
    {
      "contentType": "application/json",
      "name": "simulateRejectedReviewRequest",
      "example": {
        "account_holder_token": "b8d0cdd2-182c-4623-b104-9f50808b8373",
        "status": "REJECTED",
        "status_reasons": [
          "PRIMARY_BUSINESS_ENTITY_ID_VERIFICATION_FAILURE"
        ]
      }
    },
    {
      "contentType": "application/json",
      "name": "simulatePendingReviewRequest",
      "example": {
        "account_holder_token": "b8d0cdd2-182c-4623-b104-9f50808b8373",
        "status": "PENDING_REVIEW",
        "status_reasons": [
          "CONTROL_PERSON_NAME_VERIFICATION_FAILURE"
        ]
      }
    }
  ],
  "responseExamples": []
}