Developer Discussions
Why is "Vault a Card" API's verificationUrl resulting to a transaction?
2 years ago by Dale
I am implementing Tokenization in the Sandbox Environment. I'm using the following APIs in order:
- "Create Customer" API
 - "Create Payment Token" API
 - "Create Card of Customer" API
 - "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
