Skip to main content

Release 2026-09-22

This release introduces payout cutoffs across the Getpaid API and Dashboard, giving platforms a clear, shared view of which transactions are included in each payout window.

This allows teams to simplify reconciliation processes, and reduce back-and-forth during payout investigations, and align finance and operations workflows around the same payout timeline.

Payout cutoffs in API and Dashboard​

Payout responses now include a new cutoff node so platforms can identify the cutoff window associated with each payout.

GET api.getpaid.io/v2/payouts/{payout_id}
{
"id": "pyt_4y1qet59bdxz8ae7psj6vdh4w1",
"reference": "PAYOUT-20260922-0001",
"account": {
"id": "acc_44678r08jtm8zbt227tzhc4nw5",
"legal_name": "Titan Biking"
},
"status": "completed",
"amount": 431100,
"currency": "EUR",
"cutoff": {
"from": "2026-09-15T00:00:00.000Z",
"to": "2026-09-21T00:00:00.000Z"
},
"created_at": "2026-09-22T09:30:00.000Z",
"updated_at": "2026-09-22T10:12:00.000Z"
}

The Getpaid Dashboard now also surfaces payout cutoff information directly in the payout experience.

Payout cutoffs in the Getpaid Dashboard

Payout cutoff information in the Getpaid Dashboard

See the Payouts API reference for complete payout response details.