Search code examples
androidmobilepaypalpayflowlink

Payflow checkout error on mobile "Invalid transaction type", works great on web


![After I enter all the CC info and press pay, this is the response from Payflow][1]

I have successfully used the page on web to make payments, but now when I want to make payments on a mobile device, I press the link to the payflow hosted checkout page, I fill in all the information (correctly) and when I press pay I get a red bar on top with the error "Invalid Transaction Type!"

Any help is appreciated

Thank you


Solution

  • It seems like you are passing "TYPE=s" instead of sending "TYPE=S" to PayPal. I tried passing "TYPE=S" and it worked for me in mobile browser too .