1

I am working on integration of liqpay payment gateway to site using their available documentation at: https://www.liqpay.ua/en/doc/checkout.

so far I have integrated their checkout method (client-server). user clicks subscribe and it redirect user to liqpay checkout screen. but problem is when user cancel transaction or it is successful user. user just redirect back to given return flag available in their argument list. without any status code or message in url like other payment gateways do. Need suggestions on it. if someone has experience in working with Liqpay. enter image description here

Basit Munir
  • 428
  • 4
  • 18

1 Answers1

1

While working around in admin panel i found some thing which help me upto some extent. with these settings i was able to get auto redirect to my site as well as some response from API after cancellation and successful payment. and when user cancel transaction it return back with "code" = cancel. attached are the settings and response in case it helps any one.

Settings enter image description here

Response

enter image description here

Basit Munir
  • 428
  • 4
  • 18