Skip to main content

Get Stripe Connect account details

GET 

/company/payment/stripe_account

Purpose

Retrieve the complete information of the Stripe Connect account associated with the company, necessary to receive payment transfers.

Objective

Display the status of the Stripe Connect account, including pending verification requirements and linked bank accounts.

Use Cases

  • Verify the status of Stripe Connect onboarding
  • Detect pending requirements (requirements.currently_due)
  • Display account information in the payments dashboard
  • Check if the company can receive payments (payouts_enabled)

Notes

  • Requires JWT authentication (bearerAuth)
  • Looks for stripe_account in cia.payment_settings or currentUser.payment_settings
  • Returns the full Stripe account object (all Stripe fields)
  • Requires stripe_account to be previously configured

Request

Responses

Complete Stripe Connect Account Data

Response Headers