Need to upload the Visa certifications to the Servicenow instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 04:07 AM
Hi All,
I am doing the integration between ServiceNow and Visa Network. I tried in the POST man giving the End point and Authentication details and attached the Visa Certificate. I am getting repones code as 200 and working as expected.
I need to implement the same in the ServiceNow Instance.
can any one suggest me how to upload the Certificates in the ServiceNow instance for establishing the connection between ServiceNow and Visa network.
Thanks in advance,
Vinuth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 04:57 AM
Hi @vinuth v ,
Follow below steps.
- Go to All > System Definition > Certificates.
For Root and Intermediate Certificates:
- Click New to create a new certificate record.
- Fill in the required fields:
- Name: A descriptive name for the certificate (e.g., "Visa Root CA").
- Type: Choose PEM or DER based on the certificate format.
- Click the paperclip icon to attach the certificate file.
- Save the record.
For Client Certificates:
- Create a new certificate record.
- In the Type field, select PKCS12 if you're uploading a certificate with a private key (.pfx or .p12 file).
- Attach the certificate file.
- If prompted, provide the password for the PKCS12 file.
- Save the record.
Configure the Outbound REST Message
If the certificates are for an outbound REST or SOAP integration:
- Navigate to System Web Services > Outbound > REST Message (or SOAP Message).
- Open or create the relevant message for Visa Network integration.
- Set the Authentication Type as required:
- For Mutual Authentication: Select Mutual TLS Authentication and reference the client certificate.
- If Visa requires basic authentication, provide the necessary credentials.
- Navigate to the REST or SOAP message and click Test.
- Check the response to confirm a successful handshake.
-------------------------------------------------------------------------
If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.
Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay
-------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 05:11 AM
Hi @Runjay Patel ,
Thank You...
Yes, I tried with the above mentioned steps and getting https status code as 0. Please refer the below attached screenshots.
Could you please suggest me exactly where I missed out.
Thanks,
Vinuth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 05:38 AM
Hi @vinuth v ,
You url is not valid, check the base url and parameter value which you are passing.
Share screenshot of get method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2024 11:17 PM
Hi @Runjay Patel,
Thank you..
We are successfully able to receive the status code as 200 in the post man.
But In ServiceNow we created the certificate and tried to upload the certificate but we are getting like this after clicking on "Validate Stores/Certificates"
Can you please suggest me on this one...
Thanks,
Vinuth V