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.
Solved! Go to Solution
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
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.
Thanks Stacey,
I was trying with '/v1/PanDB/Inquiry' instead of 'v1/PanDB/Inquiry'.
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 😉
Hi @JavierSivack,
Good catch. I'll have to check with our product team to see why the mismatch between API doc and code sample.