Visa Checkout API certificate status

jessicagd
Regular Visitor

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.

 
It is spinning forever. No error in the console or in the error callback. anyone can help? thanks
5 REPLIES 5
API_Managers
Visa Developer Support Specialist

Re: Visa Checkout API certificate status

Hey @jessicagd,

 

I'll take a look and get back to you soon!

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

API_Managers
Visa Developer Support Specialist

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,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

API_Managers
Visa Developer Support Specialist

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,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

jaipurdiary
Regular Visitor

Re: Visa Checkout API certificate status

Recurring Billing or Secure Storage service is not enabled for the merchant

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?

API_Managers
Visa Developer Support Specialist

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... 

 




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.