Skip to main content

Create qiwi mass withdraw

POST 

/merchant-api/v1/withdraw/mass/qiwi-create

This method is creating qiwi mass withdraw

Request

Body

required

The description for the Post Body.

    amount numberrequired

    Amount of money to withdraw

    gate_id string

    Id of the gate used for transaction

    comment stringrequired

    Comment for withdraw

    external_id stringrequired

    Client order number, must be unique for the merchant`

    currency_id stringrequired

    Possible values: [USD, EGP, RUB, KZT, EUR, UAH, MXN, INR, TRY, UZS, AZN, MDL, VND, KRW, AED, IDR, PKR, PEN, CLP, MAD, BYN, COP, NGN, ZAR, SAR, XOF, CAD, AUD, GBP, PLN, NZD, NOK, DKK, SEK, HUF, PHP, TJS, RSD]

    Currency of the withdraw

    card_number stringrequired

    Number of the card to which money will be sended

    card_holder string

    Name and surname of the cardholder

    card_year string

    Expiration year of the card

    card_month string

    Expiration month of the card

    card_cvv string

    Cvv code of the card

    callback_url string

    URL address to which the transaction status notification will be sent

    withdraw_url string

    URL for withdraw transaction(for some gates)

    additional_params object
    project_url string

    Url of your project needed for some gates

    account string

    Your account

    client_ip string

    Payer's ip address

Responses

The withdraw has been successfully created.

Schema

    transaction_uid stringrequired

    Unique id of the withdraw

    amount stringrequired

    Amount of money to withdraw

    status stringrequired

    Possible values: [Created, Pending, Failed, Succeed]

    Current status of the withdraw

    currency_id stringrequired

    Currency of the withdraw

    comment stringrequired

    the description of the withdraw

    external_id stringrequired

    Client order number, must be unique for the merchant`

    created_at stringrequired

    Time stamp of the withdraw creation

Loading...