PaymentCard
Document representing a payment card.
cardType
string
The payment card type.
Maximum characters:
256
Visa
creditCardExpired
boolean
A flag indicating if the credit card is expired. It is read only.
true
creditCardToken
string
A credit card token. If a credit card is tokenized, the token can be used to look up the credit card data in the token store.
E67TY8GQ27X
expirationMonth
integer
The month when the payment card expires.
3
expirationYear
integer
The year when the payment card expires.
2025
holder
string
The payment card holder.
Maximum characters:
256
Max Mustermann
issueNumber
string
The payment card issue number.
Maximum characters:
256
2
maskedNumber
string
The masked payment card number.
Maximum characters:
4000
*********4422
numberLastDigits
string
The last digits of the payment card number. It is read only.
Maximum characters:
4000
4422
validFromMonth
integer
The month the payment card is valid from.
Min value:
1
Max value:
12
5
validFromYear
integer
The year the payment card is valid from.
2015