mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -10,12 +10,11 @@
|
||||
"x-publicVersion" : true,
|
||||
"title" : "Fund API",
|
||||
"description" : "This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead.\n\nThe Fund API provides endpoints for managing the funds in the accounts on your platform. These management operations include, for example, the transfer of funds from one account to another, the payout of funds to an account holder, and the retrieval of balances in an account.\n\nFor more information, refer to our [documentation](https://docs.adyen.com/marketplaces-and-platforms/classic/).\n## Authentication\nYour 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:\n\n ```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: YOUR_API_KEY\" \\\n...\n```\n\nAlternatively, you can use the username and password to connect to the API using basic authentication. For example:\n\n```\ncurl\n-U \"ws@MarketPlace.YOUR_PLATFORM_ACCOUNT\":\"YOUR_WS_PASSWORD\" \\\n-H \"Content-Type: application/json\" \\\n...\n```\nWhen going live, you need to generate new web service user credentials to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nThe Fund API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://cal-test.adyen.com/cal/services/Fund/v6/accountHolderBalance\n```",
|
||||
"x-timestamp" : "2023-02-20T18:23:38Z",
|
||||
"x-timestamp" : "2023-05-30T15:27:19Z",
|
||||
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
|
||||
"contact" : {
|
||||
"name" : "Adyen Developer Experience team",
|
||||
"url" : "https://www.adyen.help/hc/en-us/community/topics",
|
||||
"email" : "developer-experience@adyen.com"
|
||||
"url" : "https://github.com/Adyen/adyen-openapi"
|
||||
}
|
||||
},
|
||||
"x-groups" : [
|
||||
@@ -1451,6 +1450,7 @@
|
||||
"ownerStreet",
|
||||
"passport",
|
||||
"passportNumber",
|
||||
"payoutMethod",
|
||||
"payoutMethodCode",
|
||||
"payoutSchedule",
|
||||
"pciSelfAssessment",
|
||||
@@ -1799,6 +1799,12 @@
|
||||
"Default",
|
||||
"MarketPlace",
|
||||
"PaymentFee",
|
||||
"PaymentFeeAcquiring",
|
||||
"PaymentFeeAdyen",
|
||||
"PaymentFeeAdyenCommission",
|
||||
"PaymentFeeAdyenMarkup",
|
||||
"PaymentFeeInterchange",
|
||||
"PaymentFeeSchemeFee",
|
||||
"Remainder",
|
||||
"Surcharge",
|
||||
"Tip",
|
||||
|
||||
Reference in New Issue
Block a user