Hello,
Should
GetTransactionListForCustomerController
return records in the sandbox if transactions were run for the customerProfileId?
01-01-2020 12:55 PM
Hi zstern,
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
01-02-2020 10:21 AM
If I create a transaction and then create a customer profile using that transaction id, will that transaction be returned when I call GetTransactionListForCustomerController?
01-05-2020 01:24 PM
Hi zstern,
No, it will not. Only transactions processed after the profile is created will return here.
Regards,
Elaine
01-06-2020 09:34 AM
No, it will not. Only transactions processed after the profile is created will return here.
01-11-2020 12:11 AM