Hey, I am trying to implement Authorize.Net payment method, now I am testing with sandbox account. My question is about styling, as I understand styling is not possible. On sandbox account, there is a section about payment form, I changed some fonts and colours from here and I just clicked to Preview but when it is on preview mode it shows different form with styling and when I use in the app, it shows in different style. My question is which one will display on production.
The first image from inside of the app, the second one is from sandbox account :
โ04-05-2018 04:55 AM
Hi! I've not used payment form, but I suppose that authorizeNET just generate some html code and you have to paste it to your site. When you do it, you will be able to change any style and fonts manually.
โ04-05-2018 05:24 AM - edited โ04-05-2018 05:26 AM
I think I know what you mean, there is accept js to do that, but I don't want to use that. I do not want to implement payment function in my app
โ04-05-2018 05:30 AM
When you want to make payment - you redirect user to autorizeNET and there user will see your form or you use this form on your web site?
โ04-05-2018 05:45 AM
Hello,
Based on the screenshots you provided, I think you're trying to integrate Accept Hosted Form into your application, right? If so, please reference
https://developer.authorize.net/api/reference/#payment-transactions-get-an-accept-payment-page
and
https://developer.authorize.net/api/reference/features/accept_hosted.html#Overview
As to styling, you can set the color of buttons and field lines through hostedPaymentStyleOptions. There will be more style options provided to customize the form in our coming releases.
Regarding the "Payment Form" setting in your sandbox account, it applies to Simple Checkout Form, but not for Accept Hosed Form.
Hope this helps!
Thanks,
Angie
โ04-05-2018 06:24 PM
Any updates on more options for "hostedPaymentStyleOptions" beyond the bgColor?
Being able to set the font-familty also would be huge.
โ01-31-2019 06:41 AM
can i use this payment forms in my website.
โ11-19-2021 03:07 AM