Not a developer but trying to figure things out to generate a revolut business api to set up a sandbox revolut payment gateaway on woocommerce. I followed open ssl instructions to generate a X509 certificate, i extract the public key from a .cer file, copy paste it to revolut business api page, but it tells me it’s invalid. Does any one have an idea here? there was the same question on a revolut forum 5 months ago but unanswered. THANKS for the help!
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
2
Answers
the answer is to put the being and end footers of public key. Thank you confused genius
-----BEGIN CERTIFICATE-----
MIZTREPH3LURhnx........bQ==
-----END CERTIFICATE-----
I’m going to try and revive this post.
Going through the same process at the moment. I’ve created certificates using script provided on Revolut documentation, I’ve ran them using CMD:
I have then ran following script to retrive the key:
Which spits out the key in next few lines & to be fair it looks like it’s already in the right format:
However, after pasting it in I also get invlaid public key. Am I doing something wrong here?