cancel
Showing results for 
Search instead for 
Did you mean: 

Display our own images on the Authorize.Net hosted payment form(Integrate the form using a redirect)

Hi Team,

We need to display our own images(Parameter is: x_logo_URL) on the Authorize.Net hosted payment form

 

and we have used the method - Integrate the form using a redirect. we have referred below link to integrate payment method. 

https://developer.authorize.net/api/reference/features/accept_hosted.html#Integrating_the_Form_using...

But still we couldn't see our logo on payment form. Please assist us on sorting out  the issue.

logo-still-not-appering.png

Please see the below request we have sent for Authorize.net. Kindly check and guide if we are missing anything

<!DOCTYPE html> <html> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <head> </head> <body> <form method="post" action="https://accept.authorize.net/payment/payment" id="formAuthorizeNetPage" name="formAuthorizeNetPage"> <input type="hidden" name="x_logo_URL" value="https://secure.authorize.net/mgraphics/logo_222222_1.jpg"> <input type="hidden" name="token" value="SBJMNcjP..." /> Continue to Authorize.net to Payment Page <button id="btnContinue">Continue to next page</button> </form> </body> </html>

kedarnathj
Member
0 REPLIES 0