I want to integrate a third-party payment provider into Hybris. It does not have any extension for hybris yet like PayPal, etc. I read the document about payment and payment adapter extention from Hybris Wiki but it does not provide much information about actual steps for implementation.
Any help is greatly appreciated!
The integration depends on your PSP and the contract you passed. There is no out of the box implementation. What hybris propose is an interface with common method names. You can then use this interface and bind behind the PSP you want. But you'll have to code the link between hybris payment interface and the chosen PSP.