REST API | Visa Platform Connect

Creating Organizations

You can create organizations in the
Smartpay Fuse Portal
or by using the API. Both instructions are included in these sections:
For API field descriptions, see the Boarding API Reference Guide. You can test API requests using the reference guide's live console.
Before beginning, review these topics:
If you use the API, keep in mind these considerations:
  • The organization registration is done once using the
    /registrations
    endpoint. Modifications to existing organizations are done using the
    /organizations
    endpoint. Modifications to the product setups of an organization are done using the
    /product-setups
    endpoint. Examples of these endpoints are shown in the sections for those operations.
  • The
    boardingFlow
    field has two values:
    ENTERPRISE
    and
    SMB
    . Enterprise creates one organization at a time. SMB (Small Business) creates a combination of one merchant organization and one transacting organization. Enterprise requires two requests, but defines an organization ID for the transacting organization instead of an automatically generated one. Enterprise is recommended. When you create a structural organization, you must set the value of
    boardingFlow
    to
    ENTERPRISE
    .
  • The
    mode
    field is not currently supported.
  • The
    configurable
    field must be set to
    true
    for merchant organizations and
    false
    for transacting and structural organizations.