Page Summary
-
This content describes tokenization types for payment methods saved with Google, related to the deprecated Orders version 2 API.
-
The
PAYMENT_GATEWAYtype uses an external gateway's API for tokenization. -
The
DIRECTtype returns encrypted payment information directly to the merchant for processing.
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. |