customerPaymentInformation
customerPaymentInformation
Query Parameters
customerId int64 required
ipAddress string required
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
dealerId integer
customerId int64
customerBlocked boolean
customerWhiteListed boolean
loyalCustomer boolean
paymentTransactionsCreditCards string[]
transactionDepartment string
paymentDeclines int32
state string
groupedTransactionDataByCustomer object
numberOfTransactionsInLast1Day int64
numberOfTransactionsInLast7Day int64
numberOfTransactionsInLast14Day int64
numberOfTransactionsInLast1Month int64
numberOfTransactionsInLast3Month int64
numberOfTransactionsInLast6Month int64
numberOfTransactionsInLast12Month int64
numberOfTransactionsInLast18Month int64
numberOfTransactionsAll int64
transactionsAmountInLast1Day number
transactionsAmountInLast7Day number
transactionsAmountInLast14Day number
transactionsAmountInLast1Month number
transactionsAmountInLast3Month number
transactionsAmountInLast6Month number
transactionsAmountInLast12Month number
transactionsAmountInLast18Month number
transactionsAmountAll number
groupedTransactionDataByIP object
numberOfTransactionsInLast1DayByIP int64
numberOfTransactionsInLast7DayByIP int64
numberOfTransactionsInLast14DayByIP int64
numberOfTransactionsInLast1MonthByIP int64
numberOfTransactionsInLast3MonthByIP int64
numberOfTransactionsInLast6MonthByIP int64
numberOfTransactionsInLast12MonthByIP int64
numberOfTransactionsInLast18MonthByIP int64
numberOfTransactionsAllByIP int64
transactionsAmountInLast1DayByIP number
transactionsAmountInLast7DayByIP number
transactionsAmountInLast14DayByIP number
transactionsAmountInLast1MonthByIP number
transactionsAmountInLast3MonthByIP number
transactionsAmountInLast6MonthByIP number
transactionsAmountInLast12MonthByIP number
transactionsAmountInLast18MonthByIP number
transactionsAmountAllByIP number
groupedTransactionDataByCustomerInDealership object
numberOfTransactionsInLast1DayInDealership int64
numberOfTransactionsInLast7DayInDealership int64
numberOfTransactionsInLast14DayInDealership int64
numberOfTransactionsInLast1MonthInDealership int64
numberOfTransactionsInLast3MonthInDealership int64
numberOfTransactionsInLast6MonthInDealership int64
numberOfTransactionsInLast12MonthInDealership int64
numberOfTransactionsInLast18MonthInDealership int64
numberOfTransactionsAllInDealership int64
transactionsAmountInLast1DayInDealership number
transactionsAmountInLast7DayInDealership number
transactionsAmountInLast14DayInDealership number
transactionsAmountInLast1MonthInDealership number
transactionsAmountInLast3MonthInDealership number
transactionsAmountInLast6MonthInDealership number
transactionsAmountInLast12MonthInDealership number
transactionsAmountInLast18MonthInDealership number
transactionsAmountAllInDealership number
groupedTransactionDataByIPInDealership object
numberOfTransactionsInLast1DayByIPInDealership int64
numberOfTransactionsInLast7DayByIPInDealership int64
numberOfTransactionsInLast14DayByIPInDealership int64
numberOfTransactionsInLast1MonthByIPInDealership int64
numberOfTransactionsInLast3MonthByIPInDealership int64
numberOfTransactionsInLast6MonthByIPInDealership int64
numberOfTransactionsInLast12MonthByIPInDealership int64
numberOfTransactionsInLast18MonthByIPInDealership int64
numberOfTransactionsAllByIPInDealership int64
transactionsAmountInLast1DayByIPInDealership number
transactionsAmountInLast7DayByIPInDealership number
transactionsAmountInLast14DayByIPInDealership number
transactionsAmountInLast1MonthByIPInDealership number
transactionsAmountInLast3MonthByIPInDealership number
transactionsAmountInLast6MonthByIPInDealership number
transactionsAmountInLast12MonthByIPInDealership number
transactionsAmountInLast18MonthByIPInDealership number
transactionsAmountAllByIPInDealership number
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"dealerId": 0,
"customerId": 0,
"customerBlocked": true,
"customerWhiteListed": true,
"loyalCustomer": true,
"paymentTransactionsCreditCards": [
"string"
],
"transactionDepartment": "string",
"paymentDeclines": 0,
"state": "string",
"groupedTransactionDataByCustomer": {
"numberOfTransactionsInLast1Day": 0,
"numberOfTransactionsInLast7Day": 0,
"numberOfTransactionsInLast14Day": 0,
"numberOfTransactionsInLast1Month": 0,
"numberOfTransactionsInLast3Month": 0,
"numberOfTransactionsInLast6Month": 0,
"numberOfTransactionsInLast12Month": 0,
"numberOfTransactionsInLast18Month": 0,
"numberOfTransactionsAll": 0,
"transactionsAmountInLast1Day": 0,
"transactionsAmountInLast7Day": 0,
"transactionsAmountInLast14Day": 0,
"transactionsAmountInLast1Month": 0,
"transactionsAmountInLast3Month": 0,
"transactionsAmountInLast6Month": 0,
"transactionsAmountInLast12Month": 0,
"transactionsAmountInLast18Month": 0,
"transactionsAmountAll": 0
},
"groupedTransactionDataByIP": {
"numberOfTransactionsInLast1DayByIP": 0,
"numberOfTransactionsInLast7DayByIP": 0,
"numberOfTransactionsInLast14DayByIP": 0,
"numberOfTransactionsInLast1MonthByIP": 0,
"numberOfTransactionsInLast3MonthByIP": 0,
"numberOfTransactionsInLast6MonthByIP": 0,
"numberOfTransactionsInLast12MonthByIP": 0,
"numberOfTransactionsInLast18MonthByIP": 0,
"numberOfTransactionsAllByIP": 0,
"transactionsAmountInLast1DayByIP": 0,
"transactionsAmountInLast7DayByIP": 0,
"transactionsAmountInLast14DayByIP": 0,
"transactionsAmountInLast1MonthByIP": 0,
"transactionsAmountInLast3MonthByIP": 0,
"transactionsAmountInLast6MonthByIP": 0,
"transactionsAmountInLast12MonthByIP": 0,
"transactionsAmountInLast18MonthByIP": 0,
"transactionsAmountAllByIP": 0
},
"groupedTransactionDataByCustomerInDealership": {
"numberOfTransactionsInLast1DayInDealership": 0,
"numberOfTransactionsInLast7DayInDealership": 0,
"numberOfTransactionsInLast14DayInDealership": 0,
"numberOfTransactionsInLast1MonthInDealership": 0,
"numberOfTransactionsInLast3MonthInDealership": 0,
"numberOfTransactionsInLast6MonthInDealership": 0,
"numberOfTransactionsInLast12MonthInDealership": 0,
"numberOfTransactionsInLast18MonthInDealership": 0,
"numberOfTransactionsAllInDealership": 0,
"transactionsAmountInLast1DayInDealership": 0,
"transactionsAmountInLast7DayInDealership": 0,
"transactionsAmountInLast14DayInDealership": 0,
"transactionsAmountInLast1MonthInDealership": 0,
"transactionsAmountInLast3MonthInDealership": 0,
"transactionsAmountInLast6MonthInDealership": 0,
"transactionsAmountInLast12MonthInDealership": 0,
"transactionsAmountInLast18MonthInDealership": 0,
"transactionsAmountAllInDealership": 0
},
"groupedTransactionDataByIPInDealership": {
"numberOfTransactionsInLast1DayByIPInDealership": 0,
"numberOfTransactionsInLast7DayByIPInDealership": 0,
"numberOfTransactionsInLast14DayByIPInDealership": 0,
"numberOfTransactionsInLast1MonthByIPInDealership": 0,
"numberOfTransactionsInLast3MonthByIPInDealership": 0,
"numberOfTransactionsInLast6MonthByIPInDealership": 0,
"numberOfTransactionsInLast12MonthByIPInDealership": 0,
"numberOfTransactionsInLast18MonthByIPInDealership": 0,
"numberOfTransactionsAllByIPInDealership": 0,
"transactionsAmountInLast1DayByIPInDealership": 0,
"transactionsAmountInLast7DayByIPInDealership": 0,
"transactionsAmountInLast14DayByIPInDealership": 0,
"transactionsAmountInLast1MonthByIPInDealership": 0,
"transactionsAmountInLast3MonthByIPInDealership": 0,
"transactionsAmountInLast6MonthByIPInDealership": 0,
"transactionsAmountInLast12MonthByIPInDealership": 0,
"transactionsAmountInLast18MonthByIPInDealership": 0,
"transactionsAmountAllByIPInDealership": 0
}
}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"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
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
Loading...