I want to send pfx certificate for handshake with other details to Bank API for payment

paragpjainparagpjain Member Posts: 1
edited 2021-10-27 in NAV Three Tier
I want to send pfx certificate for handshake with other details to Bank API for payment I am using XMLHTTPConn ClientCertificates but not getting proper syntax to add in HTTP request header

Answers

  • JJMcJJMc Member Posts: 59
    You need to convert your certificate into base64 and then:

    HttpClient.AddCertificate(CertPfxTxtB64, Password);
Sign In or Register to comment.