An Integration Request allows Centrapay users to request the creation of an Integration on a Centrapay Account.
Attributes
Terminal
Attributes
-
terminalId
-
deviceId
Product
Attributes
-
name
Integration Types
Name | Description |
---|---|
epay | Asset provider ePay |
invenco | Terminal vendor invenco |
skyzer | Terminal vendor skyzer |
smartpay | Terminal vendor smartpay |
verifone | Terminal vendor Verifone |
vista | Terminal vendor vista |
windcave | Terminal vendor Windcave |
shopify | E-commerce provider Shopify |
/api/integration-requests
This endpoint allows you to create an Integration Request.
Attributes
-
merchantId
-
type
-
terminal
-
product
-
externalId
/api/integration-requests/{integrationRequestId}
This endpoint allows you to get an Integration Request.
/api/integration-requests
Returns a paginated response of Integration Requests.
Query Parameters
Attributes
-
accountId
-
type
-
pending
/api/integration-requests/{integrationRequestId}/configs
This endpoint allows you to supply configuration values for the Integration Request.
Attributes
-
terminalId
/api/integration-requests/{integrationRequestId}/configs
This endpoint allows you to get the configuration values for the Integration Request.
/api/integration-requests/{integrationRequestId}/activate
This endpoint allows you to activate an Integration Request.
Errors
-
INTEGRATION_PARAM_MISSING
-
INTEGRATION_ALREADY_ACTIVATED
/api/integration-requests/{integrationRequestId}
This endpoint allows you to delete an Integration Request.