Skip to main content

Get list of withdraw

POST 

/merchant-api/v1/withdraw

This method showing the list of the withdraw

Request

Body

required

The description for the Post Body.

    limit number

    How many withdraw to show

    updated_at_gte string

    Show the withdraw with timestamps greater or equal to argument

Responses

The withdraw was successfully geted.

Schema

    transaction_uid stringrequired

    Id of the withdraw

    external_id stringrequired

    External id of the withdraw

    amount stringrequired

    Amount of money to withdraw

    merchant_withdraw_fee stringrequired

    Fee for the withdraw

    status stringrequired

    Current status of the withdraw

    remark stringrequired

    Description of withdraw status

    currency_id stringrequired

    Currency of the withdraw

    comment stringrequired

    the description of the withdraw

    created_at stringrequired

    Time stamp of the withdraw creation

    updated_at stringrequired

    Time stamp of the withdraw update

Loading...