Stripe is a suite of payment APIs that powers commerce for online businesses of all sizes, including fraud prevention, and subscription management. Use Stripe’s payment platform to accept and process payments online for easy-to-use commerce solutions.
Dashboard
. In the right-hand menu, click on Developers
.API
tab, you will find your API keys. There are two types of keys: Publishable key
and Secret key
.Stripe
as the destination.
Stripe Object | Upsert | Supported Identifiers | Update | Supported Identifiers |
---|---|---|---|---|
Customer | ✅ | id | ✅ | id |
customer
channel for this example.
The next screen lets the user map the source columns onto the fields of the Stripe object.
The picture below shows that we have selected append
destination sync mode. id
has been selected as the Primary Key for the Warehouse source.
The source fields username
have been mapped to the destination fields my_username
. It also allows you to send metadata as JSON-mapped data within customer objects.