Lithic · Schema

GoogleWebPushProvisioningResponse

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
google_opc string A base64 encoded and encrypted payload representing card data for the Google Pay UWPP FPAN flow.
tsp_opc string A base64 encoded and encrypted payload representing card data for the Google Pay UWPP tokenization flow.
View JSON Schema on GitHub

JSON Schema

lithic-googlewebpushprovisioningresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GoogleWebPushProvisioningResponse",
  "title": "GoogleWebPushProvisioningResponse",
  "properties": {
    "google_opc": {
      "description": "A base64 encoded and encrypted payload representing card data for the Google Pay UWPP FPAN flow.",
      "example": "WW91ciBTdHJpbmcgSGVyZQ==",
      "type": "string"
    },
    "tsp_opc": {
      "description": "A base64 encoded and encrypted payload representing card data for the Google Pay UWPP tokenization flow.",
      "example": "WW91ciBTdHJpbmcgSGVyZQ==",
      "type": "string"
    }
  },
  "type": "object",
  "not": {
    "properties": {
      "jws": {}
    },
    "required": [
      "jws"
    ]
  }
}