Can I create nonce using Square APIs (Payments API) as we are able to do with SqPaymentForm library. As I can see it is very important attribute of the request.
If it can be done from Payments API then It will be great. I don’t want to create mess of code like some part (creating nonce) is done through javascript and rest is done in MVC part.