Skip to content

Commit

Permalink
Add application id to transaction destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Sousa committed Jan 20, 2016
1 parent e1e00bb commit b8a895c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ In step one, one prepares the transaction by specifying:
- The _currency_ to denominate the transaction by.
- The _amount_ of value to send in the denominated currency.
- The _origin_ of the transaction can be an account id in the case of a _deposit_.
- The _destination_ of the transaction, which can be in the form of a bitcoin address, an email address, an account id, or a Uphold username.
- The _destination_ of the transaction, which can be in the form of a bitcoin address, an email address, an account id, an application id or an Uphold username.

The following table describes the types of transactions currently supported:

Type | Origin | Destination
---------- | -------------------------- | -------------------------------------------------------
deposit | _ACH_ or _SEPA_ account id | Uphold card id
withdrawal | Uphold card id | _ACH_, _SEPA_ or _Bitcoin_ address
transfer | Uphold card id | An email address, an Uphold username, an Uphold card id
transfer | Uphold card id | An email address, an application id, an Uphold username or an Uphold card id

Upon preparing a transaction, a [Transaction Object](#transaction-object) will be returned with a newly-generated `id`.
<aside class="notice">
Expand Down

0 comments on commit b8a895c

Please sign in to comment.