# README

Go API client for platformsfund

The Fund API provides endpoints for managing the funds in the accounts on your platform. These management operations include actions such as 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.

For more information, refer to our documentation.

Authentication

To connect to the Fund API, you must use basic authentication credentials of your web service user. If you don't have one, please contact the Adyen Support Team. Then use its credentials to authenticate your request, for example:

curl
-U \"[email protected]\":\"YourWsPassword\" \\
-H \"Content-Type: application/json\" \\
...

Note that when going live, you need to generate new web service user credentials to access the live endpoints.

Versioning

The Fund API supports versioning of its endpoints through a version suffix in the endpoint URL. This suffix has the following format: "vXX", where XX is the version number.

For example:

https://cal-test.adyen.com/cal/services/Fund/v6/accountHolderBalance

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 6
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientExperimentalCodegen For more information, please visit https://support.adyen.com/

# Structs

AccountDetailBalance struct for AccountDetailBalance.
AccountHolderBalanceRequest struct for AccountHolderBalanceRequest.
AccountHolderBalanceResponse struct for AccountHolderBalanceResponse.
AccountHolderTransactionListRequest struct for AccountHolderTransactionListRequest.
AccountHolderTransactionListResponse struct for AccountHolderTransactionListResponse.
AccountTransactionList struct for AccountTransactionList.
Amount struct for Amount.
BankAccountDetail struct for BankAccountDetail.
DetailBalance struct for DetailBalance.
ErrorFieldType struct for ErrorFieldType.
FieldType struct for FieldType.
PayoutAccountHolderRequest struct for PayoutAccountHolderRequest.
PayoutAccountHolderResponse struct for PayoutAccountHolderResponse.
RefundFundsTransferRequest struct for RefundFundsTransferRequest.
RefundFundsTransferResponse struct for RefundFundsTransferResponse.
RefundNotPaidOutTransfersRequest struct for RefundNotPaidOutTransfersRequest.
RefundNotPaidOutTransfersResponse struct for RefundNotPaidOutTransfersResponse.
SetupBeneficiaryRequest struct for SetupBeneficiaryRequest.
SetupBeneficiaryResponse struct for SetupBeneficiaryResponse.
Transaction struct for Transaction.
TransactionListForAccount struct for TransactionListForAccount.
TransferFundsRequest struct for TransferFundsRequest.
TransferFundsResponse struct for TransferFundsResponse.

# Type aliases

PlatformsFund PlatformsFund service.