API · source category: Payment
Configuration API
The Configuration API enables you to create a platform where you can onboard your users as account holders and create balance accounts, car…
The Configuration API enables you to create a platform where you can onboard your users as account holders and create balance accounts, cards, and business accounts. ## Authentication Your Adyen contact will provide your API credential and an API key. To connect to the API, add an X-API-Key header with the API key as the value, for example: curl -H "Content-Type: application/json" \ -H "X-API-Key: YOURAPIKEY" \ ... Alternatively, you can use the username and password to connect to the API using basic authentication. For example: curl -H "Content-Type: application/json" \ -U "ws@BalancePlatform.YOURBALANCEPLATFORM":"YOURWSPASSWORD" \ ... ## Versioning The Configuration API supports versioning using a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX…
Record
- Type
- Web API
- Category
- Finance & Payments
- Authentication
- API key
- Pricing
- Free
- Base URL
- https://raw.githubusercontent.com
- Free tier
- Public OpenAPI specification
Fields are reproduced from the source registry as-is. “Unknown” means the source did not describe the field — it is not an inference. See the methodology for how records are collected and normalised.
Tags
- Payment
Similar APIs in Finance & Payments
- Account and Transaction API Specification - UK Functionality at a glance The NBG "UK OPB - Account and Transaction v3.1.5" API follows the UK Open Banking Specification v3.1.5 This Ac…
- Account API This API is used for the classic integration. If you are just starting your implementation, refer to our new integration guide instead. The…
- Accounting API A flexible API for pulling accounting data, normalized and aggregated from 20 accounting integrations. Standardize how you connect to your…
- Adyen Balance Control API The Balance Control API lets you transfer funds between merchant accounts that belong to the same legal entity and are under the same compa…
- Adyen BinLookup API The BIN Lookup API provides endpoints for retrieving information, such as cost estimates, and 3D Secure supported version based on a given…
- Adyen Checkout API Adyen Checkout API provides a simple and flexible way to initiate and authorise online payments. You can use the same integration for payme…
Browse all Finance & Payments APIs.