getPaymentUrl
ApiScope: payment.all
API Scope Level: DepartmentScope
Path Parameters
departmentUuid string required
application/json
Request Body required
customerIdentifiers object
flags object
dealerAssociateIdentifier object
paymentDetails object
cssRef string
language string
clientSideRedirectUrl string
webHookUrl string
orderRef string
ttl int64
saveCard boolean
byPass3DS boolean
address object
Responses
- 200
- 400
- 401
- 422
- 500
OK
application/json
Schema
Example (from schema)
Schema
error object
warnings object[]
paymentUrl string
invoiceId string
customerId string
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
],
"paymentUrl": "string",
"invoiceId": "string",
"customerId": "string"
}
Bad Request
*/*
Schema
Example (from schema)
Schema
error object
warnings object[]
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
error object
warnings object[]
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Unprocessable Entity
*/*
Schema
Example (from schema)
Schema
error object
warnings object[]
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
error object
warnings object[]
{
"error": {
"errorCode": "string",
"errorDescription": "string"
},
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /v3/department/:departmentUuid/url
Request
Request
curl / cURL
curl -L -X POST '/payment/v3/department/:departmentUuid/url' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIdentifiers": {
"customerKey": "string",
"campaignId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true
}
],
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"preferredCommunication": "string"
},
"flags": {
"footerToAdd": true,
"useMyKaarmaEmailPaymentRequest": true,
"useMyKaarmaTextPaymentRequest": true,
"useMyKaarmaEmailReceipt": true,
"useMyKaarmaTextPaymentReceipt": true
},
"dealerAssociateIdentifier": {
"dealerAssociateId": "string",
"dealerAssociateFirstName": "string",
"dealerAssociateLastName": "string",
"dealerAssociateEmail": "string"
},
"paymentDetails": {
"amount": 0,
"currency": "string",
"paymentType": "string",
"paymentDescription": "string",
"additionalCharges": [
{
"additionalChargeAmount": 0,
"additionalChargeDescription": "string"
}
],
"preAuth": "string",
"invoiceUrl": "string",
"processedFor": "string",
"paymentReceiptFormat": "string",
"requireSignature": "string",
"retryCount": 0,
"signatureCoordinates": {
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"pageNumber": 0
},
"verifyAVS": true,
"verifyZipCode": true
},
"cssRef": "string",
"language": "string",
"clientSideRedirectUrl": "string",
"webHookUrl": "string",
"orderRef": "string",
"ttl": 0,
"saveCard": true,
"byPass3DS": true,
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.511Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
}'
python / requests
curl -L -X POST '/payment/v3/department/:departmentUuid/url' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIdentifiers": {
"customerKey": "string",
"campaignId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true
}
],
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"preferredCommunication": "string"
},
"flags": {
"footerToAdd": true,
"useMyKaarmaEmailPaymentRequest": true,
"useMyKaarmaTextPaymentRequest": true,
"useMyKaarmaEmailReceipt": true,
"useMyKaarmaTextPaymentReceipt": true
},
"dealerAssociateIdentifier": {
"dealerAssociateId": "string",
"dealerAssociateFirstName": "string",
"dealerAssociateLastName": "string",
"dealerAssociateEmail": "string"
},
"paymentDetails": {
"amount": 0,
"currency": "string",
"paymentType": "string",
"paymentDescription": "string",
"additionalCharges": [
{
"additionalChargeAmount": 0,
"additionalChargeDescription": "string"
}
],
"preAuth": "string",
"invoiceUrl": "string",
"processedFor": "string",
"paymentReceiptFormat": "string",
"requireSignature": "string",
"retryCount": 0,
"signatureCoordinates": {
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"pageNumber": 0
},
"verifyAVS": true,
"verifyZipCode": true
},
"cssRef": "string",
"language": "string",
"clientSideRedirectUrl": "string",
"webHookUrl": "string",
"orderRef": "string",
"ttl": 0,
"saveCard": true,
"byPass3DS": true,
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.511Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
}'
go / native
curl -L -X POST '/payment/v3/department/:departmentUuid/url' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIdentifiers": {
"customerKey": "string",
"campaignId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true
}
],
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"preferredCommunication": "string"
},
"flags": {
"footerToAdd": true,
"useMyKaarmaEmailPaymentRequest": true,
"useMyKaarmaTextPaymentRequest": true,
"useMyKaarmaEmailReceipt": true,
"useMyKaarmaTextPaymentReceipt": true
},
"dealerAssociateIdentifier": {
"dealerAssociateId": "string",
"dealerAssociateFirstName": "string",
"dealerAssociateLastName": "string",
"dealerAssociateEmail": "string"
},
"paymentDetails": {
"amount": 0,
"currency": "string",
"paymentType": "string",
"paymentDescription": "string",
"additionalCharges": [
{
"additionalChargeAmount": 0,
"additionalChargeDescription": "string"
}
],
"preAuth": "string",
"invoiceUrl": "string",
"processedFor": "string",
"paymentReceiptFormat": "string",
"requireSignature": "string",
"retryCount": 0,
"signatureCoordinates": {
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"pageNumber": 0
},
"verifyAVS": true,
"verifyZipCode": true
},
"cssRef": "string",
"language": "string",
"clientSideRedirectUrl": "string",
"webHookUrl": "string",
"orderRef": "string",
"ttl": 0,
"saveCard": true,
"byPass3DS": true,
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.511Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
}'
nodejs / axios
curl -L -X POST '/payment/v3/department/:departmentUuid/url' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIdentifiers": {
"customerKey": "string",
"campaignId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true
}
],
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"preferredCommunication": "string"
},
"flags": {
"footerToAdd": true,
"useMyKaarmaEmailPaymentRequest": true,
"useMyKaarmaTextPaymentRequest": true,
"useMyKaarmaEmailReceipt": true,
"useMyKaarmaTextPaymentReceipt": true
},
"dealerAssociateIdentifier": {
"dealerAssociateId": "string",
"dealerAssociateFirstName": "string",
"dealerAssociateLastName": "string",
"dealerAssociateEmail": "string"
},
"paymentDetails": {
"amount": 0,
"currency": "string",
"paymentType": "string",
"paymentDescription": "string",
"additionalCharges": [
{
"additionalChargeAmount": 0,
"additionalChargeDescription": "string"
}
],
"preAuth": "string",
"invoiceUrl": "string",
"processedFor": "string",
"paymentReceiptFormat": "string",
"requireSignature": "string",
"retryCount": 0,
"signatureCoordinates": {
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"pageNumber": 0
},
"verifyAVS": true,
"verifyZipCode": true
},
"cssRef": "string",
"language": "string",
"clientSideRedirectUrl": "string",
"webHookUrl": "string",
"orderRef": "string",
"ttl": 0,
"saveCard": true,
"byPass3DS": true,
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.511Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
}'
ruby / Net::HTTP
curl -L -X POST '/payment/v3/department/:departmentUuid/url' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIdentifiers": {
"customerKey": "string",
"campaignId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true
}
],
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"preferredCommunication": "string"
},
"flags": {
"footerToAdd": true,
"useMyKaarmaEmailPaymentRequest": true,
"useMyKaarmaTextPaymentRequest": true,
"useMyKaarmaEmailReceipt": true,
"useMyKaarmaTextPaymentReceipt": true
},
"dealerAssociateIdentifier": {
"dealerAssociateId": "string",
"dealerAssociateFirstName": "string",
"dealerAssociateLastName": "string",
"dealerAssociateEmail": "string"
},
"paymentDetails": {
"amount": 0,
"currency": "string",
"paymentType": "string",
"paymentDescription": "string",
"additionalCharges": [
{
"additionalChargeAmount": 0,
"additionalChargeDescription": "string"
}
],
"preAuth": "string",
"invoiceUrl": "string",
"processedFor": "string",
"paymentReceiptFormat": "string",
"requireSignature": "string",
"retryCount": 0,
"signatureCoordinates": {
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"pageNumber": 0
},
"verifyAVS": true,
"verifyZipCode": true
},
"cssRef": "string",
"language": "string",
"clientSideRedirectUrl": "string",
"webHookUrl": "string",
"orderRef": "string",
"ttl": 0,
"saveCard": true,
"byPass3DS": true,
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.511Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
}'
csharp / RestSharp
curl -L -X POST '/payment/v3/department/:departmentUuid/url' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIdentifiers": {
"customerKey": "string",
"campaignId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true
}
],
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"preferredCommunication": "string"
},
"flags": {
"footerToAdd": true,
"useMyKaarmaEmailPaymentRequest": true,
"useMyKaarmaTextPaymentRequest": true,
"useMyKaarmaEmailReceipt": true,
"useMyKaarmaTextPaymentReceipt": true
},
"dealerAssociateIdentifier": {
"dealerAssociateId": "string",
"dealerAssociateFirstName": "string",
"dealerAssociateLastName": "string",
"dealerAssociateEmail": "string"
},
"paymentDetails": {
"amount": 0,
"currency": "string",
"paymentType": "string",
"paymentDescription": "string",
"additionalCharges": [
{
"additionalChargeAmount": 0,
"additionalChargeDescription": "string"
}
],
"preAuth": "string",
"invoiceUrl": "string",
"processedFor": "string",
"paymentReceiptFormat": "string",
"requireSignature": "string",
"retryCount": 0,
"signatureCoordinates": {
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"pageNumber": 0
},
"verifyAVS": true,
"verifyZipCode": true
},
"cssRef": "string",
"language": "string",
"clientSideRedirectUrl": "string",
"webHookUrl": "string",
"orderRef": "string",
"ttl": 0,
"saveCard": true,
"byPass3DS": true,
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.511Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
}'
php / cURL
curl -L -X POST '/payment/v3/department/:departmentUuid/url' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIdentifiers": {
"customerKey": "string",
"campaignId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true
}
],
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"preferredCommunication": "string"
},
"flags": {
"footerToAdd": true,
"useMyKaarmaEmailPaymentRequest": true,
"useMyKaarmaTextPaymentRequest": true,
"useMyKaarmaEmailReceipt": true,
"useMyKaarmaTextPaymentReceipt": true
},
"dealerAssociateIdentifier": {
"dealerAssociateId": "string",
"dealerAssociateFirstName": "string",
"dealerAssociateLastName": "string",
"dealerAssociateEmail": "string"
},
"paymentDetails": {
"amount": 0,
"currency": "string",
"paymentType": "string",
"paymentDescription": "string",
"additionalCharges": [
{
"additionalChargeAmount": 0,
"additionalChargeDescription": "string"
}
],
"preAuth": "string",
"invoiceUrl": "string",
"processedFor": "string",
"paymentReceiptFormat": "string",
"requireSignature": "string",
"retryCount": 0,
"signatureCoordinates": {
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"pageNumber": 0
},
"verifyAVS": true,
"verifyZipCode": true
},
"cssRef": "string",
"language": "string",
"clientSideRedirectUrl": "string",
"webHookUrl": "string",
"orderRef": "string",
"ttl": 0,
"saveCard": true,
"byPass3DS": true,
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.511Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
}'
java / OkHttp
curl -L -X POST '/payment/v3/department/:departmentUuid/url' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIdentifiers": {
"customerKey": "string",
"campaignId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true
}
],
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"preferredCommunication": "string"
},
"flags": {
"footerToAdd": true,
"useMyKaarmaEmailPaymentRequest": true,
"useMyKaarmaTextPaymentRequest": true,
"useMyKaarmaEmailReceipt": true,
"useMyKaarmaTextPaymentReceipt": true
},
"dealerAssociateIdentifier": {
"dealerAssociateId": "string",
"dealerAssociateFirstName": "string",
"dealerAssociateLastName": "string",
"dealerAssociateEmail": "string"
},
"paymentDetails": {
"amount": 0,
"currency": "string",
"paymentType": "string",
"paymentDescription": "string",
"additionalCharges": [
{
"additionalChargeAmount": 0,
"additionalChargeDescription": "string"
}
],
"preAuth": "string",
"invoiceUrl": "string",
"processedFor": "string",
"paymentReceiptFormat": "string",
"requireSignature": "string",
"retryCount": 0,
"signatureCoordinates": {
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"pageNumber": 0
},
"verifyAVS": true,
"verifyZipCode": true
},
"cssRef": "string",
"language": "string",
"clientSideRedirectUrl": "string",
"webHookUrl": "string",
"orderRef": "string",
"ttl": 0,
"saveCard": true,
"byPass3DS": true,
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.511Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
}'
powershell / RestMethod
curl -L -X POST '/payment/v3/department/:departmentUuid/url' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIdentifiers": {
"customerKey": "string",
"campaignId": "string",
"customerId": "string",
"firstName": "string",
"lastName": "string",
"emails": [
{
"emailAddress": "string",
"label": "string",
"okToEmail": true,
"isPreferred": true
}
],
"phoneNumbers": [
{
"phoneNumber": "string",
"label": "string",
"okToCall": true,
"okToText": true,
"isPreferred": true
}
],
"bestTimeToContact": {
"startTime": "string",
"endTime": "string"
},
"preferredCommunication": "string"
},
"flags": {
"footerToAdd": true,
"useMyKaarmaEmailPaymentRequest": true,
"useMyKaarmaTextPaymentRequest": true,
"useMyKaarmaEmailReceipt": true,
"useMyKaarmaTextPaymentReceipt": true
},
"dealerAssociateIdentifier": {
"dealerAssociateId": "string",
"dealerAssociateFirstName": "string",
"dealerAssociateLastName": "string",
"dealerAssociateEmail": "string"
},
"paymentDetails": {
"amount": 0,
"currency": "string",
"paymentType": "string",
"paymentDescription": "string",
"additionalCharges": [
{
"additionalChargeAmount": 0,
"additionalChargeDescription": "string"
}
],
"preAuth": "string",
"invoiceUrl": "string",
"processedFor": "string",
"paymentReceiptFormat": "string",
"requireSignature": "string",
"retryCount": 0,
"signatureCoordinates": {
"x": 0,
"y": 0,
"width": 0,
"height": 0,
"pageNumber": 0
},
"verifyAVS": true,
"verifyZipCode": true
},
"cssRef": "string",
"language": "string",
"clientSideRedirectUrl": "string",
"webHookUrl": "string",
"orderRef": "string",
"ttl": 0,
"saveCard": true,
"byPass3DS": true,
"address": {
"line1": "string",
"line2": "string",
"city": "string",
"zip": "string",
"addressType": "string",
"type": "COMMON",
"country": "string",
"updateTS": "2025-03-28T11:34:46.511Z",
"uuid": "string",
"isValid": true,
"isPreferred": true,
"state": "string"
}
}'