The “Create White-label Integration Provider” API allows adding a new payment provider integration to the system which is built on top of Authorize.net or NMI. Use this endpoint to create a integration provider with the specified details. Ensure that the required information is provided in the request payload. This endpoint can be only invoked using marketplace-app tokenDocumentation Index
Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt
Use this file to discover all available pages before exploring further.
Autorizacion
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version de la API.
Body
account Id / company Id based on altType
Alt Type Posibles valores: ‘account’
A unique name given to the integration provider, uniqueName must start and end with a character. Only lowercase characters and hyphens (-) are supported
The title or name of the integration provider.
The type of payment provider associated with the integration provider. Posibles valores: ‘authorize-net’, ‘nmi’
A brief description providing additional information about the integration provider.
The URL to an image representing the integration provider. The imageUrl should start with “https://” and ensure that this URL is publicly accessible.
Respuestas
200 - Successful response
200 - Successful response
The unique identifier of the integration provider.
The altId / locationId of the integration provider.
The altType of the integration provider.
The title or name of the integration provider.
The route name associated with the integration provider.
The payment provider associated with the integration provider.
A brief description providing additional information about the integration provider.
The URL to an image representing the integration provider.
The timestamp when the integration provider was created.
The timestamp when the integration provider was last updated.
400 - Bad Request
400 - Bad Request
401 - Unauthorized
401 - Unauthorized
422 - Unprocessable Entity
422 - Unprocessable Entity

