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

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

  • JJMc
    JJMc Member Posts: 63
    You need to convert your certificate into base64 and then:

    HttpClient.AddCertificate(CertPfxTxtB64, Password);