Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see Conversational Actions sunset.
Stay organized with collections
Save and categorize content based on your preferences.
Tokenization type of payment method saved with Google.
Enums
UNSPECIFIED_TOKENIZATION_TYPE
Unspecified tokenization type.
PAYMENT_GATEWAY
Use external payment gateway tokenization API to tokenize selected payment method.
DIRECT
Directly return the encrypted payment method information to the merchant. The integrator will be responsible for parsing the data depending on the selected payment method and handling how to charge it.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["This tokenization type is used for payment methods saved with Google and is part of the deprecated Orders version 2 API."],["It includes options for using an external payment gateway for tokenization (`PAYMENT_GATEWAY`) or directly returning encrypted payment method information to the merchant (`DIRECT`)."],["Developers should refer to the migration guide for transitioning to Orders version 3."]]],[]]