cancel
Showing results for 
Search instead for 
Did you mean: 

Does GetTransactionListForCustomerController work in the sandbox

Hello,

 

Should 

GetTransactionListForCustomerController

return records in the sandbox if transactions were run for the customerProfileId? 

zstern
Member
4 REPLIES 4

Hi zstern

 

Get Customer Profile Transaction List Description: 

Use this method to retrieve transactions for a specific customer profile or customer payment profile. The function will return data for up to 1000 of the most recent transactions in a single request. Paging options can be sent to limit the result set or to retrieve additional transactions beyond the 1000 transaction limit. If no customer payment profile is supplied then this function will return transactions for all customer payment profiles associated with the specified customer profile. This allows you to retrieve all transactions for that customer regardless of card type (such as Visa or Mastercard) or payment type (such as credit card or bank account). You can add the sorting and paging options shown below to customize the result set.

 

Please make sure that you have transactions processing in live mode that are being recorded in the Merchant Interface and can be found. If you are running transactions in test mode this will not be the case. 

 

Regards, 

Elaine

ElaineM
Moderator Moderator
Moderator

If I create a transaction and then create a customer profile using that transaction id, will that transaction be returned when I call GetTransactionListForCustomerController?

Hi zstern

 

No, it will not. Only transactions processed after the profile is created will return here. 

 

Regards, 

Elaine

No, it will not. Only transactions processed after the profile is created will return here. 

heonii99
Member