# Notification of successful accounting

# Example Requests

<xml>     
<ToUserName>gh_abcdefg</ToUserName> 
<FromUserName>oABCD</FromUserName>      
<CreateTime>12344555555</CreateTime>     
<MsgType>event</MsgType>      
<Event>funds_order_profitsharing</Event>
<order_info>
     <profit_sharing_no>P2015080612534</profit_sharing_no>
     <amount>100</amount>
     <result>SUCCESS</result>
     <finish_time>2021-12-30 22:31:00</finish_time>
</order_info>
</xml>

# Dxplaination of request parameters

Field Name type Introductions
profit_sharing_no string The internal billing number of the merchant system
amount number Amount, in units
result string SUCCESS: Success of the ledger; CLOSED: Closed
finish_time string Duration of completion
fail_reason string The reason for the breakdown failure, when the result of the breakdown is CLOSED, the field is returned

# Examples of back-up

Simply return the character stringsuccess