ב-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 ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-12 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-12 (שעון UTC)."],[[["Google-provided payment methods require a JSON representation for payment facilitation."],["This JSON object, `facilitationSpec`, follows the PaymentDataRequest structure defined in Google Pay API documentation."],["It includes details like merchant information, allowed payment methods (card networks, authentication), and transaction specifics (currency, total price)."],["`facilitationSpec` enables Google to process payments on behalf of integrators by specifying necessary payment parameters."]]],[]]