سيتم إيقاف واجهة برمجة تطبيقات المعاملات في 3 أيار (مايو) 2023، قبل إيقاف ميزة "إجراءات المحادثات" في 13 حزيران (يونيو) 2023. لمزيد من المعلومات، يُرجى الاطّلاع على
إنهاء إجراءات المحادثة.
PaymentParameters
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
معلَمات لطلب الدفع المرتبط بالطلب.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]