v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Create Instructional Fundings

post/v1/instructional_funding

Query parameters

includestring

Request body

midstring required

The mid of the Payee

amountinteger required

Amount in CENTS

Response

200

Example response

{
  "data": [
    {
      "object": "ChargeSplit",
      "id": "6dl8k079079ymxw4",
      "amount": 314,
      "amount_formatted": "$3.14",
      "mid": "0609900000532939",
      "status": "pending",
      "created_at": "2025-02-12T14:53:59.000000Z",
      "updated_at": "2025-02-12T14:53:59.000000Z"
    }
  ],
  "meta": {
    "include": [
      "charge"
    ],
    "pagination": {
      "total": 11,
      "count": 10,
      "per_page": 10,
      "current_page": 1,
      "total_pages": 2,
      "links": {
        "next": "http://localapi8.payarc.net/v1/instructional_funding?include=charge&page=2"
      }
    }
  }
}