On This Page
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/registrationsendpoint. Modifications to existing organizations are done using the/organizationsendpoint. Modifications to the product setups of an organization are done using the/product-setupsendpoint. Examples of these endpoints are shown in the sections for those operations.
- TheboardingFlowfield has two values:ENTERPRISEandSMB. 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 ofboardingFlowtoENTERPRISE.
- Themodefield is not currently supported.
- Theconfigurablefield must be set totruefor merchant organizations andfalsefor transacting and structural organizations.