Skip to content
Konrad Konieczny edited this page Oct 17, 2023 · 7 revisions

Welcome to the paytrail-for-adobe-commerce-graph-ql wiki!

Paytrail graphql module is adding additional data to place order graphql response

if paytrail payment method is selected, module is calling Paytrail service and initiating payment session for the order. after getting payment token, customer is redirected to Paytrail hosted payment page

Redirect Url

There is a plugin added, that modifies redirect back url (redirect from payment page after succesfull or canceled payment) based on some settings and upward module status you need to provide pwa storefront url in paytrail settings to make it working Stores -> Configuration -> Sales -> Payment Methods -> Paytrail Payment Service for Adobe Commerce -> PWA Settings

image

an example with local dev server

Clone this wiki locally