cancel
Showing results for 
Search instead for 
Did you mean: 

Accept Hosted Payment Form Has No Inputs

I'm trying to set up the Accept Hosted payment form in an embedded iframe on a django site.  I am able to get a form token and I am sending that to https://test.authorize.net/payment/payment.  I am not getting any errors from this request or the form token request.

The issue is that the payment form that shows up is only an order summary which looks like this:

johnraber_0-1674060800661.png

I haven't been able to see any payment inputs or the buttons for submitting/canceling.  I've gone through the documentation here: 

https://developer.authorize.net/api/reference/features/accept_hosted.html# and I'm not sure what I might be doing wrong.  I am sending "showCreditCard" as true, but can't seem to get the input to show up.

I think this is probably the same issue as https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-Hosted-Form-cre... but I have never been able to see the credit card inputs, buttons, or anything other than the order summary from the screenshot above.

john-raber
Member
1 REPLY 1

The issue ended up being that my site was using a different version of bootstrap and jquery than what the examples were using.  When I updated my versions to match up with the example app here: https://github.com/AuthorizeNet/webhooks-sample-app the inputs started to work as expected.

john-raber
Member