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.
123
Body
The ID of the org's parent organization.
236
The name of the organization.
"Pilgrim Planner"
The organization type. Currently, this must be 0
.
0
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".
"My Suborganization"
The organization's website.
"www.pilgrimageplanner.com"
The organization's address.
"123 Walnut Street"
The organization's city.
"Johnson City"
The organization's state.
"TN"
The organization's ZIP code.
37615
The organization's country.
"US"
The org's timezone, in UTC offset. For example, -5 is Eastern time.
-5
The entryname for the org, in string format. If you leave this blank, Payabli uses the DBA name.
"pilgrim-planner"
Email address for organization-level communications, such as messages about why an application was declined. This is required by commerce laws in the US.
"example@email.com"
Contains details about a file. See See fileObject Object Model for a complete reference. Max upload size is 30 MB.
List of contacts.
Response
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
true
Response text for operation: 'Success' or 'Declined'.
"Success"
Code for the response. Learn more in API Response Codes.
1
Auxiliary validation used internally by payment pages and components.
null
Returns the organization ID.
Was this page helpful?