Send Payment Request
This endpoint aggregates 3 endpoints:
- Creates DealerOrder (if orderUuid is not passed)
- Creates Invoice (if no open Invoice is present)
- Creates Payment Request
ApiScope: payment.send.payment.request
API Scope Level: DepartmentScope
Path Parameters
departmentUuid string required
application/json
Request Body required
amount number
description string
refundedAmount number
paidDate date-time
signatureFileName string
reminderDate date-time
reminderMileage int64
fileName string
paymentDeclines string
invoiceAttributes object
dealerUuid string
orderUuid string
customerUuid string
dealerAssociateDepartmentUuid string
dealerAssociateUuid string
dealerAssociateUserUuid string
attachInvoice boolean
esignInvoice boolean
sendAsText boolean
sendAsEmail boolean
orderNumber string
orderType string
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
paymentUrl string
textSent string
Possible values: [SUCCESS
, FAILURE
]
emailSent string
Possible values: [SUCCESS
, FAILURE
]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"paymentUrl": "string",
"textSent": "SUCCESS",
"emailSent": "SUCCESS"
}
POST /aggregator/v1/departments/:departmentUuid/payment-requests
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/payment/aggregator/v1/departments/:departmentUuid/payment-requests' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"amount": 0,
"description": "string",
"refundedAmount": 0,
"paidDate": "2025-03-28T11:34:46.520Z",
"signatureFileName": "string",
"reminderDate": "2025-03-28T11:34:46.520Z",
"reminderMileage": 0,
"fileName": "string",
"paymentDeclines": "string",
"invoiceAttributes": {},
"dealerUuid": "string",
"orderUuid": "string",
"customerUuid": "string",
"dealerAssociateDepartmentUuid": "string",
"dealerAssociateUuid": "string",
"dealerAssociateUserUuid": "string",
"attachInvoice": true,
"esignInvoice": true,
"sendAsText": true,
"sendAsEmail": true,
"orderNumber": "string",
"orderType": "string"
}'
python / requests
curl -L -X POST '/payment/aggregator/v1/departments/:departmentUuid/payment-requests' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"amount": 0,
"description": "string",
"refundedAmount": 0,
"paidDate": "2025-03-28T11:34:46.520Z",
"signatureFileName": "string",
"reminderDate": "2025-03-28T11:34:46.520Z",
"reminderMileage": 0,
"fileName": "string",
"paymentDeclines": "string",
"invoiceAttributes": {},
"dealerUuid": "string",
"orderUuid": "string",
"customerUuid": "string",
"dealerAssociateDepartmentUuid": "string",
"dealerAssociateUuid": "string",
"dealerAssociateUserUuid": "string",
"attachInvoice": true,
"esignInvoice": true,
"sendAsText": true,
"sendAsEmail": true,
"orderNumber": "string",
"orderType": "string"
}'
go / native
curl -L -X POST '/payment/aggregator/v1/departments/:departmentUuid/payment-requests' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"amount": 0,
"description": "string",
"refundedAmount": 0,
"paidDate": "2025-03-28T11:34:46.520Z",
"signatureFileName": "string",
"reminderDate": "2025-03-28T11:34:46.520Z",
"reminderMileage": 0,
"fileName": "string",
"paymentDeclines": "string",
"invoiceAttributes": {},
"dealerUuid": "string",
"orderUuid": "string",
"customerUuid": "string",
"dealerAssociateDepartmentUuid": "string",
"dealerAssociateUuid": "string",
"dealerAssociateUserUuid": "string",
"attachInvoice": true,
"esignInvoice": true,
"sendAsText": true,
"sendAsEmail": true,
"orderNumber": "string",
"orderType": "string"
}'
nodejs / axios
curl -L -X POST '/payment/aggregator/v1/departments/:departmentUuid/payment-requests' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"amount": 0,
"description": "string",
"refundedAmount": 0,
"paidDate": "2025-03-28T11:34:46.520Z",
"signatureFileName": "string",
"reminderDate": "2025-03-28T11:34:46.520Z",
"reminderMileage": 0,
"fileName": "string",
"paymentDeclines": "string",
"invoiceAttributes": {},
"dealerUuid": "string",
"orderUuid": "string",
"customerUuid": "string",
"dealerAssociateDepartmentUuid": "string",
"dealerAssociateUuid": "string",
"dealerAssociateUserUuid": "string",
"attachInvoice": true,
"esignInvoice": true,
"sendAsText": true,
"sendAsEmail": true,
"orderNumber": "string",
"orderType": "string"
}'
ruby / Net::HTTP
curl -L -X POST '/payment/aggregator/v1/departments/:departmentUuid/payment-requests' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"amount": 0,
"description": "string",
"refundedAmount": 0,
"paidDate": "2025-03-28T11:34:46.520Z",
"signatureFileName": "string",
"reminderDate": "2025-03-28T11:34:46.520Z",
"reminderMileage": 0,
"fileName": "string",
"paymentDeclines": "string",
"invoiceAttributes": {},
"dealerUuid": "string",
"orderUuid": "string",
"customerUuid": "string",
"dealerAssociateDepartmentUuid": "string",
"dealerAssociateUuid": "string",
"dealerAssociateUserUuid": "string",
"attachInvoice": true,
"esignInvoice": true,
"sendAsText": true,
"sendAsEmail": true,
"orderNumber": "string",
"orderType": "string"
}'
csharp / RestSharp
curl -L -X POST '/payment/aggregator/v1/departments/:departmentUuid/payment-requests' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"amount": 0,
"description": "string",
"refundedAmount": 0,
"paidDate": "2025-03-28T11:34:46.520Z",
"signatureFileName": "string",
"reminderDate": "2025-03-28T11:34:46.520Z",
"reminderMileage": 0,
"fileName": "string",
"paymentDeclines": "string",
"invoiceAttributes": {},
"dealerUuid": "string",
"orderUuid": "string",
"customerUuid": "string",
"dealerAssociateDepartmentUuid": "string",
"dealerAssociateUuid": "string",
"dealerAssociateUserUuid": "string",
"attachInvoice": true,
"esignInvoice": true,
"sendAsText": true,
"sendAsEmail": true,
"orderNumber": "string",
"orderType": "string"
}'
php / cURL
curl -L -X POST '/payment/aggregator/v1/departments/:departmentUuid/payment-requests' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"amount": 0,
"description": "string",
"refundedAmount": 0,
"paidDate": "2025-03-28T11:34:46.520Z",
"signatureFileName": "string",
"reminderDate": "2025-03-28T11:34:46.520Z",
"reminderMileage": 0,
"fileName": "string",
"paymentDeclines": "string",
"invoiceAttributes": {},
"dealerUuid": "string",
"orderUuid": "string",
"customerUuid": "string",
"dealerAssociateDepartmentUuid": "string",
"dealerAssociateUuid": "string",
"dealerAssociateUserUuid": "string",
"attachInvoice": true,
"esignInvoice": true,
"sendAsText": true,
"sendAsEmail": true,
"orderNumber": "string",
"orderType": "string"
}'
java / OkHttp
curl -L -X POST '/payment/aggregator/v1/departments/:departmentUuid/payment-requests' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"amount": 0,
"description": "string",
"refundedAmount": 0,
"paidDate": "2025-03-28T11:34:46.520Z",
"signatureFileName": "string",
"reminderDate": "2025-03-28T11:34:46.520Z",
"reminderMileage": 0,
"fileName": "string",
"paymentDeclines": "string",
"invoiceAttributes": {},
"dealerUuid": "string",
"orderUuid": "string",
"customerUuid": "string",
"dealerAssociateDepartmentUuid": "string",
"dealerAssociateUuid": "string",
"dealerAssociateUserUuid": "string",
"attachInvoice": true,
"esignInvoice": true,
"sendAsText": true,
"sendAsEmail": true,
"orderNumber": "string",
"orderType": "string"
}'
powershell / RestMethod
curl -L -X POST '/payment/aggregator/v1/departments/:departmentUuid/payment-requests' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"amount": 0,
"description": "string",
"refundedAmount": 0,
"paidDate": "2025-03-28T11:34:46.520Z",
"signatureFileName": "string",
"reminderDate": "2025-03-28T11:34:46.520Z",
"reminderMileage": 0,
"fileName": "string",
"paymentDeclines": "string",
"invoiceAttributes": {},
"dealerUuid": "string",
"orderUuid": "string",
"customerUuid": "string",
"dealerAssociateDepartmentUuid": "string",
"dealerAssociateUuid": "string",
"dealerAssociateUserUuid": "string",
"attachInvoice": true,
"esignInvoice": true,
"sendAsText": true,
"sendAsEmail": true,
"orderNumber": "string",
"orderType": "string"
}'