Create an Identity, Account and Profile to provide Buy, Hold and Sell Crypto Brokerage for Users
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"
.verifier_type
to PASSTHROUGH
and then provide details about how and when IDV was conducted for this user by setting:
passthrough_verifier_type
- the company of the IDV providerpassthrough_verified_at
- when IDV was completed for the userpassthrough_verification_id
- external id for the IDV record in the IDV provider’s systempassthrough_verification_status
- the current status of IDV, APPROVED
if verifiedpassthrough_verification_fields
- the set of fields used to verify the user during IDVverifier_type
is set to PASSTHROUGH
.
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.summary_status
is APPROVED
.
PENDING
, read the Identity Status guide to help pinpoint why. If you have further questions, you can reach out to Support.identity.approved
and identity.denied
events to notify users when they have been onboarded to Paxos.create_profile
flag must be set to true
, this will ensure a Profile is created for the Account. This is how to
create accounts and profiles for a Fiat and Crypto Subledger integration.
members
with the
BENEFICIAL_OWNER
role.
Identities can be added or removed from an Account after creation using the Add Account Members and Delete Account Member endpoints respectively
Fund
button
profile_id
which is linked to the account_id
created above (if one
exists, else the omnibus profile_id
).