Customer object
There is no top-level
status field on the customer object. Status is tracked per-capability; see the capabilities map above.Operations
Create a customer
POST /v2/customers
Submit identity information and explicitly request the capabilities you want to enable. The capabilities block tells Coinbase which compliance requirements to evaluate.
Get a customer
GET /v2/customers/{customerId}
Returns the current customer object, including all capabilities and outstanding requirements.
Update a customer
POST /v2/customers/{customerId}
Submit additional identity information needed to unlock a capability, or correct an existing field.
List customers
GET /v2/customers
Returns all customers for your entity, with pagination support.
Identity fields
See the Capabilities page for which fields each capability requires.
End-user context
Includecompliance.requesterIpAddress on every create or update request. This is the IP address of the end-user (not your server) and is required for T3 onboarding:
Terms of Service
Certain capabilities require the customer to accept Coinbase’s Terms of Service before they become active. When atos requirement is present on the customer object, the requirement includes a url field with the current Terms of Service link.
- Read the
urlfrom thetosrequirement on the customer object and render it to the customer. - Record the customer’s acceptance and submit it:
Customer lifecycle
There is no top-level status field on the customer. Each capability has its own independent state:inactive states cannot be resolved through the API. Do not expose compliance-specific reasons to your end-users; Coinbase manages these compliance decisions on your behalf. See the Requirements page for what you can and cannot resolve.