API · source category: Payment

Transfers API

The Transfers API provides endpoints that you can use to get information about all your transactions, move funds within your balance platfo…

The Transfers API provides endpoints that you can use to get information about all your transactions, move funds within your balance platform or send funds from your balance platform to a transfer instrument. ## 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" \ ... ## Roles and permissions To use the Transfers API, you need an additional role for your API credential. Transfe…

Open documentation ↗

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

Browse all Finance & Payments APIs.