Identities

Create an Associated Identity

Create an associated Identity for every owner with 25% or more ownership over the merchant.

post/identities/{identity_id}/associated_identities

Request body

Response

Associated Identity successfully created.

idstring

The ID of the resource.

created_atstring date-time

Timestamp of when the object was created.

updated_atstring date-time

Timestamp of when the object was last updated.

applicationstring

ID of the Application associated with the resource.

identity_rolesstring[]

The set of roles available to the Identity. If none is provided, the Identity will be assigned BUYER.

type'PERSONAL' | 'BUSINESS'

The Identity type.

tagsTags nullable

Include up to 50 key: value pairs to annotate requests with custom metadata.

  • Maximum character length for individual keys is 40.
  • Maximum character length for individual values is 500. (For example, order_number: 25, item_type: produce, department: sales)

Changes

Changed in 2 of the 9 revisions of this API.9118

  • 7919e33b48538118See the full diff
    • added the new required request property entity/personal_address/city

      new-required-request-property

    • added the new required request property entity/personal_address/country

      new-required-request-property

    • added the new required request property entity/personal_address/line1

      new-required-request-property

    • added the new required request property entity/personal_address/postal_code

      new-required-request-property

    • added the new required request property entity/personal_address/region

      new-required-request-property

    • the entity/personal_address request property type/format changed from / to object/

      request-property-type-changed

    • the response property entity/personal_address became nullable for the status 201

      response-property-became-nullable

    • the entity/personal_address response's property type/format changed from / to object/ for status 201

      response-property-type-changed

    • removed address from the entity/personal_address request property allOf list

      request-property-all-of-removed

    • added the new optional request property entity/business_tax_id_fingerprint

      new-optional-request-property

    • added the new optional request property entity/business_tax_id_provided

      new-optional-request-property

    • added the new optional request property entity/personal_address/line2

      new-optional-request-property

    • added the new optional request property entity/tax_id_fingerprint

      new-optional-request-property

    • added the new optional request property entity/tax_id_provided

      new-optional-request-property

    • the request property entity/personal_address became nullable

      request-property-became-nullable

    • added the optional property additional_underwriting_data/annual_card_volume to the response with the 201 status

      response-optional-property-added

    • added the optional property entity/business_tax_id_fingerprint to the response with the 201 status

      response-optional-property-added

    • added the optional property entity/business_tax_id_provided to the response with the 201 status

      response-optional-property-added

    • added the optional property entity/personal_address/line2 to the response with the 201 status

      response-optional-property-added

    • added the optional property entity/tax_id_fingerprint to the response with the 201 status

      response-optional-property-added

    • added the optional property entity/tax_id_provided to the response with the 201 status

      response-optional-property-added

    • removed address from the entity/personal_address response property allOf list for the response status 201

      response-property-all-of-removed

    • added the required property entity/personal_address/city to the response with the 201 status

      response-required-property-added

    • added the required property entity/personal_address/country to the response with the 201 status

      response-required-property-added

    • added the required property entity/personal_address/line1 to the response with the 201 status

      response-required-property-added

    • added the required property entity/personal_address/postal_code to the response with the 201 status

      response-required-property-added

    • added the required property entity/personal_address/region to the response with the 201 status

      response-required-property-added

    • the entity/default_statement_descriptor request property's maxLength was decreased to 20

      request-property-max-length-decreased