Use Customer Import and Export for Salesforce Payments

The Customer object (customer.xsd) now supports import and export of site-specific data about payment customers. The customer data tells the system where to find the payment data. It doesn’t include actual customer payment data.

How: The Customer object export includes a PaymentsCustomer complex type that maps theses elements:
  • Account ID–The Stripe merchant account ID
  • Live–Indicates whether the account is live or a sandbox
  • Customer ID–The Stripe customer ID
  • Creation Date–The record creation date

The customer import handles the PaymentsCustomer mappings based on the standard import modes.

See Also

Import Modes