cancel
Showing results for 
Search instead for 
Did you mean: 

PHP SDK: getting a list of a customers payment profiles

I see in the ideas forum there is a request to add the customerProfileId to the search type for a list of payment profiles.

 

In this thread, it is mentioned by a moderator that this is a common practice, "A common use case would be to present the customer with a list of the payment options you have on file for them and to let them select which one they want to use for a given transaction."

Indeed, this is what I want to do.

 

In the current PHP API functionality, what is the best practice to do this?

 

Thanks,

 

- D

fifty-git
Regular Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

@fifty-git, if you've stored the customer profile in your system, you can use Get Customer Profile to return a list of payment profiles with masked card numbers which you can display to the user:

 

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

 

Richard

View solution in original post

RichardH
Administrator Administrator
Administrator
2 REPLIES 2

@fifty-git, if you've stored the customer profile in your system, you can use Get Customer Profile to return a list of payment profiles with masked card numbers which you can display to the user:

 

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

 

Richard

RichardH
Administrator Administrator
Administrator

Thank you for your help!

 

- D

fifty-git
Regular Contributor