# Get withdrawal records

# Interface call request specification

Http request method: POST
https://api.weixin.qq.com/product/funds/getwithdrawdetail?access_token=xxxxxxxxx

# Request Parameter Sample

{
    "out_request_no": "wd13675014323600561372"
}

# Return Package Example

{
    "amount": 7,
    "create_time": 1590733930,
    "update_time": 1590773555,
    "reason": "", 
    "remark": "Cash withdrawal at 14: 31 on 0529,"
    "bank_memo": "Cash withdrawal at 14: 31 on 0529,"
    "bank_name": "", 
    "bank_in a": "", 
    "status": "SUCCESS"
}

# Request Parameter Dxplaination

parameter type Is it necessary to fill out Introductions
out_request_No string yes Cash order

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message
amount number Amount of money
create_time number Create time
update_time number Update time
reason string Failure reason
remark string Remarks
bank_memo string Bank postscript
bank_name string Name of bank
bank_A string Bank accounts
status string Withdrawal status

# Withdrawal status

Enumeration value Introductions
CREATE_SUCCESS Successful acceptance
SUCCESS Successful withdrawal
FAIL Withdrawal failure
REFUND Withdrawal refund
CLOSE Customs clearance
INIT Business order created

# Return code

Return code Type of error
-1 System exception