[Beta]{class="badge informative"}
Stripe
Thousands of businesses of all sizes utilize Stripe both online and in person to accept payments, generate new sources of revenue, and expand globally with the help of Adobe Experience Platform, Adobe Commerce, and Magento Open Source.
Use the Stripe source in Experience Platform to ingest data captured during the purchase flow by your customers. Once ingested, use this data to create personalized offers and unlock richer business insights.
Sample use case for the Stripe source
Your business allows customers to purchase items on your online store with the option to buy now and pay later (using Klarna, Afterpay, Affirm, or Zip).
Use the Stripe data source to analyze the use of buy now and pay later options and experiment with personalized offers to these customers. For example, consider recommending add-on items to expand the number of items in their shopping cart before checkout.
Read the document below for information on how you can set up your Stripe source account, retrieve the necessary credentials, and create your schemas.
Prerequisites prerequisites
The following sections provide information on prerequisite setup that you must complete before connecting your Stripe account to Experience Platform.
Retrieve your access token
- Log in to the Stripe dashboard using your Stripe email address and password.
- In the Developers dashboard, select API keys for developers.
- Under the API keys tab, select Reveal test key to reveal your access token.
- You can now use this token as your access token when connecting your Stripe account to Experience Platform, using either the Flow Service API or the Experience Platform UI.
Gather required credentials
In order to connect your Stripe account to Experience Platform, you must provide values for the following authentication credentials:
You must provide the following credentials when connecting your Stripe account using the Flow Service API.
table 0-row-2 1-row-2 2-row-2 | |
---|---|
Credential | Description |
accessToken |
Your Stripe OAuth 2 Refresh Code authentication token. |
connectionSpec.id |
The connection spec ID of the Stripe source. This ID is fixed as: cc2c31d6-7b8c-4581-b49f-5c8698aa3ab3 . |
You must provide the following credentials when connecting your Stripe account using the Experience Platform user interface.
table 0-row-2 1-row-2 | |
---|---|
Credential | Description |
Access token | Your Stripe OAuth 2 Refresh Code authentication token. |
For more information on using Stripe APIs, read the Stripe documentation on API keys.
Create an Experience Data Model (XDM) schema
The Stripe source supports ingestion of data from the following resource paths:
- Charges
- Subscriptions
- Refunds
- Balance Transactions
- Customers
- Prices
You must create an XDM schema to describe a dataset, which can store the fields and data types that will be sent from Stripe to Experience Platform.
In Stripe, charges represent attempts to move money into your Stripe. Read the Stripe API guide on charges for more information on specific charge attributes.
accordion | ||
---|---|---|
Select to view the Stripe Charge object | ||
|
In Stripe, you can use subscriptions to charge a customer on a recurring basis. Read the Stripe API guide on subscriptions for more information on specific subscription attributes.
accordion | ||
---|---|---|
Select to view the Stripe Subscription object | ||
|
In Stripe, you can use refunds to refund a previously created charge. Read the Stripe API guide on refunds for more information on specific refund attributes.
accordion | ||
---|---|---|
Select to view the Stripe Refund object | ||
|
In Stripe, balance transactions represent the movement of funds between your Stripe accounts. Read the Stripe API guide on balance transactions for more information on specific balance transaction attributes.
accordion | ||
---|---|---|
Select to view the Stripe Balance Transaction object | ||
|
In Stripe, customers represent a given customer of your business. For information on specific customer attributes, Read the Stripe API guide on customers for more information on specific customer attributes.
accordion | ||
---|---|---|
Select to view the Stripe Customer object | ||
|
In Stripe, prices represent the unit cost, currency, and the optional billing cycle for both recurring and one-time purchase of products. Read the Stripe API guide on prices for more information on specific price attributes.
accordion | ||
---|---|---|
Select to view the Stripe Price object | ||
|
IP address allow list
A list of IP addresses must be added to an allow list prior to working with source connectors. Failing to add your region-specific IP addresses to your allow list may lead to errors or non-performance when using sources. See the IP address allow list page for more information.
Configure permissions on Experience Platform
You must have both View Sources and Manage Sources permissions enabled for your account in order to connect your Stripe account to Experience Platform. Contact your product administrator to obtain the necessary permissions. For more information, read the access control UI guide.
Next steps
Once you have completed your prerequisite setup, you can proceed to connect and ingest your Stripe data to Experience Platform. Read the following guides to learn how to ingest Stripe payments data to Experience Platform using APIs or the user interface: