Create an Institution Identity, Account and Profile to provide Buy, Hold and Sell Crypto Brokerage for Institutions
identity:read_identity
identity:read_account
identity:write_identity
identity:write_account
funding:read_profile
funding:write_profile
exchange:read_order
exchange:write_order
access_token
from OAuth:
access_token
to use in the request authorization header
throughout this guide.
-H "Authorization: Bearer $TOKEN"
.identity_id
of the newly created person identity. You’ll need this ID when creating the institution identity.
cip_id
of an Identity is required to be unique. If a 409 duplicate cip_id
error occurs,
handle it by either:identity_id
of the newly created Identity and notice the status of the Identity is PENDING
.
Paxos will make an Onboarding Decision and asynchronously update the status to either DENIED
or APPROVED
.
PENDING
due to being deemed high risk by Paxos. This Identity will be
required to undergo Enhanced Due Diligence. See how to automate document collection to
allow HIGH
risk customers to onboard to Paxos.PENDING
due to
waiting for document verification, depending on your integration type document verification may not be required - but it
is by default.identity.approved
and identity.denied
events to notify users when they have been onboarded to Paxos.Fund
button.
profile_id
which is linked to the account_id
created above (if one
exists, else the omnibus profile_id
).