# Notification of refund results

# Example Requests

<xml>     
<ToUserName>gh_abcdefg</ToUserName> 
<FromUserName>oABCD</FromUserName>      
<CreateTime>12344555555</CreateTime>     
<MsgType>event</MsgType>      
<Event>funds_order_refund</Event>
<order_info>
     <refund_no>1217752501201407033233368018</refund_no>
     <status>SUCCESS</status>
     <success_time>2021-12-30 22:31:00</finish_time>
</order_info>
</xml>

# Dxplaination of request parameters

Field Name type Introductions
refund_no string Internal refund numbers in the merchant system
status string Refund status SUCCESS: Refund success CLOSE: Refund close ABNORMAL: Refund abnormal, refund to the bank found that the user's card is invalid or frozen, resulting in the original way refund Bankcard failure
success_time string Refund success time, returns this field when status = SUCCESS
message string Refund Error Description

# Examples of back-up

Simply return the character stringsuccess