Skip to main content
GET
/
api
/
payments
/
v3
/
connectors
/
{connectorID}
/
config
Get a connector configuration by ID
curl --request GET \
  --url http://localhost/api/payments/v3/connectors/{connectorID}/config \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "apiKey": "<string>",
    "companyID": "<string>",
    "liveEndpointPrefix": "<string>",
    "name": "<string>",
    "pageSize": "25",
    "pollingPeriod": "2m",
    "provider": "Adyen",
    "webhookPassword": "<string>",
    "webhookUsername": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

connectorID
string
required

The connector ID

Response

OK

data
object
required
  • Option 1
  • Option 2
  • Option 3
  • Option 4
  • Option 5
  • Option 6
  • Option 7
  • Option 8
  • Option 9
  • Option 10
  • Option 11
  • Option 12
  • Option 13
I