Retrieves a list of instructional funding allocations (as ChargeSplit objects) associated with a specific merchant account.
This endpoint is used to view how funds from processed charges are split and allocated for instructional purposes under a particular merchant ID (MID). It provides a detailed breakdown of the amount or percentage assigned to each allocation, along with its status and timestamps.
Response Fields
Each ChargeSplit
object includes:
id: Unique identifier for the charge split.
amount: The allocated amount in the smallest currency unit (e.g., cents).
amount_formatted: Human-readable version of the amount (e.g., $0.50).
percent: Percentage of the original charge attributed to this split.
mid: The merchant ID this split is associated with.
status: Status of the allocation (completed, pending, etc.).
description: Optional field for additional details (nullable).
created_at / updated_at: ISO 8601 timestamps for when the split was created and last updated.
Meta Information
include: Related resources included (e.g., "charge").
pagination: Pagination metadata including total entries, page size, and navigation.