Developer Discussions

Ask a Question
Back to All

Why is "Vault a Card" API's verificationUrl resulting to a transaction?

I am implementing Tokenization in the Sandbox Environment. I'm using the following APIs in order:

  1. "Create Customer" API
  2. "Create Payment Token" API
  3. "Create Card of Customer" API
  4. "Create Customer Payment" API

The verificationUrl received from the "Create Card of Customer" API looks like this: https://payments-web-sandbox.paymaya.com/authenticate?id=0a4230bc-7080-42e7-be4a-e4cd6fdff332

When I access this verificationUrl in the browser, it redirects me to a URL that looks like this: https://payments-web-sandbox.paymaya.com/v2/checkout/result?id=a5028a25-d047-4969-bb44-5ee7406eba9a, where it always creates a a PHP 10.00 transaction.

Why is it that the "Create Card of Customer" API's verificationUrl resulting to a transaction?

Thanks