Float top-up webhook

Called by Peach Payments when a deposit is allocated to your float (same configured payouts webhook URL as payout status updates). Only sent when webhookOptions.floatAllocationUpdates is enabled. See the update webhook endpoints API for more details.

Payload
string
required
date-time
required

ISO 8601 timestamp of the latest account transaction used for the balance snapshot.

integer
required

Available float balance after the top-up, in smallest currency units (cents).

integer
required

Amount credited from the allocated deposit(s), in smallest currency units (cents).

Response
200

Float allocation notification received.

LoadingLoading…