cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Accept hosted add payment

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?

jfkrueger
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

jfkrueger
Contributor
1 REPLY 1

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.

jfkrueger
Contributor