cancel
Showing results for 
Search instead for 
Did you mean: 

What fields can I use with setSearchType?

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":

http://developer.authorize.net/api/reference/index.html#customer-profiles-get-customer-payment-profi...

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

SeanF
Member
2 REPLIES 2

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

RaynorC1emen7
Expert

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

RichardH
Administrator Administrator
Administrator