Gdex v0.1.2 Gdex.Withdraw View Source

Link to this section Summary

Functions

Withdraw funds to a Coinbase account

Withdraw funds to a payment method

Link to this section Functions

Link to this function to_coinbase(coinbase_account_id, amount, currency) View Source
to_coinbase(binary(), Gdex.amount(), binary()) :: Gdex.Request.t()

Withdraw funds to a Coinbase account.

Link to this function to_payment_method(payment_method_id, amount, currency) View Source
to_payment_method(binary(), Gdex.amount(), binary()) :: Gdex.Request.t()

Withdraw funds to a payment method.

Use Gdex.Payment.list/0 to retrieve a list of your payment methods.