Lithic · Schema

PostPaymentResponse

FinTechBaaSCard IssuingPaymentsEmbedded Finance
View JSON Schema on GitHub

JSON Schema

lithic-postpaymentresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PostPaymentResponse",
  "title": "PostPaymentResponse",
  "allOf": [
    {
      "$ref": "#/components/schemas/payment-transaction"
    },
    {
      "properties": {
        "balance": {
          "$ref": "#/components/schemas/balance"
        }
      },
      "type": "object"
    }
  ]
}