---
title: "Get funding account permissions"
method: GET
path: "/v3/funding-accounts/permissions"
tags: ["funding-accounts"]
---

# Get funding account permissions

`GET /v3/funding-accounts/permissions`

Get the funding account permissions available for the current organization and current organization user.

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/login`
- `devKey` string, nullable — Developer key generated with your BILL developer account

## Response `200`

Get funding account permissions response

- FundingAccountPermissionResponseDto — Funding Account Permission response DTO.
  - `organization` object — Funding account permissions available for the current organization
    - `card` object — Card funding account permissions
      - `payByCard` boolean — This field is set as `true` if you can pay by card
      - `fundingEnabled` boolean — This field is set as `true` if you can add a card account as a payment method
      - `amexAllowed` boolean — This field is set as `true` if you can pay with an AMEX credit card
    - `wallet` object — Wallet (BILL balance) funding account permissions
      - `fundingEnabled` boolean — This field is set as `true` if you have access to Wallet (BILL balance) as a payment method
  - `user` object — Funding account permissions available for the current user
    - `payOnline` boolean — This field is set as `true` if you can make online payments

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/revisions/0483350c434e/schema)
