Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see
Conversational Actions sunset.
PaymentParameters
Stay organized with collections
Save and categorize content based on your preferences.
Parameters for requesting payment associated with an order.
Fields |
googlePaymentOption |
object (GooglePaymentOption )
Info for requesting payment info from google.
|
merchantPaymentOption |
object (MerchantPaymentOption )
Info for payment methods provided by Action/Merchant.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003ePayment parameters can be requested for orders using either Google Payment or Merchant Payment options.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egooglePaymentOption\u003c/code\u003e field provides details for using Google's payment system.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003emerchantPaymentOption\u003c/code\u003e field allows for payment methods managed by the Action or Merchant directly.\u003c/p\u003e\n"]]],[],null,["# PaymentParameters\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nParameters for requesting payment associated with an order.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"googlePaymentOption\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/GooglePaymentOption) }, \"merchantPaymentOption\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/MerchantPaymentOption) } } ``` |\n\n| Fields ||\n|-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `googlePaymentOption` | `object (`[GooglePaymentOption](/assistant/df-asdk/transactions/reference/physical/rest/v3/GooglePaymentOption)`)` Info for requesting payment info from google. |\n| `merchantPaymentOption` | `object (`[MerchantPaymentOption](/assistant/df-asdk/transactions/reference/physical/rest/v3/MerchantPaymentOption)`)` Info for payment methods provided by Action/Merchant. |"]]