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.
Hey @jessicagd,
I'll take a look and get back to you soon!
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.
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.
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?
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...