On This Page
Flex API v2 Integration Task List
Flex API
v2 Integration Task ListThe
Flex API
v2 is a suite of APIs that enables a merchant to safely
and securely accept customer payment information from within a
client application. The objective is to replace
sensitive payment information with a transient token that can be transmitted without
exposing the payment information.Integrating your system with the
Flex API
v2 consists of the following tasks:- Use the/sessionsAPI endpoint to generate the capture context.
- Use the/public-keys{}API endpoint to validate the capture context.
- Compile the payment information in the appropriate JWE format.The data must match the data you specified in Generating the Capture Context.
- Use the/tokensAPI endpoint to tokenize the payment information.