Skip to main content

V1GetAllBankTransferDepositResponseItem

    id stringrequired

    Deposit ID.

    user_id stringrequired

    User ID associated with the deposit.

    wallet_id string

    Wallet ID associated with the deposit.

    operation_id string

    Operation ID associated with the deposit.

    country objectrequired

    Country of the deposit.

    status objectrequired

    Status of the deposit.

    amount numberrequired

    Amount of the deposit.

    currency_tag stringrequired

    Currency tag of the deposit.

    expiration_time_minutes numberrequired

    Expiration time in minutes.

    payment_url string

    Url to provide to customer to continue the payment.

    language objectrequired

    Language preference for the deposit process.

    third_part_name stringrequired

    Third party's first name.

    third_part_last_name stringrequired

    Third party's last name.

    third_part_email string

    Third party's email address.

    third_part_phone stringrequired

    Third party's phone number.

    third_part_document stringrequired

    Third party's document number.

    third_part_document_type stringrequired

    Third party's document type.

    third_part_address_zip_code stringrequired

    Third party's address zip code.

    third_part_address_street stringrequired

    Third party's address street.

    third_part_address_number stringrequired

    Third party's address number.

    third_part_address_city stringrequired

    Third party's address city.

    third_part_address_state stringrequired

    Third party's address state.

    third_part_address_country stringrequired

    Third party's address country.

    third_part_address_complement string

    Third party's address complement.

    expiration_date date-timerequired

    Date when the expiration occurs.

    authorized_date date-timerequired

    Date when the deposit was authorized.

    refunded_date date-timerequired

    Date when the deposit refund.

    settlement_date date-timerequired

    Date when the settlement occurred.

    scheduled_settlement_date date-timerequired

    Date when the scheduled settlement will occur.

    created_at date-timerequired

    Creation date of the deposit record.

    updated_at date-timerequired

    Last update date of the deposit record.

    redirect_url stringrequired

    Redirect URL for payment success and error.