سيتم إيقاف واجهة برمجة تطبيقات المعاملات في 3 أيار (مايو) 2023، قبل إيقاف ميزة "إجراءات المحادثات" في 13 حزيران (يونيو) 2023. لمزيد من المعلومات، يُرجى الاطّلاع على
إنهاء إجراءات المحادثة.
MerchantPaymentOption
متطلبات طريقة الدفع التي يقدّمها التاجر
تمثيل JSON |
{
"merchantPaymentMethod": [
{
object (MerchantPaymentMethod )
}
],
"defaultMerchantPaymentMethodId": string,
"managePaymentMethodUrl": string
} |
الحقول |
merchantPaymentMethod[] |
object (MerchantPaymentMethod )
مطلوب. قائمة طرق الدفع المقدَّمة من Action/Merchant
|
defaultMerchantPaymentMethodId |
string
اختياريّ. معرّف طريقة الدفع التلقائية، إن توفّرت
|
managePaymentMethodUrl |
string
اختياريّ. رابط إلى الموقع الإلكتروني الخاص بالتاجر/الإجراء لإدارة طريقة الدفع
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `merchantPaymentMethod` field is required and lists the payment methods provided by the Action or Merchant."],["`defaultMerchantPaymentMethodId` and `managePaymentMethodUrl` are optional fields that can specify a default payment method and a link to manage payment methods, respectively."],["This structure outlines the requirements for payment methods provided by Merchants using JSON."]]],["Merchants must provide payment method details in a JSON format, including a list of `merchantPaymentMethod` objects. Optionally, they can specify a `defaultMerchantPaymentMethodId` and a `managePaymentMethodUrl`. The `merchantPaymentMethod` is a required field, representing an array of payment methods the merchant accepts. The other two are strings that serve as the ID of the default option and the url for payment management respectively.\n"]]