diff --git a/CRM/Stripe/Customer.php b/CRM/Stripe/Customer.php
index b4dd20bce037b9b7b0d8ea0135b9dffcf0f23615..8102cb607b9684056610a992ea7baa343efcb2b2 100644
--- a/CRM/Stripe/Customer.php
+++ b/CRM/Stripe/Customer.php
@@ -216,6 +216,8 @@ class CRM_Stripe_Customer {
 
     $stripeCustomerParams = [
       'name' => $contactDisplayName,
+      // Stripe does not include the Customer Name when exporting payments, just the customer 
+      // description, so we stick the name in the description.
       'description' =>  $contactDisplayName . ' (CiviCRM)',
       'email' => $params['email'] ?? '',
       'metadata' => [