When making a payment using Stripe, you can use the Stripe Connect Platform to use a destination account for the payment.
Note: Stripe can be set up to support commission payments.
You will need to complete these tasks to set up the Stripe Connect Platform:
- Enable Stripe API & Webhook via their Developer Workbench
- Apply the Stripe destination account system tag to a policy type.
- Set up Stripe as the payment vendor.
Enable Stripe API & Webhook
To enable the integration and gather credentials log into your Stripe Connect account: https://dashboard.stripe.com/test/webhooks/create
- Manage API Keys
- Save Publishable Key
- Save Secret Key
- Manage Webhooks
- Select your Account to produce events
- Add these events:
charge.failed
charge.succeeded
payment_intent.created
payment_method.attached
payment_method.detachedpayment_method.updated
payment_intent.payment_failed
- Create a webhook with url
https://<env_name>.
britecore.com/serve/stripe_notification
- Copy the Signing Secret
Tag a policy type with a system tag
To tag a policy type with a system tag:
- In the BriteCore menu, select Settings.
- In the Settings menu, under System Wide, select System Tags.
- On the System Tags screen, in the Tags section, complete the following steps:
- In the Select a Tag dropdown list, select Stripe destination account.
- In the Select an Effective Date dropdown list, select the applicable effective date.
Note: If you need to tag a new item, select Tag New Items. In the +ADD dropdown list, select Policy Types, and then, in the Named box, type or search for the applicable policy type.
- In the Policy Types list, navigate to the policy type you want to tag, and then, in the box to the right, type a valid Stripe destination account id.
- Select Done.
Set up Stripe as the payment vendor
To set up Stripe as the payment vendor:
- In the BriteCore menu, select Settings.
- In the Settings menu, select Vendors.
- On the Vendors screen, in the Payment Processing section, select Stripe, and then select the edit icon.
- In the Stripe dialog box, configure the keys.
- Publishable Key
- Secret Key
- Signing Secret
- Select Done.