v1
latestOpenAPI 3.1.02026-07-24170121.2 MBGet Instructional Fundings
get/v1/instructional_funding
Query parameters
includestring
Specifies related resources or optional fields to include in the response.
midstring
Filters results to records associated with the specified payee merchant ID.
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"
}
}
}
}