Bulk Payouts Webhook

This page covers the status webhook fired for Bulk Payouts — corporate-account batch transfers.

For general webhook mechanics (response requirements, security, IP whitelisting, troubleshooting),

see Webhooks - Async Updates or Webhook Security

Bulk payment status webhook

⚠️

The reference material for this webhook documents payload fields and statuses, but doesn't give an explicit event name (unlike PaymentStatusChanged or MandateStatusChanged). Confirm the exact event value with your Feezback integration contact before building a strict parser against it.

Payload fields

FieldDescription
usersub@tpp
paymentRequestUnique UUID
aspspCodeBank code
psuIdAuthorized signatory ID
psuCorporateIdCorporate ID (ח.פ.)
debtorNamePaying organization's name
bulkIdentifierBulk batch identifier
bulkDescriptionDescription
bulkExecutionDateExecution date
requestedAmountTotal amount
psuMessageReference number (null until terminal)
referenceNumberReference number
transferTypemasav / fp / zahav
currentStatusSee status list below
previousStatusnull if this is the first update
tppYour client identifier

⚠️ Do not validate against a strict schema. Additional fields may be present — parse only what you need.


Statuses

  • Initial: RCVD
  • Intermediate: PATC (partially approved, needs further approval), PART (some payments received)
  • Terminal: ACTC (AcceptedTechnicalCorrect ✅), ACWC (AcceptedWithChange ✅), RJCT (Rejected ❌), CANC (Cancelled ❌)

Related error codes (payment creation, not webhook)

StatusError CodeMeaning
400INVALID_PAYMENT_PAYLOADMissing or invalid field
400IBAN_IS_NOT_WHITELISTEDCreditor account not whitelisted
424ASPSP_ERRORPassed Feezback validation but the bank rejected it — contact Feezback with the paymentId and exact time
500PAYMENT_REQUEST_FAILEDFailed to create the payment

Testing (Mock Bank)

  1. Create a bulk payment without debtorAccount in the request.
  2. Choose MockBank on the Feezback screens.
  3. Enter a 5-digit account number: 12345.
Test ID (psuId)Result
200200202acceptedTechnicalValidation ✅
998814644Rejected ❌
320634389Partially Authorized


Did this page help you?