GooglePaymentOption

Requisitos para las formas de pago proporcionadas por Google.

Representación JSON
{
  "facilitationSpec": string
}
Campos
facilitationSpec

string

Este BLOB JSON captura la especificación sobre cómo Google facilita el pago a los integradores, que es el objeto PaymentDataRequest definido en https://developers.google.com/pay/api/web/reference/object#PaymentDataRequest. Ejemplo: { "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" }.