Masterpass Payment - Alphabank

Need help

to call a string in php to show master pass payment .

i need to update aplabank.php . getting payMethod value auto:masterpass

any help in the air ...

thank you

alpha_bank.php

alpha.html

Do you have any integration manual?

Yes but they dont give instractions in back end , they only give the value of the string to be auto:masterpass

Is there an exteded manual to help me over pass this?

app/payments/alpha_bank.php

Not sure if it helps, but try to replace

'cancelUrl' => $cancel_url

with

'cancelUrl' => $cancel_url,
'payMethod' => 'auto:masterpass'

app/payments/alpha_bank.php

Not sure if it helps, but try to replace

'cancelUrl' => $cancel_url

with

'cancelUrl' => $cancel_url,
'payMethod' => 'auto:masterpass'

i think it worked but it comes with error invalid digest

i think it worked but it comes with error invalid digest

May be parameters order is important for signature generation? Please contact AlphaBank support team with this question

Thanks for Your help . Got it after all after some lines in php code and some messing up tpl files .

regards to all

Hi,

can you tell me how you update alphabank.php getting payMethod value auto:masterpass ?

I replaced

'cancelUrl' => $cancel_url

with

'cancelUrl' => $cancel_url,
'payMethod' => 'auto:masterpass'

What else i have to add?

Thanks