MyOnlineStore / omnipay-klarna-checkout

Klarna Checkout gateway for Omnipay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] Can this plugin handle bank transfers?

rowild opened this issue · comments

Sorry for being so blunt and just asking a question here - I really have no idea where to do that otherwise (except stackoverflow which I really would like to avoid). Thank you in advance for being patient with me!

I am very new to payment integration. "Sofort" is very popular in Austria (at least among artists, since those people rarely have credit cards), therefore I would like to integrate it in an aimeos shop (aimeos.org/). It seems that the "old" sofort" XML NVP is not supported anymore (for new projects; aimeos actually has its own plugin, but I cannot get that to work).

So all I wanted to ask is, if the new API (which this plugin seems to support) handles bank transfers as the "old" one did? Meaning: the customer does not need to open an account with Sofort and instead can comfortably pay via her/his bank account?

Also: Omnipay asks for a "type" name / definition, when a new provider shall be implemented. Aimeos' own provider has given it a type name of "Sofort". Which would be the type name for this plugin? "KlarnaCheckout"?

Thank you!