Search code examples
asp.netauthorize.net

Authorize.Net API: Define a default credit card for charging


I have saved multiple Payment Profiles for a single customer in authorize.net. Each Payment Profile contains a credit card information.

I have two questions 1) Which credit card will be charge, When I am charging a transaction of customer who have multiple Payment Profile. 2) Is there any way to define a default credit card to charge.

Thanks


Solution

  • Currently there is no way to create a default payment profile for payments. One must always be passed with each createCustomerProfileTransactionRequest call.