NOTIFY_INVALID_ADDRESS
(type=5)
When a withdrawal operation fails due to an invalid address or other reasons, WaaS notifies the merchant through this callback: This withdrawal operation has been completely terminated, and user funds can be safely unfrozen
The request is an RSA-encrypted Base64 string. Merchants need to decrypt to obtain business parameters:
After processing the callback, merchants need to return a JSON-formatted response body. The data
field must return an RSA-encrypted Base64 string (encrypted using the public key provided by WaaS), while other fields are in plain text:
NOTIFY_INVALID_ADDRESS
(type=5)
When a withdrawal operation fails due to an invalid address or other reasons, WaaS notifies the merchant through this callback: This withdrawal operation has been completely terminated, and user funds can be safely unfrozen
The request is an RSA-encrypted Base64 string. Merchants need to decrypt to obtain business parameters:
After processing the callback, merchants need to return a JSON-formatted response body. The data
field must return an RSA-encrypted Base64 string (encrypted using the public key provided by WaaS), while other fields are in plain text: