---
title: "Get service Fees and info"
method: GET
path: "/v2/services"
tags: ["Profile Management"]
---

# Get service Fees and info

`GET /v2/services`

This endpoint returns an array of the services and fees associated with them. You will need to enable PERM_BUSINESS_GET_SERVICES to use this endpoint.

## Response `200`

An object of services information

- BusinessService[]
  - `service` 'PAYMENT' | 'WITHDRAWAL' | 'LODGEMENT' | 'ADD_ACCOUNT' | 'INTERNAL_TRANSFER' | 'PAYMENT_REQUEST' | 'FX_INT_TRANS_FROM' | 'FX_INT_TRANS_TO' | 'CARD_TOP_UP' | 'CREATE_CARD' | 'NB2P_TO' | 'NP2B_FROM' | 'NP2P_TO' | 'NP2P_FROM' | 'CARAPAY_TRANSFER_FROM' | 'CARAPAY_TRANSFER_TO' | 'CARD_POS_CONTACT_DEBIT' | 'CARD_POS_CONTACT_CREDIT' | 'CARD_POS_CONTACTLESS_DEBIT' | 'CARD_POS_CONTACTLESS_CREDIT' | 'CARD_ECOMMERCE_DEBIT' | 'CARD_ECOMMERCE_CREDIT' | 'CARD_ATM_DEBIT' | 'CARD_ATM_CREDIT' | 'CARD_INTERNATIONAL_POS_CONTACT_DEBIT' | 'CARD_INTERNATIONAL_POS_CONTACT_CREDIT' | 'CARD_INTERNATIONAL_POS_CONTACTLESS_DEBIT' | 'CARD_INTERNATIONAL_POS_CONTACTLESS_CREDIT' | 'CARD_INTERNATIONAL_ECOMMERCE_DEBIT' | 'CARD_INTERNATIONAL_ECOMMERCE_CREDIT' | 'CARD_INTERNATIONAL_ATM_DEBIT' | 'CARD_INTERNATIONAL_ATM_CREDIT' | 'CARD_POS_CONTACT_DEBIT_REVERSAL' | 'CARD_POS_CONTACT_CREDIT_REVERSAL' | 'CARD_POS_CONTACTLESS_DEBIT_REVERSAL' | 'CARD_POS_CONTACTLESS_CREDIT_REVERSAL' | 'CARD_ECOMMERCE_DEBIT_REVERSAL' | 'CARD_ECOMMERCE_CREDIT_REVERSAL' | 'CARD_ATM_DEBIT_REVERSAL' | 'CARD_ATM_CREDIT_REVERSAL' | 'CARD_INTERNATIONAL_POS_CONTACT_DEBIT_REVERSAL' | 'CARD_INTERNATIONAL_POS_CONTACT_CREDIT_REVERSAL' | 'CARD_INTERNATIONAL_POS_CONTACTLESS_DEBIT_REVERSAL' | 'CARD_INTERNATIONAL_POS_CONTACTLESS_CREDIT_REVERSAL' | 'CARD_INTERNATIONAL_ECOMMERCE_DEBIT_REVERSAL' | 'CARD_INTERNATIONAL_ECOMMERCE_CREDIT_REVERSAL' | 'CARD_INTERNATIONAL_ATM_DEBIT_REVERSAL' | 'CARD_INTERNATIONAL_ATM_CREDIT_REVERSAL' — The service type of the action
  - `currency` Currency — The currency.
    - `code` string — The three letter code for the currency.
    - `description` string — The name of the currency
  - `feeRule` union — The rules around the fee being applied
    - FeeRuleFixedAmount
      - `feeRuleId` integer — The ID of the rule
      - `fixedAmount` integer — This is the fixed amount for the fee for each event
    - FeeRuleMaxMin
      - `feeRuleId` integer — The ID of the rule
      - `minimumAmount` integer — This is the minimum fee amount that can be charged for an event
      - `maximumAmount` integer — This is the maximum fee amount that can be charged for an event
      - `fixedPercentage4d` integer — This is the fixed % amount of a transaction the fee can be

## Other responses

- `400` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `401` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.
- `403` — An error has occured. Any 403 errors usually mean your access token is invalid or missing. For other errors, check the validity of your input, and if you are permitted to access this endpoint.

---

[API](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api.md) · [All operations](https://skmtc.net/firefinancialservices/apis/fire-financial-services-business-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefinancialservices/fire-financial-services-business-api/revisions/1d19896d095c/schema)
