Visa Checkout - Code 9102 Token validation failed
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Visa Checkout - Code 9102 Token validation failed
Hi everyone.
I hope someone can help me, cause I´m several hours trying to figure out what is happening.
I´m using the example code in C# for use Update Payment Info (https://sandbox.api.visa.com/wallet-services-web/payment/info).
In my application when I call the Uri
// Make the call
using (HttpWebResponse response = request.GetResponse() as HttpWebResponse)
I receive the error
The request was aborted: Could not create SSL/TLS secure channel
But using the PostMan App I receive the error below:
"code": "9102",
"message": "Token validation failed"
I´m attaching a Postman print screen with the request.
Thanks everyone for any help.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Visa Checkout - Code 9102 Token validation failed
Hi @cfqueiroz,
We have an expert team that manages questions specific to this product. Please submit this inquiry to Developer@visa.com and someone will connect you to the expert team soon after.
Thank you,
Diana
Thanks,
Diana
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 Checkout - Code 9102 Token validation failed
Thanks Diana. I will do it.