Introduction
The external accounts group of endpoints allows you to manage financial accounts that users own outside the platform, such as debit or credit cards.
External accounts can be used for both pull deposits (moving funds into Uphold) and withdrawals (sending funds out of Uphold).
External account shape
An external account includes the following properties:
Each external account has a status
that reflects its availability:
processing
: The account is being verified.ok
: The account is valid and ready to use.failed
: The verification failed — checkstatusDetails.reason
for the failure reason.restricted
/blocked
: The account is temporarily or permanently unusable.
Types of external accounts
There are different types of external accounts available on the platform:
Making transactions with external accounts
To pull funds from an external account (external account → Uphold):
- Link the external account using Create External Account.
- Ensure the rail supports the
deposit
feature using List Rails. - Create a quote where:
- The origin is the external account.
- The destination is one of the user’s Uphold accounts.
- Create a transaction to commit the quote.
To send funds to an external account (Uphold → external account):
- Make sure the external account is valid (
status: ok
). - Ensure the rail supports the
withdraw
feature using List Rails. - Create a quote where:
- The origin is a user’s Uphold account.
- The destination is the external account.
- Create a transaction to commit the quote.