Re: Visa Checkout API certificate status
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Visa Checkout API certificate status
i created a project for VISA CHECKOUT API set, but there is no certificate for me to download, and ''certificate status'' got empty.
when implement development, The Visa Checkout SDK opens, I see the Visa activity indicator and that's all.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Visa Checkout API certificate status
Hey @jessicagd,
I'll take a look and get back to you soon!
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 API certificate status
Hey @jessicagd,
After further investigation of the issue, can you please email this query to developer@visa.com?
Once your email is received, someone will connect you to the VCO expert team for further troubleshooting.
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 API certificate status
Hey @jessicagd,
Can you also please provide some Correlation IDs and/or Request Logs because that will help our team investigate further. Please provide Correlation IDs at the very least.
To further investigate, please provide the following information:
1. End Point
2. Request Header
3. Request Body
4. Response Header (include the x-correlation-id)
5. Response Body
Using SoapUI, you can find the x-correlation-id in the Raw Tab of the response header.
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 API certificate status
I'm trying to place the order using the CyberSource payment method (against the sandbox environment).
But I'm getting the following error:
Error getting token: XMLHttpRequest Error: 403 Forbidden {"responseStatus":{"status":403,"reason":"TOKENIZATION_ERROR","message":"Tokenization provider error: Recurring Billing or Secure Storage service is not enabled for the merchant","correlationId":null,"details":[]},"_links":{"self":null,"documentation":[],"next":[]}}
Does something need to be enabled on my account in order to get this to work?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Visa Checkout API certificate status
Hey @jaipurdiary,
The only way to properly query the CyberSource Payments sandbox is creating a merchant account directly with CyberSource:
https://developer.cybersource.com
CyberSource site provides an easy to use method to test their account credentials:
https://developer.cybersource.com/api/reference/api-reference.html
Please go here for sample code: https://github.com/CyberSource/cybersource-rest-samples-java/blob/master/src/main/java/samples/payme...