We recently updated from Hosted CIM to the Accept URL's when requesting to display the add payment form. With the update, the add payment form now has the option to add a bank account in addition to credit card. We need the bank account option removed. I see that this can be set using the hostedPaymentPaymentOptions, however I don't see anywhere we are actually calling getHostedPaymentPageRequest... there is basically just a javascript file in our project that sets the forms Action to the correct Accept URL (sandbox or production), the form is submitted and the hosted form is returned to our iFrame. Since getHostedPaymentPageRequest is not actually called, how do I suppress the Bank Account option?
Solved! Go to Solution.
โ01-10-2019 10:28 AM
I finally figured this out. I found the code that was generating the token and it was that request that the option could be set.
โ01-22-2019 08:58 AM
I finally figured this out. I found the code that was generating the token and it was that request that the option could be set.
โ01-22-2019 08:58 AM