Developer Discussions
Is it possible to Tokenize card information without redirecting to a verificationUrl?
almost 2 years ago by Dale
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?