v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
Organization

Organization - Update

Create a new organization for .

put/organization/{id}

Path parameters

idstring required

The unique identifier for the Organization

Request body

organization_namestring nullable

Name of the organization

organization_detailsobject nullable

Details about the organization

metadataobject nullable

Metadata is useful for storing additional, unstructured information on an object.

platform_merchant_idstring required

Platform merchant id is unique distiguisher for special merchant in the platform org

Response

Organization Created

organization_idstring required

The unique identifier for the Organization

organization_namestring nullable

Name of the Organization

organization_detailsobject nullable

Details about the organization

metadataobject nullable

Metadata is useful for storing additional, unstructured information on an object.

modified_atstring date-time required
created_atstring date-time required
organization_type'standard' | 'platform'

Example response

{
  "organization_id": "org_q98uSGAYbjEwqs0mJwnz"
}