Get payment user
ApiScope: payment.fetch.paymentUser
API Scope Level: ServiceSubscriberScope
Path Parameters
paymentUserID int64 required
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
dealerAssociate object
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"dealerAssociate": {
"id": 0,
"uuid": "string",
"userUuid": "string",
"firstName": "string",
"lastName": "string",
"cellPhone": "string",
"textNumber": "string",
"emailAddress": "string",
"nickname": "string",
"associateDmsID": "string",
"imageUrl": "string",
"role": {
"roleName": "string",
"roleAcronym": "string"
},
"department": {
"id": 0,
"name": "string",
"uuid": "string",
"dealer": {
"id": 0,
"name": "string",
"contractName": "string",
"number": "string",
"comments": "string",
"isValid": true,
"phoneNumber": "string",
"emailID": "string",
"website": "string",
"mapUrl": "string",
"pickupOffered": true,
"dropoffOffered": true,
"shuttleOffered": true,
"couponOffered": true,
"loanerOffered": true,
"serviceDeptHoursText": "string",
"partsDeptHoursText": "string",
"salesDeptHoursText": "string",
"fiDeptHoursText": "string",
"inNetwork": true,
"latitude": 0,
"longitude": 0,
"altitude": 0,
"isSystemDealer": true,
"nickName": "string",
"uuid": "string"
},
"communicationGroup": "string",
"brokerNumber": "string",
"defaultDealerAssociateID": 0
},
"subscriptions": [
{
"subscription": "string"
}
],
"features": [
{
"key": "string",
"signUpUrl": "string",
"informationUrl": "string",
"email": "string",
"uuid": "string"
}
],
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"tags": [
{
"name": "string",
"uuid": "string"
}
],
"preferences": [
{
"keyName": "string",
"value": "string"
}
],
"bio": "string",
"teamUuidList": [
"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"
}
]
}
GET /kpayment/v1/paymentUser/:paymentUserID
Request
Request
curl / cURL
curl -L -X GET '/payment/kpayment/v1/paymentUser/:paymentUserID' \
-H 'Accept: application/json'
python / requests
curl -L -X GET '/payment/kpayment/v1/paymentUser/:paymentUserID' \
-H 'Accept: application/json'
go / native
curl -L -X GET '/payment/kpayment/v1/paymentUser/:paymentUserID' \
-H 'Accept: application/json'
nodejs / axios
curl -L -X GET '/payment/kpayment/v1/paymentUser/:paymentUserID' \
-H 'Accept: application/json'
ruby / Net::HTTP
curl -L -X GET '/payment/kpayment/v1/paymentUser/:paymentUserID' \
-H 'Accept: application/json'
csharp / RestSharp
curl -L -X GET '/payment/kpayment/v1/paymentUser/:paymentUserID' \
-H 'Accept: application/json'
php / cURL
curl -L -X GET '/payment/kpayment/v1/paymentUser/:paymentUserID' \
-H 'Accept: application/json'
java / OkHttp
curl -L -X GET '/payment/kpayment/v1/paymentUser/:paymentUserID' \
-H 'Accept: application/json'
powershell / RestMethod
curl -L -X GET '/payment/kpayment/v1/paymentUser/:paymentUserID' \
-H 'Accept: application/json'