curl --request POST \
--url http://localhost:55001/api/payments/v3/connectors/install/{connector} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"apiKey": "<string>",
"companyID": "<string>",
"liveEndpointPrefix": "<string>",
"name": "<string>",
"pageSize": "25",
"pollingPeriod": "2m",
"provider": "Adyen",
"webhookPassword": "<string>",
"webhookUsername": "<string>"
}'
{
"data": "<string>"
}
curl --request POST \
--url http://localhost:55001/api/payments/v3/connectors/install/{connector} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"apiKey": "<string>",
"companyID": "<string>",
"liveEndpointPrefix": "<string>",
"name": "<string>",
"pageSize": "25",
"pollingPeriod": "2m",
"provider": "Adyen",
"webhookPassword": "<string>",
"webhookUsername": "<string>"
}'
{
"data": "<string>"
}
The access token received from the authorization server in the OAuth 2.0 flow.
The connector to filter by
Accepted
The response is of type object
.