I have an implementation of authorize.net using PHP and I am using the customer information manager (CIM)
I would like to search for (get) all payment profiles for a specific customer profile. The sample documentation shows how to "get list of all the payment profiles that match the submitted searchType":
This code uses the $request->setSearchType("cardsExpiringInMonth")
I would like to search for all payment profiles by the customer profile, not by when they expire but I can't find anywhere a list of allowable "SearchTypes"
Where can I find a comprehensive list of SearchType fields?
Thanks
01-03-2016 11:41 AM
That is
https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd
usually where there is other option it will be listed int the format column
01-03-2016 04:58 PM
Hello @SeanF
cardsExpiringInMonth
is currently the only search parameter available.
You are welcome to post other parameters as using our Ideas forum. This will allow others to vote on and make suggestions to improve the request.
Richard
01-03-2016 09:10 PM - edited 01-03-2016 09:10 PM