A user is having difficulty loading the embedded hosted payment form on
one of our client's sites. They get the browser error "Can't reach this
page make sure the web address https://secure2.authorize.net is correct"
in Edge. They have tried to load ...
Is it possible to show the Company field on the Accept Hosted Payment
Form via the API when requesting a token? The Hosted Form Parameter
Settings documentation does not seem to include such an option. As a
side note, beware that setting Company to r...
Curious if anybody else seen an issue like this? I'm testing transaction
webhooks. Our handler script receives a transaction notification then
does a request to getTransactionDetails() with the transaction id from
the notification. This worked as exp...
I have discovered a bug in the Accept Hosted payment form related to
Safari browser auto-fill. When the user selects a browser-suggested
auto-fill value on a billing input in the form, the auto-fill value
visually appears in its entirety in the input...
The AIM and SIM responses contained an element named "method", which was
either CC for credit card or ECHECK for bank transfer, but I can find no
comparable field in the transaction details response in new API. Am I
missing it, or is it just no longe...
I agree. It would be good if they were to add it back as an option, like
it was on the old SIM form. Obviously, building out your own payment
form puts you in an expanded PCI scope. Sounds like you are stuck
between a rock and a hard place.
This approach is essentially what we have done as well. We process and
save as much related information about the purchase/transaction as
possible in our database, then pass the user into the payment form, then
upon completion of payment update our r...
I learned the hard way that custom (merchant defined) fields are no
longer functional in the Accept Hosted API. See this thread:
https://community.developer.authorize.net/t5/Integration-and-Testing/Accept-Hosted-in-iFrame-ANY-way-to-retrieve-merchant...