Reference / Billing

This application's connected-account status (the cached projection; kept fresh by webhooks).

GET /v1/billing/connect/status
Secret API key operationId: connect_status

Authorization

Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.

Responses

200 Connected account status
{
  "data": {
    "charges_enabled": false,
    "details_submitted": false,
    "disabled_reason": "string",
    "onboarded": false,
    "payouts_enabled": false,
    "stripe_account_id": "string"
  },
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}

Request

curl -X GET "https://api.identrahq.com/v1/billing/connect/status" \

Try it

live request
GET https://api.identrahq.com/v1/billing/connect/status