SEP-12SEP-24SEP-31SEP-6
Create or Update Customer Info
PUT/customer
The Anchor Platform does not persist any customer KYC data.
The request and response for this endpoint are identical to the
PUT /customer
request and response defined in SEP-12.
Client applications make requests with the following request body, which is forwarded to the anchor. Anchors
must validate and persist the data passed, and return the customer's id
. Requests containing only string fields will
be forwarded to the anchor as with the application/json
content type. Requests containing
binary fields will be forwarded to the anchor as with the multipart/form-data
content type.
Request
Responses
- 200
- 400
- 404
Success.
Invalid data.
Not Found.