Google オパーク ペイメント カードの仕様
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2023-05-30 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2023-05-30 UTC。"],[],["The document outlines the structure and process for creating a Google Opaque Payment Card (OPC). This involves constructing a JSON object with `protocolHeader`, `validationContext` (including a `serverSessionId`), and `paymentCard` (containing `accountNumber`, `expiryMonth`, and `expiryYear`). This JSON is then signed and encrypted using OpenPGP and encoded using Base64 on the server side to maintain key security. The resulting Base64 encoded byte array is sent back to the client.\n"]]