Get payment settings
GET/company/payment/withStripe
Returns the current Stripe integration configuration.
Response example:
{
stripe_account_id: acct_1Jm...,
stripe_customer_id: cus_Jm...,
payment_methods_enabled: true,
automatic_charges: false
}
Responses
- 200
- 401
Payment Settings
Unauthorized