So we ran our first production check of expiring credit cards earlier
this week, and got back 10 results instead of the much larger number we
expected. The problem appears to be that the production auth.net
function getCustomerPaymentProfileListRespo...
I've been doing some testing of our process to convert existing credit
cards into CIM payment profiles. When duplicate credit card information
(same PAN, first name, last name, zip, street, expiration date) is used,
a duplicate payment profile error ...
I noticed that transactions against CIM Payment Profiles with no billing
information provided generate "Street Address: Match Zip: Matched first
5 digits (Y)" results, despite no zip code being provided. Is this
normal? Does it only happen because we...
One of the problems with using CIM hosted forms is that it's difficult
to determine what profile information has changed (payment profiles
added or edited). Another issue is that it's difficult to provide an
audit trail which identifies who initiated...
Created from previous thread:
https://community.developer.authorize.net/t5/Integration-and-Testing/How-to-set-billing-info-in-CIM-hostedForm/m-p/54627
Add ability to pre-load billing information into CIM hosted form. Our
customer's billing informatio...
The problem with doing this client-side isn't a technical issue but a
security issue. You'd be initiating requests from the client's ip
address and running it on the client's browser and having to expose your
credentials to do so. So it seems like a ...
If all consumers of the credit card information are using authorize.net
APIs and the same merchant account, you can use CIM to create a profile
with the credit card information at the start of the process, and then
use that CIM profile as a payment s...
Our app server machine locked up in the middle of processing our payment
batch twice this week.Both times, we had an incomplete transaction
record in our system where we knew the invoice number on our side, but
not whether the transaction had process...
This is the second comment I've read from you where you failed to read
the actual request.The request ***is*** to be able to get the duplicate
customerID without parsing the error message. This is possible for
payment profiles.[1] This is not possibl...
Please read the request again. We want a default billing address to show
up on payment profiles created by the customer using hosted forms. We
are not asking for the ability to create payment profiles using api
calls (yes, that functionality is alrea...