Hello Experts!
We are trying to get Accept Hosted page to display Bank Account as an option to pay, but it does not.
hostedPaymentPaymentOptions | {"cardCodeRequired": false, "showCreditCard": true, "showBankAccount": true} |
But no matter what we do, the page just does not display bank account as an option.
We have also observed that the compiled page returns this when we 'inspect' it in the browser.
<script type="text/javascript"> var g_EcheckEnabled = false; var g_CreditEnabled = true; </script> == $0
is there anything we're missing?
โ11-21-2022 10:11 AM