website logo
Product Overview
NetSuite
Payments
QuickBooks
Xero
Navigate through spaces
Product Overview
NetSuite
Payments
QuickBooks
Xero
⌘K
Getting Started
App Installation
Connect to Payment Processor
Customer Match
Update Page Layouts
Guided Wizard
Custom Guided Wizard
Button URL Structure
Button URL Generator
Additional Configuration
Auto-match Payment Transactions with Customers
Custom Fields
Global API
API Overview
Request
Response
Technical Resources
Requirements
ERD / Object Structure
ID Locations
Getting Help
Docs powered by archbee 
2min

Stripe

Stripe's version of custom fields is called Metadata fields. In order for us to pull in this metadata information, you will need to add custom fields in Salesforce for our corresponding object. The field must be named the same as the "Key" that is in Stripe + 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 metadata 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 customer in Stripe.



To pull this information into Salesforce, you will need to add 2 custom fields to the BWP_Customer object. The Field Names for these will need to be named "cf_OtherEmail" and "cf_CreatedFrom". When creating the fields, the DataType should be 'Text' if you know the value is going to be under 255 characters or Text Area (Long) if there's a chance it will be over 255.



Limitations

You can specify up to 50 keys, with key names up to 35 characters long and values up to 500 characters long.

Updated 06 Sep 2022
Did this page help you?
Yes
No
UP NEXT
Global API
Docs powered by archbee 
TABLE OF CONTENTS
Limitations