GooglePaymentOption

ข้อกำหนดสำหรับวิธีการชำระเงินที่ Google มีให้

การแสดง JSON
{
  "facilitationSpec": string
}
ช่อง
facilitationSpec

string

BLOB ของ JSON บันทึกข้อมูลจำเพาะสำหรับวิธีที่ Google อำนวยความสะดวกในการชำระเงินสำหรับผู้รวมระบบ ซึ่งก็คือออบเจ็กต์ PaymentDataRequest ตามที่ระบุไว้ใน https://developers.google.com/pay/api/web/reference/object#PaymentDataRequest ตัวอย่าง: { "apiVersion": 2, "apiVersionMinor": 0, "merchantInfo": { "merchantName": "ตัวอย่าง 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" }