POST
/
accounts
/
create
curl --request POST \
  --url https://api.joinswift.app/accounts/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "venmo",
  "username": "<string>",
  "email": "jsmith@example.com",
  "phone": "<string>",
  "userId": "<string>"
}'
"account_a1m40apcnakwpdc"

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
enum<string>
required
Available options:
venmo,
zelle,
bank
username
string

Venmo Username. Should not be prefixed with @ symbol.

email
string

Email associated with Venmo account

phone
string

US phone number with just the 10 digits (ex. 1234567890).

userId
string
required

Swift User ID for account ownership

Response

200 - application/json

Created Account ID