Skip to main content

PaymentCardDetails

Card details for a card payment, populated where a card was used to take the payment.

type PaymentCardDetails {
lastFourDigits: String
cardType: String
expiryDate: String
}

Fields

PaymentCardDetails.lastFourDigits ● String scalar

The last four digits of the card used.

PaymentCardDetails.cardType ● String scalar

The card brand/type (e.g. visa, mastercard).

PaymentCardDetails.expiryDate ● String scalar

The card expiry date in MM/YY format. Only available for payments captured after this was recorded.

Member Of

InvoicePayment object