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