Re: Visa DCVV2 Unauthorised
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I'm implementing Visa DCVV2, and trying the Inquiry API, it throw me a Unauthorised error.
I'm doing de MLE just like in Enroll Customer Rules API, that is working fine.
The only difference I notice, but does not help me, is that the Customer Rule have the "vctc" base path, that does not have to be added to the XPayToken, but in the DCVV2 I don't know if the "dCVV2" is the base path or is part of the resource path.
Any idea?
Thanks.
Javier Sivack
Software Engineer
Ciphertext Solutions, Inc.
Solved! Go to Solution
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Visa DCVV2 Unauthorised
Hi, @JavierSivack.Thank you for your question! An agent will get back to you shortly. In the meantime, if any community member has an idea, please feel free to reply to this thread! -Jenn
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JavierSivack,
Can you please use resourcePath = 'v1/PanDB/Inquiry'. If you are still getting an error, please share all the details: x-correlation id, headers, pre-requisite script, etc. Thanks.
Best,
Stacey
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Visa DCVV2 Unauthorised
Thanks Stacey,
I was trying with '/v1/PanDB/Inquiry' instead of 'v1/PanDB/Inquiry'.
Javier Sivack
Software Engineer
Ciphertext Solutions, Inc.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Visa DCVV2 Unauthorised
One detail, at the API Reference, the 201 response, at the transctnReslts, there is only a actionCd field, but when testing, I'm getting a enrolled field too. Just to mention it 😉
Javier Sivack
Software Engineer
Ciphertext Solutions, Inc.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Visa DCVV2 Unauthorised
Hi @JavierSivack,
Good catch. I'll have to check with our product team to see why the mismatch between API doc and code sample.
Best,
Stacey
Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.