Payment
Fixed Address Payment Status Notification
When a static collection address receives a qualifying payment, GatePay sends a webhook with bizType PAY_FIXED_ADDRESS.
Verify the signature and return {"returnCode":"SUCCESS","returnMessage":""} after successful processing. For risky address notifications (FIXED_ADDRESS_RISK), see the fixed address risk notification documentation.
WEBHOOK
Overview
This page documentswebhook fixedAddressPaymentWebhook. The full schema, parameters, and examples are rendered from the linked OpenAPI or webhook definition above.
GatePay sends asynchronous notifications to the address callback URL when funds are credited to a static collection address (bizType is PAY_FIXED_ADDRESS).
Notes
- Use
transactionIdorbizIdfor idempotency. - Signature verification, retries, parsing
data, and the success response are covered in Notifications Overview; see Security and Signature for signing rules.
Trigger Scenarios
- When the merchant-bound collection address receives funds, and the collection network and received currency are within the merchant’s revenue scope
Message Structure
Example Message
bizType Enumeration
For risky address notifications (
FIXED_ADDRESS_RISK), see Fixed Address Risk Notification.
bizStatus Enumeration
data Field Reference
Parseddata fields:
Callback Example
Payment success (bizStatus=PAY_SUCCESS)
Body
application/json
Business type; always PAY_FIXED_ADDRESS.
Available options:
PAY_FIXED_ADDRESS Order ID.
Business status: PAY_SUCCESS payment successful and credited.
Available options:
PAY_SUCCESS Business data as a JSON string; parsed structure see fixedAddressPaymentData.
Parsed bill details from data.
Response
200 - application/json
HTTP 200 indicates the merchant successfully received the notification.

