You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this plugin you can easily integrate [Stripe](https://stripe.com) into Payload. Simply provide your Stripe credentials and this plugin will open up a two-way communication channel between the two platforms. This enables you to easily sync data back and forth, as well as proxy the Stripe REST API through Payload's [Access Control](../access-control/overview). Use this plugin to completely offload billing to Stripe and retain full control over your application's data.
|`stripeSecretKey` * | string |`undefined`| Your Stripe secret key |
68
+
|`stripeSecretKey`\*| string |`undefined`| Your Stripe secret key |
69
69
|`stripeWebhooksEndpointSecret`| string |`undefined`| Your Stripe webhook endpoint secret |
70
70
|`rest`| boolean |`false`| When `true`, opens the `/api/stripe/rest` endpoint |
71
71
|`webhooks`| object \| function |`undefined`| Either a function to handle all webhooks events, or an object of Stripe webhook handlers, keyed to the name of the event |
72
72
|`sync`| array |`undefined`| An array of sync configs |
73
73
|`logs`| boolean |`false`| When `true`, logs sync events to the console as they happen |
74
74
75
-
_* An asterisk denotes that a property is required._
75
+
_\* An asterisk denotes that a property is required._
0 commit comments