payments_create_integration_provider
Create a white-label payment integration provider in GoHighLevel by supplying a unique name, title, provider type (authorize-net or nmi), description, and image URL.
Instructions
Create White-label Integration Provider
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | No | location Id / company Id based on altType Defaults to GHL_LOCATION_ID when omitted. | |
| title | Yes | The title or name of the integration provider. | |
| altType | No | Alt Type Defaults to GHL_LOCATION_ID when omitted. | |
| imageUrl | Yes | The URL to an image representing the integration provider. The imageUrl should start with "https://" and ensure that this URL is publicly accessible. | |
| provider | Yes | The type of payment provider associated with the integration provider. | |
| uniqueName | Yes | A unique name given to the integration provider, uniqueName must start and end with a character. Only lowercase characters and hyphens (-) are supported | |
| description | Yes | A brief description providing additional information about the integration provider. |