- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
But still we couldn't see our logo on payment form. Please assist us on sorting out the issue.
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>
โ09-01-2022 02:12 AM