概览

概览

作为 Actions Center 的预订端到端集成的一部分,您可以启用 与预订关联的任何押金、违约金或预付广告资源 页面查看任何可能需要付款的交易。在以下国家/地区启用付款: 通过这种方式,您可以在 预约页面

资格要求

要向特定预订添加付款,您必须满足以下条件 前提条件:

  1. 现有的实时端到端集成。
  2. 通过深层链接直接指向预订页面 处理付款。
  3. 确保遵守我们的付款重定向政策

付款重定向实现步骤

  1. 设置网址模板和其他字段。
  2. 为槽指定付款类型。
  3. 为集成启用转化跟踪

从 Payments(旧版)迁移到 Payments 重定向的步骤

付款重定向和付款(旧版)主要共享 Feed 定义和 合作伙伴可以重复使用现有植入方式来启用付款重定向。包含 旧版付款功能,Google 会处理付款事宜,并使用 您的 Feed 中提供的详细信息来发送付款。有了付款重定向功能, Google 将不再处理您的付款, 应从您的 Feed 中移除该交易。

迁移所需的步骤

  1. Google 会将您商家 Feed 中的“tokenize_config”字段用于 处理付款。此字段不再是必填字段,应将其移除。
  2. (可选)取消预订服务器接受payment_method_token的功能 对象的操作。
  3. 请按照付款重定向实现步骤中的说明操作。

付款(旧版)和付款重定向在 Feed 中的区别:

端到端付款商家示例

{
  "merchant": [
    {
      "merchant_id": "dining-A",
      "name": "The Noodle Shop",
      "telephone": "+1 123-456-7890",
      "url": "www.diningAspublicsite.com",
      "tax_rate": {
        "micro_percent": 6750000
      },
      "tokenization_config": {
        "tokenization_parameter": {
          "stripe:publishableKey": "merch_live_5ALFBK23V29384",
          "gateway": "stripe",
          "stripe:version": "2017-08-15"
        }
      },
      "geo": {
        "latitude": 37.422113,
        "longitude": -122.084041,
        "address": {
          "country": "US",
          "region": "CA",
          "postal_code": "94043",
          "street_address": "1897 Landings Dr",
          "locality": "Mountain View"
        }
      },
      "category": "restaurant"
    }
  ]
}

付款重定向商家示例

{
  "merchant": [
    {
      "merchant_id": "dining-A",
      "name": "The Noodle Shop",
      "telephone": "+1 123-456-7890",
      "url": "www.diningAspublicsite.com",
      "tax_rate": {
        "micro_percent": 6750000
      },
      "geo": {
        "latitude": 37.422113,
        "longitude": -122.084041,
        "address": {
          "country": "US",
          "region": "CA",
          "postal_code": "94043",
          "street_address": "1897 Landings Dr",
          "locality": "Mountain View"
        }
      },
      "category": "restaurant"
    }
  ]
}