Transactions API のサポートは 2023 年 6 月 13 日に終了します。2023 年 5 月 3 日に終了します。詳細については、
会話型アクションの廃止をご覧ください。
GooglePaymentOption
Google によって提供される支払い方法の要件。
JSON 表現 |
{
"facilitationSpec": string
} |
フィールド |
facilitationSpec |
string
この JSON blob は、Google がインテグレータの支払いを容易にする方法の仕様をキャプチャします。これは、https://developers.google.com/pay/api/web/reference/object#PaymentDataRequest で定義されている PaymentDataRequest オブジェクトです。例: { "apiVersion": 2, "apiVersionMinor": 0, "merchantInfo": { "merchantName": "MerchantInfo": { "merchantName": "Example Merchant"} } } ], "transactionInfo": { "totalPriceStatus": "ESTIMATED", "totalPrice": "12.34", "currencyCode": "USD"} }
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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."]]],[]]