Coinbase.API.Deposits
Deposit USD into a USD wallet. Requires a valid USD wallet and bank account to use.
Summary↑
deposit(coinbase, account_id, amount, payment_method_id, optionals \\ %{}) | Deposit USD |
Functions
Specs:
- deposit(pid, binary, binary, binary, %{}) :: Coinbase.response
Deposit USD
Required params: account_id (string): Specify the account to which to deposit (must be a USD wallet). amount (string): The quantiry of USD you would like to deposit. payment_method_id (string): THe ID of the payment method that should be used for the deposit. Payment methods can be listed using the Coinbase.API.PaymentMethods.list(pid) API call. The payment method must have the same currency as the wallet you are depositing to.
Optional params: commit (boolean): Defaults to true. If set to false, this deposit will not be immediately completed. Use Coinbase.API.Transfer.commit(pid, id) call to complete it.