Open MGA-dotSource opened 8 years ago
data and user action flow needs to be implemented as following:
cancel or error callbacks have to be handled by the shop and should probably result in the possibility to select a new payment method
the encryption secret has to be provided via configuration and has to be the same that the Payone Connector is using
Remember to handle cancel URLs which redirects use back payment method selection page
Looks good.
@butenkor sofortüberweisung does not need step 3 anymore.
shop shows input form for IBAN / BIC
therefore step 5 does create the transaction without IBAN and BIC
@mht-dotsource but it still requires country code, right? Where do you get it from? Recently CTP API provided locale
attribute on cart object. I would take it from cart and if locale is not supported by PSP (defined in documentation) configured fallback language is used. If fallback is not defined English is default. WDYT?
@butenkor indeed without IBAN and BIC the beahviour of the Payone-API is that it requires the parameter bankcountry
(e.g. DE
). It's not handled by the payone-integration-service.
The payone-integration-service uses the same value for bankcountry
and country
which it get from the billing address of the cart.
@butenkor @andrii-kovalenko-ct I think this payment method is not supported yet. Can you give me an estimation for implementing it?
IT test with creation of transaction is missing.
@butenkor 4836dd1
Close the issue?
May be closed once merged to master and released.
define what happens when, where and how if the users selectes Payone Sofortüberweisung as his payment method