Reputation: 1005
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!
Upvotes: 0
Views: 1748
Reputation: 174
Maybe you can try Adyen or Ogone payment extensions, they come as addons to Hybris and can be set up pretty easily, more details on these addons can be found here
Upvotes: 0
Reputation: 47
May be it's a good idea to understand hybris payment extension and how Cybersource extension (provided with hybris) works. This will help to implement your PSP properly.
The implementation depends also on your order lifeCycle and what they are payment interactions with the PSP : Auth, Capture, Refund, Partial capture...etc.
Upvotes: 0
Reputation: 20065
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.
Upvotes: 1