+ Reply to Thread
Results 1 to 7 of 7

Thread: Help to implement interkassa payment

  1. #1
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421

    Help to implement interkassa payment

    Hi @ all,

    I need some help for implementation Interkassa Payment Plugin.

    The picture shows what I have so far.

    payik.jpg

    This is the install xml
    Code:
    Only registered members can view the code.
    This is the pre.gateway.php

    PHP Code:
    Only registered members can view the code
    and this is my problem -> the post.gateway.php

    PHP Code:
    Only registered members can view the code
    Can anybody help me with post.gateway.php?
    The payment is showing in the add listing procedure, but it show me an error -> The payment gateway has failed, please try another one.

    Best regards
    Steffen Buschkemper
    Last edited by Steffen Buschkemper; July 30, 2013 at 07:12 AM.

  2. #2
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello Steffen,

    The name of plugin "interKassa" must match with value in input (radio) of your template interkassa_icon.tpl.

  3. #3
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hello Vladimir,

    The name of input (radio) in template interkassa_icon.tpl is "interKassa". This is not the error.
    Yesterday I tested the Payza (AlertPay) plugin. It also does not work.
    The same error message -> The payment gateway has failed, please try another one.

    Where is the problem, even if not Payza work?

    Best regards
    Steffen
    Last edited by Steffen Buschkemper; June 7, 2012 at 12:55 PM.

  4. #4
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    I think there is a problem in payment.inc.php at the follow part

    PHP Code:
    Only registered members can view the code
    I think it cant find the pre.gateway.php and post.gateway.php. Can anyone help for this problem?
    Last edited by Steffen Buschkemper; June 7, 2012 at 08:21 PM.

  5. #5
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    You can fix the problem in the following way:

    PHP Code:
    Only registered members can view the code
    Last edited by Vladimir; June 8, 2012 at 05:09 AM.

  6. #6
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421
    Hi Vladimir,

    You are right
    Thank you for your help.

    Best regards
    Steffen
    Last edited by Steffen Buschkemper; June 9, 2012 at 02:33 PM.

  7. #7
    Master
    Join Date
    Apr 2012
    Location
    Germany
    Posts
    421

    Question

    OK. Now I can choose Interkassa and it will all be forwarded to Interkassa page. So far so good.
    After payment, I get bounced back. There is a problem and i hope anyone can help me.

    Interkassa will not send back the price (amount). How can I take the price from pre.gateway.php (price of the chosen item or plan) in post.gateway.php?
    I need the price to be calculate to the hashkey in post.gateway.php.

    The next is the success.url, fail.url and status.url.
    I will also have make a success payment but i see only a "blank" site with this message -> 'rl' class not found.
    Also the successful payment is not registered in transaction and user account.

    What am I doing wrong?

    Best regards
    Steffen

    PS: Interkassa Payment Plugin is completed and you can download HERE.
    Last edited by Steffen Buschkemper; April 20, 2013 at 03:19 PM.

+ Reply to Thread