GooglePaymentOption

Persyaratan untuk metode pembayaran yang disediakan Google.

Representasi JSON
{
  "facilitationSpec": string
}
Kolom
facilitationSpec

string

Blob JSON ini menangkap spesifikasi tentang cara Google memfasilitasi pembayaran untuk integrator, yang merupakan objek PaymentDataRequest seperti yang ditentukan dalam https://developers.google.com/pay/api/web/reference/object#PaymentDataRequest Contoh: { "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" }