NOTIFY_REQUEST_WITHDRAW
(type=2)
When a user initiates a withdrawal request (requiring secondary confirmation), WaaS will request the merchant to perform secondary confirmation through this interface. The merchant needs to return specific withdrawal information in the response, which will determine whether WaaS executes the withdrawal operation.
The request sent by WaaS is an RSA-encrypted Base64 string. Merchants need to decrypt it using their public key:
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_REQUEST_WITHDRAW
(type=2)
When a user initiates a withdrawal request (requiring secondary confirmation), WaaS will request the merchant to perform secondary confirmation through this interface. The merchant needs to return specific withdrawal information in the response, which will determine whether WaaS executes the withdrawal operation.
The request sent by WaaS is an RSA-encrypted Base64 string. Merchants need to decrypt it using their public key:
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: