---
title: "Create a fee account for a currency by activating a global account with the provider"
method: POST
path: "/api/v1/admin/fee-accounts/{provider}"
tags: ["Admin"]
---

# Create a fee account for a currency by activating a global account with the provider

`POST /api/v1/admin/fee-accounts/{provider}`

Create a fee account for a currency by activating a global account with the provider

## Path parameters

- `provider` string, required — Cross-border provider name

## Request body

- FeeAccountCreateRequest — Request to create a new fee account for a currency
  - `currency` string, required — Currency code for the fee account

## Response `201`

Created

- FeeAccountResponse — Response containing fee account data
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required — Fee account configuration for cross-border payments
    - `id` string, uuid, required — Unique identifier of the fee account
    - `currency` string, required — Currency code
    - `provider` string, required — Cross-border provider
    - `provider_account_id` string, required — Provider account identifier
    - `iban` string — International Bank Account Number
    - `swift` string — SWIFT/BIC code
    - `account_number` string — Account number
    - `routing_number` string — Routing number (for US accounts)
    - `created_at` string, date-time, required — Creation timestamp
    - `updated_at` string, date-time, required — Last update timestamp

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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