Set up integration with Stripe
POST/company/payment/withStripe
Set or update Stripe payment settings.
Configurable fields:
- stripe_account_id: Connected account ID
- payment_methods_enabled: Enable payment methods
- automatic_charges: Enable automatic charges
Request example:
{
stripe_account_id: acct_1Jm...,
payment_methods_enabled: true,
automatic_charges: false
}
Request
Responses
- 200
- 400
- 401
Payment Settings
Invalid request
Unauthorized