Skip to main content

Get Stripe payment status

GET 

/company/payment/withStripe

Check if Stripe payments are enabled for the authenticated user's company.

Objective

Allow the frontend to know the current status of the Stripe integration to show or hide payment functionalities.

Use Cases

  • Verify whether to show the payments toggle in the dashboard
  • Check configuration before attempting to process a delivery
  • Status of the activation switch in the configuration UI

Notes

  • Requires JWT authentication (bearerAuth)
  • Returns only the withStripe field from the payment_settings object
  • withStripe: true indicates that payments are active and configured

Request

Responses

Stripe Payment Status

Response Headers