Skip to main content

Get withdraw by external_id

POST 

/merchant-api/v1/withdraw/get-by-external-id

This method shows the withdraw by external_id

Request

Body

required

The description for the Post Body.

    external_id stringrequired

    External id that you specified when creating the withdraw

    gate_id string

    Gate id you specified when creating the withdraw

Responses

The withdraw by external id 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...