Payment
Unresolved Payment Notification
Sent once per unresolved payment event to the merchant. The callback body includes bizType, bizId, bizStatus, and data.
WEBHOOK
Overview
This page documentswebhook unresolvedPayWebhook. The full schema, parameters, and examples are rendered from the linked OpenAPI or webhook definition above.
Notes
- This page describes a callback payload sent by GatePay, not a merchant-initiated request.
- Verify the signature first, then apply idempotent processing before updating business state.
- For callback guidance organized by business flow, read this page together with the Notification guide.
- For shared signing rules, see /api-reference/version/100/en/common/securityAndSignature.
Body
application/json
Unresolved payment webhook payload
Business type; always PAY_UNRESOLVED.
Available options:
PAY_UNRESOLVED Business ID (e.g. identifier linked to the exception; actual payload may vary).
Business status, e.g. UNRESOLVED_PENDING (pending; actual payload may vary).
Available options:
UNRESOLVED_PENDING Unresolved payment details. Some fields may be empty depending on acquiring vs payee QR scenarios; see each field description.

