← Tools Reference

Adyen

Adyen integration (Finance). Imported from open-connector.

API key6 toolshttps://management-test.adyen.com/v3
GET
adyen_get_api_credential
Retrieve details for the Adyen API credential used by this connection.

/me

GET
adyen_list_companies
List Adyen company accounts accessible to the API credential.

/companies

2 parameters
ParamTypeRequiredDescription
pageNumberintegeroptionalThe page number to fetch from Adyen.
pageSizeintegeroptionalThe number of items to include on one page.
GET
adyen_get_company
Retrieve one Adyen company account by ID.

/companies/{companyId}

1 parameter
ParamTypeRequiredDescription
companyIdstringrequiredAn Adyen resource identifier.
GET
adyen_list_company_merchants
List merchant accounts under an Adyen company account.

/companies/{companyId}/merchants

3 parameters
ParamTypeRequiredDescription
companyIdstringrequiredAn Adyen resource identifier.
pageNumberintegeroptionalThe page number to fetch from Adyen.
pageSizeintegeroptionalThe number of items to include on one page.
GET
adyen_list_merchants
List Adyen merchant accounts accessible to the API credential.

/merchants

2 parameters
ParamTypeRequiredDescription
pageNumberintegeroptionalThe page number to fetch from Adyen.
pageSizeintegeroptionalThe number of items to include on one page.
GET
adyen_get_merchant
Retrieve one Adyen merchant account by ID.

/merchants/{merchantId}

1 parameter
ParamTypeRequiredDescription
merchantIdstringrequiredAn Adyen resource identifier.