- Create a payment
- Authorize payments
- Get a payment
- Capture a payment
- Refund a payment
- Void a payment
- Create a customer
- Get a customer
- Generate a client token

Setting up the Stripe Connector
- Complete the setup and activation for your Stripe account.
- Submit a support request to fabric customer success with the following details and configuration settings:
- Stripe Secret Key
- Stripe Public Key
- Auto capture authorization: This configuration determines if the capture should be performed in the authorization request. The auto capture default is
false
. - Payment method deleted after authorization: This configuration determines if the payment token should be kept or invalidated for later uses. The default value is set to
true
to perform token invalidation. This is so guest users can be handled for this integration.