---
title: "Create Instructional Fundings"
method: POST
path: "/v1/instructional_funding"
---

# Create Instructional Fundings

`POST /v1/instructional_funding`

## Query parameters

- `include` string

## Request body

- object
  - `mid` string, required — The mid of the Payee
  - `amount` integer, required — Amount in CENTS

## Response `200`

200

- object
  - `data` object[]
    - `object` string
    - `id` string
    - `amount` integer
    - `amount_formatted` string
    - `percent` unknown
    - `mid` string
    - `status` string
    - `description` unknown
    - `created_at` string
    - `updated_at` string
  - `meta` object
    - `include` string[]
    - `custom` unknown[]
      - unknown
    - `pagination` object
      - `total` integer
      - `count` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object
        - `next` string

## Other responses

- `400` — 400

---

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