attachFundingResourceToCustomer
ApiScope: payment.ach.attach.funding.source
API Scope Level: DepartmentScope
Path Parameters
departmentUuid string required
application/json
Request Body required
routingNumber string
accountNumber string
bankAccountType string
name string
plaidAccountDetailsJson string
achCustomerUUID string
customerResourceUrl string
customerConsent object
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
banks object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"banks": [
{
"id": 0,
"version": 0,
"uuid": "string",
"achProvider": {
"id": 0,
"name": "string",
"description": "string",
"isValid": true
},
"referenceUUID": "string",
"bankVerificationProvider": "string",
"verificationStatus": "string",
"isValid": true,
"attributes": [
{
"id": 0,
"name": "string",
"value": "string"
}
]
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
POST /kpayment/v1/:departmentUuid/attachFundingResource
Request
Request
curl / cURL
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/attachFundingResource' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string",
"plaidAccountDetailsJson": "string",
"achCustomerUUID": "string",
"customerResourceUrl": "string",
"customerConsent": {
"bodyText": "string",
"buttonText": "string"
}
}'
python / requests
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/attachFundingResource' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string",
"plaidAccountDetailsJson": "string",
"achCustomerUUID": "string",
"customerResourceUrl": "string",
"customerConsent": {
"bodyText": "string",
"buttonText": "string"
}
}'
go / native
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/attachFundingResource' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string",
"plaidAccountDetailsJson": "string",
"achCustomerUUID": "string",
"customerResourceUrl": "string",
"customerConsent": {
"bodyText": "string",
"buttonText": "string"
}
}'
nodejs / axios
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/attachFundingResource' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string",
"plaidAccountDetailsJson": "string",
"achCustomerUUID": "string",
"customerResourceUrl": "string",
"customerConsent": {
"bodyText": "string",
"buttonText": "string"
}
}'
ruby / Net::HTTP
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/attachFundingResource' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string",
"plaidAccountDetailsJson": "string",
"achCustomerUUID": "string",
"customerResourceUrl": "string",
"customerConsent": {
"bodyText": "string",
"buttonText": "string"
}
}'
csharp / RestSharp
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/attachFundingResource' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string",
"plaidAccountDetailsJson": "string",
"achCustomerUUID": "string",
"customerResourceUrl": "string",
"customerConsent": {
"bodyText": "string",
"buttonText": "string"
}
}'
php / cURL
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/attachFundingResource' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string",
"plaidAccountDetailsJson": "string",
"achCustomerUUID": "string",
"customerResourceUrl": "string",
"customerConsent": {
"bodyText": "string",
"buttonText": "string"
}
}'
java / OkHttp
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/attachFundingResource' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string",
"plaidAccountDetailsJson": "string",
"achCustomerUUID": "string",
"customerResourceUrl": "string",
"customerConsent": {
"bodyText": "string",
"buttonText": "string"
}
}'
powershell / RestMethod
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/attachFundingResource' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string",
"plaidAccountDetailsJson": "string",
"achCustomerUUID": "string",
"customerResourceUrl": "string",
"customerConsent": {
"bodyText": "string",
"buttonText": "string"
}
}'