All URIs are relative to https://balanceplatform-api-test.adyen.com/bcl/v2
Method | HTTP request | Description |
---|---|---|
postValidateBankAccountIdentification | POST /validateBankAccountIdentification | Validate a bank account |
postValidateBankAccountIdentification(bankAccountIdentificationValidationRequest)
Validate a bank account
Validates bank account identification details. You can use this endpoint to validate bank account details before you make a transfer or create a transfer instrument.
// Import classes:
//import com.adyen.client.infrastructure.*
//import com.adyen.model.balanceplatform.*
val apiInstance = BankAccountValidationApi()
val bankAccountIdentificationValidationRequest : BankAccountIdentificationValidationRequest = // BankAccountIdentificationValidationRequest |
try {
apiInstance.postValidateBankAccountIdentification(bankAccountIdentificationValidationRequest)
} catch (e: ClientException) {
println("4xx response calling BankAccountValidationApi#postValidateBankAccountIdentification")
e.printStackTrace()
} catch (e: ServerException) {
println("5xx response calling BankAccountValidationApi#postValidateBankAccountIdentification")
e.printStackTrace()
}
Name | Type | Description | Notes |
---|---|---|---|
bankAccountIdentificationValidationRequest | BankAccountIdentificationValidationRequest | [optional] |
null (empty response body)
Configure ApiKeyAuth: ApiClient.apiKey["X-API-Key"] = "" ApiClient.apiKeyPrefix["X-API-Key"] = "" Configure BasicAuth: ApiClient.username = "" ApiClient.password = ""
- Content-Type: application/json
- Accept: application/json