question

velu avatar image
velu asked Raymond Lee Deactivated answered

I have to generate an RSA public key using the modulus and exponent in nodejs?

var modulus = jsonResponse['modulus'];
var exponent = jsonResponse['exponent'];
var prefix = jsonResponse['prefix'];
Above modulus & exponent using how to generate RSA public key?
Cloud Pay Display
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Raymond Lee avatar image
Raymond Lee Deactivated answered
Here are some examples of implementing Developer Pay API in several languages, nodejs being one of them:
https://github.com/cloverhackathons/DeveloperPayAP...
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community