The first thing the end-user will need to do is submit their details like their name and address on partners platform. After the end-user enters this information, a customer resource will be created. This customer resource gives partners a way to reference the end-user on Anchor.

An IndividualCustomer is a JSON:API resource, here are the top-level fields:

FieldtypeDescription
idstringThis is the unique Identifier for the individual customer resource. Here is an example: 16910821827810-anc_ind_cst.
typestringThis is the type for the individual customer resource. This is of type IndividualCustomer.
attributesJSON ObjectThis is a JSON object representing the customer data.
relationshipsJSON ObjectDescribes relationships between the customer resource and other resources on Anchor.

Click on here to create an Individual Customer.