makeTransfer
ApiScope: payment.ach.make.transfer
API Scope Level: DepartmentScope
Path Parameters
departmentUuid string required
application/json
Request Body required
invoiceAmount number
billingInfo object
ccReceipt boolean
customerId int64
dealerId int64
invoiceDescription string
dealerOrderId int64
paymentUserId int64
emailCustomerCommId int64
phoneCustomerCommId int64
invoiceGuid string
orderNumber string
dealerOrderType string
reminderDateStr string
reminderMileage int64
tenderSubTypeId int64
toSendEmail boolean
toSendText boolean
dealerOrderAmount number
skin string
locale string
ignorePaymentAttemptValidation boolean
achCustomerBankUUID string
requesterIp string
deliveryCharge number
deviceId string
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
sourceAccountInfo object
destinationAccountInfo object
pgTransref string
achProvider string
transfers object[]
errors object[]
warnings object[]
{
"sourceAccountInfo": {
"tenderData": {
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string"
},
"fundingSourceUrl": "string"
},
"destinationAccountInfo": {
"tenderData": {
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string"
},
"fundingSourceUrl": "string"
},
"pgTransref": "string",
"achProvider": "string",
"transfers": [
{
"amount": 0,
"transactionRef": "string",
"transactionRefUrl": "string",
"sourceAccountInfo": {
"tenderData": {
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string"
},
"fundingSourceUrl": "string"
},
"destinationAccountInfo": {
"tenderData": {
"routingNumber": "string",
"accountNumber": "string",
"bankAccountType": "string",
"name": "string"
},
"fundingSourceUrl": "string"
}
}
],
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "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/achCustomer/transfer
Request
Request
curl / cURL
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/transfer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"invoiceAmount": 0,
"billingInfo": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.519Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
},
"ccReceipt": true,
"customerId": 0,
"dealerId": 0,
"invoiceDescription": "string",
"dealerOrderId": 0,
"paymentUserId": 0,
"emailCustomerCommId": 0,
"phoneCustomerCommId": 0,
"invoiceGuid": "string",
"orderNumber": "string",
"dealerOrderType": "string",
"reminderDateStr": "string",
"reminderMileage": 0,
"tenderSubTypeId": 0,
"toSendEmail": true,
"toSendText": true,
"dealerOrderAmount": 0,
"skin": "string",
"locale": "string",
"ignorePaymentAttemptValidation": true,
"achCustomerBankUUID": "string",
"requesterIp": "string",
"deliveryCharge": 0,
"deviceId": "string"
}'
python / requests
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/transfer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"invoiceAmount": 0,
"billingInfo": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.519Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
},
"ccReceipt": true,
"customerId": 0,
"dealerId": 0,
"invoiceDescription": "string",
"dealerOrderId": 0,
"paymentUserId": 0,
"emailCustomerCommId": 0,
"phoneCustomerCommId": 0,
"invoiceGuid": "string",
"orderNumber": "string",
"dealerOrderType": "string",
"reminderDateStr": "string",
"reminderMileage": 0,
"tenderSubTypeId": 0,
"toSendEmail": true,
"toSendText": true,
"dealerOrderAmount": 0,
"skin": "string",
"locale": "string",
"ignorePaymentAttemptValidation": true,
"achCustomerBankUUID": "string",
"requesterIp": "string",
"deliveryCharge": 0,
"deviceId": "string"
}'
go / native
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/transfer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"invoiceAmount": 0,
"billingInfo": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.519Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
},
"ccReceipt": true,
"customerId": 0,
"dealerId": 0,
"invoiceDescription": "string",
"dealerOrderId": 0,
"paymentUserId": 0,
"emailCustomerCommId": 0,
"phoneCustomerCommId": 0,
"invoiceGuid": "string",
"orderNumber": "string",
"dealerOrderType": "string",
"reminderDateStr": "string",
"reminderMileage": 0,
"tenderSubTypeId": 0,
"toSendEmail": true,
"toSendText": true,
"dealerOrderAmount": 0,
"skin": "string",
"locale": "string",
"ignorePaymentAttemptValidation": true,
"achCustomerBankUUID": "string",
"requesterIp": "string",
"deliveryCharge": 0,
"deviceId": "string"
}'
nodejs / axios
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/transfer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"invoiceAmount": 0,
"billingInfo": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.519Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
},
"ccReceipt": true,
"customerId": 0,
"dealerId": 0,
"invoiceDescription": "string",
"dealerOrderId": 0,
"paymentUserId": 0,
"emailCustomerCommId": 0,
"phoneCustomerCommId": 0,
"invoiceGuid": "string",
"orderNumber": "string",
"dealerOrderType": "string",
"reminderDateStr": "string",
"reminderMileage": 0,
"tenderSubTypeId": 0,
"toSendEmail": true,
"toSendText": true,
"dealerOrderAmount": 0,
"skin": "string",
"locale": "string",
"ignorePaymentAttemptValidation": true,
"achCustomerBankUUID": "string",
"requesterIp": "string",
"deliveryCharge": 0,
"deviceId": "string"
}'
ruby / Net::HTTP
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/transfer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"invoiceAmount": 0,
"billingInfo": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.519Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
},
"ccReceipt": true,
"customerId": 0,
"dealerId": 0,
"invoiceDescription": "string",
"dealerOrderId": 0,
"paymentUserId": 0,
"emailCustomerCommId": 0,
"phoneCustomerCommId": 0,
"invoiceGuid": "string",
"orderNumber": "string",
"dealerOrderType": "string",
"reminderDateStr": "string",
"reminderMileage": 0,
"tenderSubTypeId": 0,
"toSendEmail": true,
"toSendText": true,
"dealerOrderAmount": 0,
"skin": "string",
"locale": "string",
"ignorePaymentAttemptValidation": true,
"achCustomerBankUUID": "string",
"requesterIp": "string",
"deliveryCharge": 0,
"deviceId": "string"
}'
csharp / RestSharp
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/transfer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"invoiceAmount": 0,
"billingInfo": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.519Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
},
"ccReceipt": true,
"customerId": 0,
"dealerId": 0,
"invoiceDescription": "string",
"dealerOrderId": 0,
"paymentUserId": 0,
"emailCustomerCommId": 0,
"phoneCustomerCommId": 0,
"invoiceGuid": "string",
"orderNumber": "string",
"dealerOrderType": "string",
"reminderDateStr": "string",
"reminderMileage": 0,
"tenderSubTypeId": 0,
"toSendEmail": true,
"toSendText": true,
"dealerOrderAmount": 0,
"skin": "string",
"locale": "string",
"ignorePaymentAttemptValidation": true,
"achCustomerBankUUID": "string",
"requesterIp": "string",
"deliveryCharge": 0,
"deviceId": "string"
}'
php / cURL
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/transfer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"invoiceAmount": 0,
"billingInfo": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.519Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
},
"ccReceipt": true,
"customerId": 0,
"dealerId": 0,
"invoiceDescription": "string",
"dealerOrderId": 0,
"paymentUserId": 0,
"emailCustomerCommId": 0,
"phoneCustomerCommId": 0,
"invoiceGuid": "string",
"orderNumber": "string",
"dealerOrderType": "string",
"reminderDateStr": "string",
"reminderMileage": 0,
"tenderSubTypeId": 0,
"toSendEmail": true,
"toSendText": true,
"dealerOrderAmount": 0,
"skin": "string",
"locale": "string",
"ignorePaymentAttemptValidation": true,
"achCustomerBankUUID": "string",
"requesterIp": "string",
"deliveryCharge": 0,
"deviceId": "string"
}'
java / OkHttp
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/transfer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"invoiceAmount": 0,
"billingInfo": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.519Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
},
"ccReceipt": true,
"customerId": 0,
"dealerId": 0,
"invoiceDescription": "string",
"dealerOrderId": 0,
"paymentUserId": 0,
"emailCustomerCommId": 0,
"phoneCustomerCommId": 0,
"invoiceGuid": "string",
"orderNumber": "string",
"dealerOrderType": "string",
"reminderDateStr": "string",
"reminderMileage": 0,
"tenderSubTypeId": 0,
"toSendEmail": true,
"toSendText": true,
"dealerOrderAmount": 0,
"skin": "string",
"locale": "string",
"ignorePaymentAttemptValidation": true,
"achCustomerBankUUID": "string",
"requesterIp": "string",
"deliveryCharge": 0,
"deviceId": "string"
}'
powershell / RestMethod
curl -L -X POST '/payment/kpayment/v1/:departmentUuid/achCustomer/transfer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"invoiceAmount": 0,
"billingInfo": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.519Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
},
"ccReceipt": true,
"customerId": 0,
"dealerId": 0,
"invoiceDescription": "string",
"dealerOrderId": 0,
"paymentUserId": 0,
"emailCustomerCommId": 0,
"phoneCustomerCommId": 0,
"invoiceGuid": "string",
"orderNumber": "string",
"dealerOrderType": "string",
"reminderDateStr": "string",
"reminderMileage": 0,
"tenderSubTypeId": 0,
"toSendEmail": true,
"toSendText": true,
"dealerOrderAmount": 0,
"skin": "string",
"locale": "string",
"ignorePaymentAttemptValidation": true,
"achCustomerBankUUID": "string",
"requesterIp": "string",
"deliveryCharge": 0,
"deviceId": "string"
}'