作为 Actions Center 的预订端到端集成的一部分,您可以启用 与预订关联的任何押金、违约金或预付广告资源 页面查看任何可能需要付款的交易。在以下国家/地区启用付款: 通过这种方式,您可以在 预约页面
资格要求
要向特定预订添加付款,您必须满足以下条件 前提条件:
付款重定向实现步骤
从 Payments(旧版)迁移到 Payments 重定向的步骤
付款重定向和付款(旧版)主要共享 Feed 定义和 合作伙伴可以重复使用现有植入方式来启用付款重定向。包含 旧版付款功能,Google 会处理付款事宜,并使用 您的 Feed 中提供的详细信息来发送付款。有了付款重定向功能, Google 将不再处理您的付款,因此 应从您的 Feed 中移除该交易。
迁移所需的步骤
- Google 会使用您商家 Feed 中的字段“
tokenize_config
”来 处理付款。此字段不再是必填字段,应将其移除。 - (可选)取消预订服务器接受
payment_method_token
的功能 对象的操作。 - 请按照付款重定向实现步骤中的说明操作。
付款(旧版)和付款重定向在 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" } ] }