Skip to main content

CardPaymentMethodDetailsInput Input Type

No description

input CardPaymentMethodDetailsInput {
name: String!
brand: String
firstDigits: String
lastDigits: String
expMonth: Int
expYear: Int
}

Fields​

name ● String!​

Name of the payment method used for the transaction. Max length is 256 characters.

brand ● String​

Brand of the payment method used for the transaction. Max length is 40 characters.

firstDigits ● String​

First digits of the card used for the transaction. Max length is 4 characters.

lastDigits ● String​

Last digits of the card used for the transaction. Max length is 4 characters.

expMonth ● Int​

Expiration month of the card used for the transaction. Value must be between 1 and 12.

expYear ● Int​

Expiration year of the card used for the transaction. Value must be between 2000 and 9999.

Member Of​

PaymentMethodDetailsInput input