Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

CoinWithdrawalParams

Hierarchy

  • CoinWithdrawalParams

Index

Properties

address: string

A recipient's cryptocurrency wallet address

memberof

CoinWithdrawalParams

beneficiary?: Beneficiary
memberof

CoinWithdrawalParams

charged_amount?: null | number

The exact amount to debit from your account in charged_currency. All applicable fees will be deducted from this amount before processing a transaction instead of adding them on top it.

memberof

CoinWithdrawalParams

charged_amount_to_send?: null | number

The exact transaction amount to send in charged_currency. All applicable fees will be added on top of this amount and debited from your account.

memberof

CoinWithdrawalParams

charged_currency: string

An account currency to send a transaction from

memberof

CoinWithdrawalParams

custom_id?: string

The payment reference ID in your system

memberof

CoinWithdrawalParams

customer_id?: string

The internal ID of your customer that the wihdrawal relates to

memberof

CoinWithdrawalParams

force_commit?: boolean

Is false if omitted. Set true to turn off two-step withdrawal. Set false for two-step withdrawal and commit it within 30 seconds

memberof

CoinWithdrawalParams

network?: string

Cryptocurrency network

memberof

CoinWithdrawalParams

network_fee_level?: NetworkFeeLevel
memberof

CoinWithdrawalParams

received_amount?: null | number

The exact transaction amount to send in received_currency. All applicable fees will be added on top of this amount and debited from your account.

memberof

CoinWithdrawalParams

received_currency: string

Cryptocurrency type

memberof

CoinWithdrawalParams

travel_rule_compliant?: boolean

Is false if omitted. Set true to turn on beneficiary data validations

memberof

CoinWithdrawalParams

Generated using TypeDoc