v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCheck posting
Release check
Releases a check using the provided payload.
NOTES:
- This endpoint requires an account token - an access token encoded with an external account ID. Tokens can expire quickly, which can result in a 401 Unauthorized message.
This endpoint generates the following events:
See Data and reporting for more information about events and setting up event notifications.
post/corporate/v1/checks/release
Request body
Example request
{
"check_id": "c462b2f3-55cc-42b4-ae9a-7614df3e8e72",
"tracking_id": "1624db2e-ee81-4294-bc5e-c753b2cc5eb9",
"settlement_date": "2025-01-06"
}Response
Check release accepted
Example response
{
"check_id": "c462b2f3-55cc-42b4-ae9a-7614df3e8e72"
}