Is it possible to disable all other Payment types except Credit in POYNT device.
For payments originating from your app, yes you can.
See: https://poynt.github.io/developer/javadoc/co/poynt/os/model/Payment.html
And search for setDisable
– where you’ll find methods for disabling cash, check, and other settings.