Additional Configuration
Custom Fields
Braintree
2min
you can configure and create braintree custom fields by following this article https //developer paypal com/braintree/articles/control panel/custom fields https //developer paypal com/braintree/articles/control panel/custom fields in order for us to pull in this custom fields information, you will need to add custom fields in salesforce for our corresponding object the field must be named as the "api name" in braintree + prefixed with 'cf ' depending on your salesforce configuration, you may also need to add these new custom fields to a permission set so we can read and update the values in salesforce we currently support custom fields for customers and payments the example below will demonstrate how to set this up for a customer record, but the payment object is the same here is a screenshot of a custom field creation in braintree here is a screenshot of a customer in braintree to pull this information into salesforce, you will need to add a custom field to the bwp customer object the field names for these will need to be named "cf other email" when creating the fields, the datatype should be 'text' with a length of 255 characters limitations api name must be less than or equal to 255 characters and can't contain any spaces or capital letters