Lithic · Schema

Payment Transaction Created

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-payment-transaction-created-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/payment-transaction-created",
  "title": "Payment Transaction Created",
  "allOf": [
    {
      "$ref": "#/components/schemas/payment-transaction"
    }
  ],
  "examples": [
    {
      "category": "ACH",
      "family": "PAYMENT",
      "created": "2023-09-14T12:52:44Z",
      "currency": "USD",
      "descriptor": "custom description",
      "direction": "DEBIT",
      "events": [
        {
          "amount": 4103,
          "created": "2023-09-14T12:52:44Z",
          "result": "APPROVED",
          "token": "f274f723-b156-5b15-a96d-5ba8d5241b09",
          "type": "ACH_ORIGINATION_INITIATED"
        }
      ],
      "external_bank_account_token": "b05c313e-35db-4b47-a33b-7b268d72b1f5",
      "financial_account_token": "39ec6bf0-c101-520e-965a-a4fffce1d755",
      "related_account_tokens": null,
      "method": "ACH_NEXT_DAY",
      "method_attributes": {
        "retries": 0,
        "return_reason_code": null,
        "sec_code": "CCD"
      },
      "pending_amount": 4103,
      "result": "APPROVED",
      "settled_amount": 0,
      "source": "CUSTOMER",
      "status": "PENDING",
      "token": "147595d7-45f4-4c91-a950-3436d16847e5",
      "type": "ORIGINATION_DEBIT",
      "updated": "2023-09-14T12:52:44Z",
      "user_defined_id": null
    }
  ]
}