curl https://api.stripe.com/v1/accounts/acct_1BGN8NAUpZ0pVIEA \ -u sk_live_wIzLsgVebAubpTw8GqQg0XZt: \ -d tos_acceptance[date]=1767749464 \ -d tos_acceptance[ip]="216.73.216.55"
{
  "id": "acct_1BGN8NAUpZ0pVIEA",
  "object": "account",
  "business_logo": null,
  "business_logo_large": null,
  "business_name": "Kunafa Plus Inc.",
  "business_primary_color": null,
  "business_url": null,
  "capabilities": {
    "legacy_payments": "inactive"
  },
  "charges_enabled": false,
  "controller": {
    "fees": {
      "payer": "application_custom"
    },
    "is_controller": true,
    "losses": {
      "payments": "application"
    },
    "requirement_collection": "application",
    "stripe_dashboard": {
      "type": "none"
    },
    "type": "application"
  },
  "country": "US",
  "created": 1508831256,
  "debit_negative_balances": false,
  "decline_charge_on": {
    "avs_failure": false,
    "cvc_failure": false
  },
  "default_currency": "usd",
  "details_submitted": true,
  "display_name": null,
  "email": null,
  "external_accounts": {
    "object": "list",
    "data": [
      {
        "id": "ba_1BOzmGAUpZ0pVIEAGEfSJFYF",
        "object": "bank_account",
        "account": "acct_1BGN8NAUpZ0pVIEA",
        "account_holder_name": null,
        "account_holder_type": null,
        "account_type": null,
        "available_payout_methods": [
          "standard",
          "instant"
        ],
        "bank_name": "BANK OF AMERICA, N.A.",
        "country": "US",
        "currency": "usd",
        "default_for_currency": true,
        "fingerprint": "FkhmvjaEVPI8bH0u",
        "future_requirements": {
          "currently_due": [],
          "errors": [],
          "past_due": [],
          "pending_verification": []
        },
        "last4": "9489",
        "metadata": {},
        "requirements": {
          "currently_due": [],
          "errors": [],
          "past_due": [],
          "pending_verification": []
        },
        "routing_number": "111000025",
        "status": "new"
      }
    ],
    "has_more": false,
    "total_count": 1,
    "url": "/v1/accounts/acct_1BGN8NAUpZ0pVIEA/external_accounts"
  },
  "future_verification": {
    "disabled_reason": null,
    "due_by": null,
    "errors": [],
    "fields_needed": [],
    "pending_verification": []
  },
  "legal_entity": {
    "additional_owners": [],
    "address": {
      "city": "Katy",
      "country": "US",
      "line1": "5205 S. Mason rd",
      "line2": "100",
      "postal_code": "77450",
      "state": "TX"
    },
    "business_name": "Kunafa Plus Inc.",
    "business_tax_id_provided": true,
    "directors_provided": false,
    "dob": {
      "day": 23,
      "month": 1,
      "year": 1975
    },
    "executives_provided": false,
    "first_name": "Mike",
    "last_name": "Aqel",
    "owners_provided": false,
    "personal_address": {
      "city": null,
      "country": "US",
      "line1": null,
      "line2": null,
      "postal_code": null,
      "state": null
    },
    "personal_id_number_provided": true,
    "phone_number": "8323215947",
    "ssn_last_4_provided": true,
    "type": "corporation",
    "verification": {
      "additional_document": null,
      "additional_document_back": null,
      "details": null,
      "details_code": null,
      "document": null,
      "document_back": null,
      "status": "verified"
    }
  },
  "mcc": "5812",
  "metadata": {
    "internal_id": "42"
  },
  "payout_schedule": {
    "delay_days": 2,
    "interval": "daily"
  },
  "payout_statement_descriptor": null,
  "payouts_enabled": false,
  "product_description": null,
  "statement_descriptor": null,
  "statement_descriptor_kana": null,
  "statement_descriptor_kanji": null,
  "support_address": null,
  "support_email": null,
  "support_phone": null,
  "support_url": null,
  "timezone": "Etc/UTC",
  "tos_acceptance": {
    "date": 1767749464,
    "ip": "216.73.216.55",
    "user_agent": null
  },
  "type": "custom",
  "verification": {
    "disabled_reason": "action_required.requested_capabilities",
    "due_by": null,
    "errors": [],
    "fields_needed": [],
    "pending_verification": []
  }
}