Update Organization
Updates an organization’s details by ID.
Authorizations
Most endpoints require an organization
token. Some endpoints require an application
token, and those endpoints are noted.
Path Parameters
The numeric identifier for organization, assigned by Payabli.
Body
List of contacts.
The organization's address.
The organization's city.
The organization's country.
The entryname for the org, in string format. If you leave this blank, Payabli uses the DBA name.
An alternate ID for the organization, in string format. This can be your internal identifier for an org, and is typically a name, like "My Suborganization".
Contains details about a file. See See fileObject Object Model for a complete reference. Max upload size is 30 MB.
The name of the organization.
The ID of the org's parent organization.
The organization's state.
The org's timezone, in UTC offset. For example, -5 is Eastern time.
The organization type. Currently, this must be 0
.
The organization's website.
The organization's ZIP code.
Email address for organization-level communications, such as messages about why an application was declined. This is required by commerce laws in the US.
Response
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
Auxiliary validation used internally by payment pages and components.
Code for the response. Learn more in API Response Codes.
Returns the organization ID.
Response text for operation: 'Success' or 'Declined'.
Was this page helpful?