# Results of the withdrawals
# Example of request parameters
<xml>
<ToUserName>gh_abcdefg</ToUserName>
<FromUserName>oABCD</FromUserName>
<CreateTime>12344555555</CreateTime>
<MsgType>event</MsgType>
<Event>withdraw_notify</Event>
<withdraw_info>
<out_request_no>123456</out_request_no>
<event>1234567</event>
</withdraw_info>
</xml>
# Examples of back-up
success
# Dxplaination of request parameters
Field Name | type | Introductions |
---|---|---|
out_request_no | number | Payment Card Number |
event | number | Withdrawal result event type, see WithdrawNotifyEven |
# Dxplaination of callback parameters
Simply return the character stringsuccess
。