Stripe
Last updated
Last updated
Please be sure of your agent type and version and pick the right documentation accordingly.
This is the documentation of the forest-express-sequelize
and forest-express-mongoose
Node.js agents that will soon reach end-of-support.
forest-express-sequelize
v9 and forest-express-mongoose
v9 are replaced by @forestadmin/agent
v1.
Please check your agent type and version and read on or switch to the right documentation.
Configuring the Stripe integration for Forest allows you to have your customer’s payments, invoices, cards and subscriptions (1) alongside the corresponding customer from your application. A Refund
Smart Action (2,3) is also implemented out-of-the-box.
On our Live Demo, we’ve configured the Stripe integration on the customers
collection. The Stripe Customer ID is already stored on the database under the field stripe_id
.
Available options
Here are the complete list of available options to customize your Stripe integration.
Name | Type | Description |
---|---|---|
api_key | string | The API Secret key of your Stripe account. Should normally starts with |
mapping | string | Indicates how to reconcile your Customer data from your Stripe account and your collection/field from your database. Format must be |
A stripe
option is also available to use the official Node.js Stripe library NPM package.