Developer Discussions

Ask a Question
Back to All

Is it possible to Tokenize card information without redirecting to a verificationUrl?

The Create Payment Token API requires card information, and returns a Payment Token ID.

Afterwards, pass the Payment Token ID to Create Payment API, which then returns a response with a verificationUrl. The customer needs to open the URL in the browser before being able to transact.

Is it possible to Tokenize card information without redirecting to the verificationUrl?