Configuring Web Payments SDK in Apache 2.4 instead of npm

Hi Bryan - Thank you for your response. I’m more than happy to help out w/ this task, but I need to get the basic example site working so I can better understand what’s going on w/ all the js code and JSON requests. A good start would be understanding how files like .env.sandbox and the server/*.js config files are read/loaded. Is there someone I can schedule a call w/ to try and hash this out?

My client is switching to Square for payment processing but I’m not willing to implement anything on my server until I’ve audited the code and have a full understanding of how it works.

Once I’ve crossed that bridge I’ll probably submit a Perl module to CPAN since there’s no API’s on the Square site for Perl and no modules (that I can find) seem to exist on CPAN. I’ve found this forum post:

and this one:

so I understand I need to pass JSON constructs around and use the REST API and am not unfamiliar w/ doing either. I just want to get the example code working as a first step…