Hi.
We have followed "create an end to end payment integration" provided on retail docs, to create a payment connector for a payment terminal.
By implementing INamedRequestHandler, we are able to simulate behavior of payment terminal with M/CPOS on the peripheral simulator.
However, the white paper "implementing a payment connector and a payment device" explains developing a payment connector using IPaymentProcessor with IPaymentDevice, instead of INamedRequestHandler.
Confused now whether to use INamedRequestHandler or IPaymentDevice with IPaymentProcessor.
Any suggestions are welcome.
Thanks.