Refund Smart Action (2,3) is also implemented out-of-the-box.
.png?fit=max&auto=format&n=UDnqA5TqR2qMKTU8&q=85&s=31082d999c9a3827c8415c4f4d209125)
Rails
On our Live Demo, we’ve configured the Stripe integration on theCustomer 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 sk_. |
| mapping | string | Indicates how to reconcile your Customer data from your Stripe account and your collection/field from your database. Format must be model_name.stripe_customer_id_field |
A
stripe option is also available to use the official Node.js Stripe library NPM package.