cancel
Showing results for 
Search instead for 
Did you mean: 

Credit Card Payment issue in Firefox

Former Member
0 Kudos

Hi All,

We have implemented, SAPu2019s Business package for ISA 5.0 SP14 connecting to ECC 6.0.

And have implemented online payment options for various types of credit cards.

The credit card data and validity gets validated via 3rd party system which authenticate the card details and the control comes back to ISA application, in this process if the card is not registered for secure code authentication then the card payments is successful, but if the card is registered for secure code (3D secure) then firefox is not able to redirect the page correctly and the screen becomes blank with no option to go forward or backward.

When this credit card option is tried in Internet explorer, the payment is successfully for any type of card supported by our application. The screen correctly redirects to the security page and then to the 3rd party URL and at the end the control comes back to our application fine.

We are using JSP page to perform this action. This form is hidden from the customer, the action for this form is specified as the u201Cthird party Urlu201D so that the contents of the form are posted to that URL. The target is specifed as the name of the iFrame so that the authentication step is displayed within the iFrame. The contents of the form are the AuthReq, a free-format merchant descriptor

and the Term Url that the issuing bank should re-direct the customer to. In this case the Term URL specified in another jsp valid.jsp page, which is a page that displays no content to the customer, and so displays in the iFrame as blank for a second, and then posts

the AuthRes back to this page, when the actual index jsp then reloads and processes it.

I would like to understand, whether there is different way to handle hidden form or ifrmaes for Internet explorer and firefox.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Opened another theard in ECommerce forum hence closing this thread.