> This is Payabli documentation. For a complete page index, fetch https://docs.payabli.com/llms.txt — append .md to any page URL for lightweight markdown. For section-level indexes, query parameters, and other AI-optimized access methods, see https://docs.payabli.com/ai-agents.md

# Transaction On Hold

POST 

Triggered when a pay out transaction is placed on hold.

Notification name: `payout_transaction_onhold`

Reference: https://docs.payabli.com/developers/webhooks/payout-transaction-onhold

## Request

### Payload

- `Event` ("PayOutOnHold", required) — Event type identifier
- `Paypoint` (string, required) — The name of the merchant/paypoint
- `Text` (string, required) — Human-readable description of the event
- `TransId` (string, required) — Unique transaction identifier
- `TotalAmount` (string, required) — Total transaction amount including fees
- `CustomerId` (string, required) — The unique identifier for the customer
- `CustomerNumber` (string, required) — Internal customer identifier
- `Method` (string, required) — Payment processing method
- `ExternalPaypointId` (string, required) — External paypoint system identifier
- `EntryPoint` (string, required) — System entry point identifier
- `TraceNumber` (string, required) — Trace number for the vendor ACH credit
- `FundingSource` (string, required) — The funding source used to fund the payout
- `PaymentStatus` (string, required) — The resulting payment status for the transaction
- `RefundAmount` (string, required) — Leftover amount not accepted by the vendor when a payout is partially accepted