Search CIMToken for (Customer UUID)
ApiScope: payment.cimtoken.read
API Scope Level: DepartmentScope
Path Parameters
departmentUuid string required
application/json
Request Body required
customerUuid string
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
creditCardCIMTokens object[]
id int64
uuid string
tenderData object
id int64
data string
hash string
tenderSubType object
id int64
subTenderName string
tenderType object
id int64
version int64
tenderName string
availableOnMobile boolean
valid boolean
cardDetails object
cardHash string
creditCardCIMTokenID string
creditCardCIMTokenUuid string
paymentProvider string
isDebit boolean
cimTokens object[]
tokenName string
tokenValue string
CardNumber string
cardNumber string
expMonth string
ExpMonth string
expYear string
ExpYear string
ccType string
CCType string
cardHolder string
CardHolder string
billingAddress1 string
BillingAddress1 string
billingAddress2 string
BillingAddress2 string
BillingCity string
billingCity string
billingState string
BillingState string
BillingZip string
billingZip string
BillingPhone string
billingPhone string
paymentCustomer object
customerUuid string
firstName string
middleName string
lastName string
company string
paymentProvider string
cardPresent boolean
isValid boolean
cimTokenDTOs object[]
tokenName string
tokenValue string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"creditCardCIMTokens": [
{
"id": 0,
"uuid": "string",
"tenderData": {
"id": 0,
"data": "string",
"hash": "string",
"tenderSubType": {
"id": 0,
"subTenderName": "string",
"tenderType": {
"id": 0,
"version": 0,
"tenderName": "string",
"availableOnMobile": true
},
"valid": true
}
},
"cardDetails": {
"cardHash": "string",
"creditCardCIMTokenID": "string",
"creditCardCIMTokenUuid": "string",
"paymentProvider": "string",
"isDebit": true,
"cimTokens": [
{
"tokenName": "string",
"tokenValue": "string"
}
],
"CardNumber": "string",
"cardNumber": "string",
"expMonth": "string",
"ExpMonth": "string",
"expYear": "string",
"ExpYear": "string",
"ccType": "string",
"CCType": "string",
"cardHolder": "string",
"CardHolder": "string",
"billingAddress1": "string",
"BillingAddress1": "string",
"billingAddress2": "string",
"BillingAddress2": "string",
"BillingCity": "string",
"billingCity": "string",
"billingState": "string",
"BillingState": "string",
"BillingZip": "string",
"billingZip": "string",
"BillingPhone": "string",
"billingPhone": "string"
},
"paymentCustomer": {
"customerUuid": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"company": "string"
},
"paymentProvider": "string",
"cardPresent": true,
"isValid": true,
"cimTokenDTOs": [
{
"tokenName": "string",
"tokenValue": "string"
}
]
}
]
}
Loading...