GooglePaymentOption

Anforderungen für von Google bereitgestellte Zahlungsmethode

JSON-Darstellung
{
  "facilitationSpec": string
}
Felder
facilitationSpec

string

Dieses JSON-Blob erfasst die Spezifikation, wie Google die Zahlung für Integratoren ermöglicht. Dabei handelt es sich um das PaymentDataRequest-Objekt, wie in https://developers.google.com/pay/api/web/reference/object#PaymentDataRequest definiert. Beispiel: { "apiVersion": 2, "apiVersionMinor": 0, "merchantInfo": { "merchantName": "Example Merchant" (Beispielhändler) }, "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" }