GooglePaymentOption

Các yêu cầu đối với phương thức thanh toán do Google cung cấp.

Biểu diễn dưới dạng JSON
{
  "facilitationSpec": string
}
Trường
facilitationSpec

string

Blob JSON này ghi lại thông số kỹ thuật về cách Google hỗ trợ việc thanh toán cho các đối tác tích hợp, đó là đối tượng PaymentDataRequest theo xác định trong https://developers.google.com/pay/api/web/reference/object#PaymentDataRequest Ví dụ: { "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" }