bosniamaj Posted January 19, 2021 Share Posted January 19, 2021 I'm implementing card payments to my web shop. I use regional card processing firm, which I am required to have contract with (and the bank too). They have Prestashop module, but it's plain, not much options, only fields to input key and token. When I do the payment, it redirects to their form, and it's processed, but there is a problem with order confirmation, because order is not confirmed or registered. There is an option to set the success url in their admin panel, which I have set to order-confirmation page. But, there are no required parameters, like key, cart id, etc. in the return url, so it only redirects to order-history page, without confirming the order. Looks like their plugin doesn't pass these values. How do I get these values, to pass to payment processor in ther "custom_params" field? Thank in advance. Link to comment Share on other sites More sharing options...
bosniamaj Posted January 19, 2021 Author Share Posted January 19, 2021 Managed to make it work. Support from the payment processor couldn't help (weird and lame), but I got it to work by setting different success url, redirecting to module/name/success url. Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now