updateAchCustomer
ApiScope: payment.ach.update.customer
API Scope Level: DepartmentScope
Path Parameters
departmentUuid string required
achCustomerUUID string required
application/json
Request Body required
firstName string
lastName string
email string
ipAddress string
type string
address1 string
address2 string
city string
state string
postalCode string
dateOfBirth string
ssn string
phone string
reference string
country string
passportNumber string
title string
businessName string
businessType string
businessClassification string
businessState string
businessCity string
businessPostalCode string
businessAddress1 string
businessAddress2 string
businessPhone string
businessManagerFirstName string
businessManagerLastName string
businessManagerEmail string
businessManagerEin string
correlationRef string
mkCustomerType string
customerResourceRef string
customerResourceRefUrl string
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
customer object
transAmount number
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"customer": {
"id": 0,
"version": 0,
"uuid": "string",
"achProvider": {
"id": 0,
"name": "string",
"description": "string",
"isValid": true
},
"userReferenceUUID": "string",
"referenceUUID": "string",
"dealerUUID": "string",
"type": "string",
"isValid": true,
"attributes": [
{
"id": 0,
"version": 0,
"name": "string",
"value": "string"
}
]
},
"transAmount": 0
}
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/achCustomer/:achCustomerUUID/upgrade
Request
Request
curl / cURL
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/:achCustomerUUID/upgrade' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"ipAddress": "string",
"type": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"ssn": "string",
"phone": "string",
"reference": "string",
"country": "string",
"passportNumber": "string",
"title": "string",
"businessName": "string",
"businessType": "string",
"businessClassification": "string",
"businessState": "string",
"businessCity": "string",
"businessPostalCode": "string",
"businessAddress1": "string",
"businessAddress2": "string",
"businessPhone": "string",
"businessManagerFirstName": "string",
"businessManagerLastName": "string",
"businessManagerEmail": "string",
"businessManagerEin": "string",
"correlationRef": "string",
"mkCustomerType": "string",
"customerResourceRef": "string",
"customerResourceRefUrl": "string"
}'
python / requests
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/:achCustomerUUID/upgrade' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"ipAddress": "string",
"type": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"ssn": "string",
"phone": "string",
"reference": "string",
"country": "string",
"passportNumber": "string",
"title": "string",
"businessName": "string",
"businessType": "string",
"businessClassification": "string",
"businessState": "string",
"businessCity": "string",
"businessPostalCode": "string",
"businessAddress1": "string",
"businessAddress2": "string",
"businessPhone": "string",
"businessManagerFirstName": "string",
"businessManagerLastName": "string",
"businessManagerEmail": "string",
"businessManagerEin": "string",
"correlationRef": "string",
"mkCustomerType": "string",
"customerResourceRef": "string",
"customerResourceRefUrl": "string"
}'
go / native
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/:achCustomerUUID/upgrade' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"ipAddress": "string",
"type": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"ssn": "string",
"phone": "string",
"reference": "string",
"country": "string",
"passportNumber": "string",
"title": "string",
"businessName": "string",
"businessType": "string",
"businessClassification": "string",
"businessState": "string",
"businessCity": "string",
"businessPostalCode": "string",
"businessAddress1": "string",
"businessAddress2": "string",
"businessPhone": "string",
"businessManagerFirstName": "string",
"businessManagerLastName": "string",
"businessManagerEmail": "string",
"businessManagerEin": "string",
"correlationRef": "string",
"mkCustomerType": "string",
"customerResourceRef": "string",
"customerResourceRefUrl": "string"
}'
nodejs / axios
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/:achCustomerUUID/upgrade' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"ipAddress": "string",
"type": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"ssn": "string",
"phone": "string",
"reference": "string",
"country": "string",
"passportNumber": "string",
"title": "string",
"businessName": "string",
"businessType": "string",
"businessClassification": "string",
"businessState": "string",
"businessCity": "string",
"businessPostalCode": "string",
"businessAddress1": "string",
"businessAddress2": "string",
"businessPhone": "string",
"businessManagerFirstName": "string",
"businessManagerLastName": "string",
"businessManagerEmail": "string",
"businessManagerEin": "string",
"correlationRef": "string",
"mkCustomerType": "string",
"customerResourceRef": "string",
"customerResourceRefUrl": "string"
}'
ruby / Net::HTTP
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/:achCustomerUUID/upgrade' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"ipAddress": "string",
"type": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"ssn": "string",
"phone": "string",
"reference": "string",
"country": "string",
"passportNumber": "string",
"title": "string",
"businessName": "string",
"businessType": "string",
"businessClassification": "string",
"businessState": "string",
"businessCity": "string",
"businessPostalCode": "string",
"businessAddress1": "string",
"businessAddress2": "string",
"businessPhone": "string",
"businessManagerFirstName": "string",
"businessManagerLastName": "string",
"businessManagerEmail": "string",
"businessManagerEin": "string",
"correlationRef": "string",
"mkCustomerType": "string",
"customerResourceRef": "string",
"customerResourceRefUrl": "string"
}'
csharp / RestSharp
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/:achCustomerUUID/upgrade' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"ipAddress": "string",
"type": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"ssn": "string",
"phone": "string",
"reference": "string",
"country": "string",
"passportNumber": "string",
"title": "string",
"businessName": "string",
"businessType": "string",
"businessClassification": "string",
"businessState": "string",
"businessCity": "string",
"businessPostalCode": "string",
"businessAddress1": "string",
"businessAddress2": "string",
"businessPhone": "string",
"businessManagerFirstName": "string",
"businessManagerLastName": "string",
"businessManagerEmail": "string",
"businessManagerEin": "string",
"correlationRef": "string",
"mkCustomerType": "string",
"customerResourceRef": "string",
"customerResourceRefUrl": "string"
}'
php / cURL
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/:achCustomerUUID/upgrade' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"ipAddress": "string",
"type": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"ssn": "string",
"phone": "string",
"reference": "string",
"country": "string",
"passportNumber": "string",
"title": "string",
"businessName": "string",
"businessType": "string",
"businessClassification": "string",
"businessState": "string",
"businessCity": "string",
"businessPostalCode": "string",
"businessAddress1": "string",
"businessAddress2": "string",
"businessPhone": "string",
"businessManagerFirstName": "string",
"businessManagerLastName": "string",
"businessManagerEmail": "string",
"businessManagerEin": "string",
"correlationRef": "string",
"mkCustomerType": "string",
"customerResourceRef": "string",
"customerResourceRefUrl": "string"
}'
java / OkHttp
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/:achCustomerUUID/upgrade' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"ipAddress": "string",
"type": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"ssn": "string",
"phone": "string",
"reference": "string",
"country": "string",
"passportNumber": "string",
"title": "string",
"businessName": "string",
"businessType": "string",
"businessClassification": "string",
"businessState": "string",
"businessCity": "string",
"businessPostalCode": "string",
"businessAddress1": "string",
"businessAddress2": "string",
"businessPhone": "string",
"businessManagerFirstName": "string",
"businessManagerLastName": "string",
"businessManagerEmail": "string",
"businessManagerEin": "string",
"correlationRef": "string",
"mkCustomerType": "string",
"customerResourceRef": "string",
"customerResourceRefUrl": "string"
}'
powershell / RestMethod
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/:achCustomerUUID/upgrade' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "string",
"ipAddress": "string",
"type": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"ssn": "string",
"phone": "string",
"reference": "string",
"country": "string",
"passportNumber": "string",
"title": "string",
"businessName": "string",
"businessType": "string",
"businessClassification": "string",
"businessState": "string",
"businessCity": "string",
"businessPostalCode": "string",
"businessAddress1": "string",
"businessAddress2": "string",
"businessPhone": "string",
"businessManagerFirstName": "string",
"businessManagerLastName": "string",
"businessManagerEmail": "string",
"businessManagerEin": "string",
"correlationRef": "string",
"mkCustomerType": "string",
"customerResourceRef": "string",
"customerResourceRefUrl": "string"
}'