ב-3 במאי 2023 נוציא משימוש את Transactions API, לפני ההוצאה משימוש של Conversations Actions ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
GooglePaymentOption
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הדרישות לשימוש באמצעי התשלום ש-Google סיפקה.
ייצוג JSON |
{
"facilitationSpec": string
} |
שדות |
facilitationSpec |
string
ה-blob הזה בפורמט JSON מציג את המפרט לגבי האופן שבו Google מאפשרת את התשלום למטמיעים, שהוא האובייקט PaymentDataRequest כפי שמוגדר ב-https://developers.google.com/pay/api/web/reference/object#PaymentDataRequest דוגמה: { "apiVersion": 2, "apiVersionMinor": 0, "merchantInfo": { "merchantName": "Example Merchant" } } } ], "transactionInfo": { "totalPriceStatus": "ESTIMATED", "totalPrice": "12.34", "currencyCode": "USD" } }
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-28 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-28 (שעון UTC)."],[[["\u003cp\u003eGoogle-provided payment methods utilize a JSON representation for specifying payment details.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003efacilitationSpec\u003c/code\u003e field contains a PaymentDataRequest object which outlines how Google handles the payment process for integrators.\u003c/p\u003e\n"],["\u003cp\u003eThis object includes information like merchant details, allowed payment methods, and transaction details like total price and currency.\u003c/p\u003e\n"]]],[],null,["# GooglePaymentOption\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRequirements for Google-provided payment method.\n\n| JSON representation ||\n|----------------------------------------|---|\n| ``` { \"facilitationSpec\": string } ``` |\n\n| Fields ||\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `facilitationSpec` | `string` This JSON blob captures the specification for how Google facilitates the payment for integrators, which is the PaymentDataRequest object as defined in \u003chttps://developers.google.com/pay/api/web/reference/object#PaymentDataRequest\u003e Example: { \"apiVersion\": 2, \"apiVersionMinor\": 0, \"merchantInfo\": { \"merchantName\": \"Example Merchant\" }, \"allowedPaymentMethods\": \\[ { \"type\": \"CARD\", \"parameters\": { \"allowedAuthMethods\": \\[\"PAN_ONLY\", \"CRYPTOGRAM_3DS\"\\], \"allowedCardNetworks\": \\[\"AMEX\", \"DISCOVER\", \"JCB\", \"MASTERCARD\", \"VISA\"\\] }, \"tokenizationSpecification\": { \"type\": \"PAYMENT_GATEWAY\", \"parameters\": { \"gateway\": \"example\", \"gatewayMerchantId\": \"exampleGatewayMerchantId\" } } } \\], \"transactionInfo\": { \"totalPriceStatus\": \"ESTIMATED\", \"totalPrice\": \"12.34\", \"currencyCode\": \"USD\" } } |"]]